Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exact Sequence Interpolation with Transformers

arXiv:2502.02270

Python code for the paper Exact Sequence Interpolation with Transformers by Albert Alcalde, Giovanni Fantuzzi, and Enrique Zuazua.

Abstract

We prove that transformers can exactly interpolate datasets of finite input sequences in $\mathbb{R}^d$, $d\geq 2$, with corresponding output sequences of smaller or equal length. Specifically, given $N$ sequences of arbitrary but finite lengths in $\mathbb{R}^d$ and output sequences of lengths $m^1, \dots, m^N \in \mathbb{N}$, we construct a transformer with $\mathcal{O}(\sum_{j=1}^N m^j)$ blocks and $\mathcal{O}(d \sum_{j=1}^N m^j)$ parameters that exactly interpolates the dataset. Our construction provides complexity estimates that are independent of the input sequence length, by alternating feed-forward and self-attention layers and by capitalizing on the clustering effect inherent to the latter. Our novel constructive method also uses low-rank parameter matrices in the self-attention mechanism, a common feature of practical transformer implementations. These results are first established in the hardmax self-attention setting, where the geometric structure permits an explicit and quantitative analysis, and are then extended to the softmax setting. Finally, we demonstrate the applicability of our exact interpolation construction to learning problems, in particular by providing convergence guarantees to a global minimizer under regularized training strategies. Our analysis contributes to the theoretical understanding of transformer models, offering an explanation for their excellent performance in exact sequence-to-sequence interpolation tasks.

Citation

@article{alcalde2026exact,
  title={Exact sequence interpolation with transformers},
  author={Alcalde, Albert and Fantuzzi, Giovanni and Zuazua, Enrique},
  journal={Mathematical Foundations of Machine Learning},
  volume={2},
  number={1},
  pages={2},
  year={2026},
  publisher={Springer}
}

Funding & Acknowledgments

Funded by the European Union’s Horizon Europe MSCA project ModConFlex (grant number 101073558).

ModConFlex Funded by the EU

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages