English

Randomized Positional Encodings Boost Length Generalization of Transformers

Machine Learning 2023-05-29 v1 Artificial Intelligence Computation and Language Machine Learning

Abstract

Transformers have impressive generalization capabilities on tasks with a fixed context length. However, they fail to generalize to sequences of arbitrary length, even for seemingly simple tasks such as duplicating a string. Moreover, simply training on longer sequences is inefficient due to the quadratic computation complexity of the global attention mechanism. In this work, we demonstrate that this failure mode is linked to positional encodings being out-of-distribution for longer sequences (even for relative encodings) and introduce a novel family of positional encodings that can overcome this problem. Concretely, our randomized positional encoding scheme simulates the positions of longer sequences and randomly selects an ordered subset to fit the sequence's length. Our large-scale empirical evaluation of 6000 models across 15 algorithmic reasoning tasks shows that our method allows Transformers to generalize to sequences of unseen length (increasing test accuracy by 12.0% on average).

Keywords

Cite

@article{arxiv.2305.16843,
  title  = {Randomized Positional Encodings Boost Length Generalization of Transformers},
  author = {Anian Ruoss and Grégoire Delétang and Tim Genewein and Jordi Grau-Moya and Róbert Csordás and Mehdi Bennani and Shane Legg and Joel Veness},
  journal= {arXiv preprint arXiv:2305.16843},
  year   = {2023}
}
R2 v1 2026-06-28T10:47:26.170Z