English

Arithmetic Transformers Can Length-Generalize in Both Operand Length and Count

Machine Learning 2025-04-18 v2 Artificial Intelligence

Abstract

Transformers often struggle with length generalization, meaning they fail to generalize to sequences longer than those encountered during training. While arithmetic tasks are commonly used to study length generalization, certain tasks are considered notoriously difficult, e.g., multi-operand addition (requiring generalization over both the number of operands and their lengths) and multiplication (requiring generalization over both operand lengths). In this work, we achieve approximately 2-3x length generalization on both tasks, which is the first such achievement in arithmetic Transformers. We design task-specific scratchpads enabling the model to focus on a fixed number of tokens per each next-token prediction step, and apply multi-level versions of \Position Coupling (Cho et al., 2024; McLeish et al., 2024) to let Transformers know the right position to attend to. On the theory side, we prove that a 1-layer Transformer using our method can solve multi-operand addition, up to operand length and operand count that are exponential in embedding dimension.

Keywords

Cite

@article{arxiv.2410.15787,
  title  = {Arithmetic Transformers Can Length-Generalize in Both Operand Length and Count},
  author = {Hanseul Cho and Jaeyoung Cha and Srinadh Bhojanapalli and Chulhee Yun},
  journal= {arXiv preprint arXiv:2410.15787},
  year   = {2025}
}

Comments

44 pages, 20 figures, 26 tables, accepted to ICLR 2025

R2 v1 2026-06-28T19:29:20.906Z