English

Exact Sequence Interpolation with Transformers

Machine Learning 2026-05-14 v3 Optimization and Control Machine Learning

Abstract

We prove that transformers can exactly interpolate datasets of finite input sequences in Rd\mathbb{R}^d, d2d\geq 2, with corresponding output sequences of smaller or equal length. Specifically, given NN sequences of arbitrary but finite lengths in Rd\mathbb{R}^d and output sequences of lengths m1,,mNNm^1, \dots, m^N \in \mathbb{N}, we construct a transformer with O(j=1Nmj)\mathcal{O}(\sum_{j=1}^N m^j) blocks and O(dj=1Nmj)\smash{\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.

Cite

@article{arxiv.2502.02270,
  title  = {Exact Sequence Interpolation with Transformers},
  author = {Albert Alcalde and Giovanni Fantuzzi and Enrique Zuazua},
  journal= {arXiv preprint arXiv:2502.02270},
  year   = {2026}
}

Comments

36 pages, 9 figures. Funded by the European Union (Horizon Europe MSCA project ModConFlex, grant number 101073558)

R2 v1 2026-06-28T21:32:03.232Z