CLAIJun 10, 2025

Extrapolation by Association: Length Generalization Transfer in Transformers

arXiv:2506.09251v210 citationsh-index: 39
Originality Incremental advance
AI Analysis

This provides insights into how transformers generalize to out-of-distribution inputs, which is important for improving model robustness in AI applications, though it is incremental to existing generalization research.

The paper investigates how transformer language models can transfer length generalization capabilities from related tasks, showing that training with longer auxiliary tasks enables models to extrapolate to longer inputs in target tasks across algorithmic domains like arithmetic and string transformations.

Transformer language models have demonstrated impressive generalization capabilities in natural language domains, yet we lack a fine-grained understanding of how such generalization arises. In this paper, we investigate length generalization--the ability to extrapolate from shorter to longer inputs--through the lens of \textit{task association}. We find that length generalization can be \textit{transferred} across related tasks. That is, training a model with a longer and related auxiliary task can lead it to generalize to unseen and longer inputs from some other target task. We demonstrate this length generalization transfer across diverse algorithmic tasks, including arithmetic operations, string transformations, and maze navigation. Our results show that transformer models can inherit generalization capabilities from similar tasks when trained jointly. Moreover, we observe similar transfer effects in pretrained language models, suggesting that pretraining equips models with reusable computational scaffolding that facilitates extrapolation in downstream settings. Finally, we provide initial mechanistic evidence that length generalization transfer correlates with the re-use of the same attention heads between the tasks. Together, our findings deepen our understanding of how transformers generalize to out-of-distribution inputs and highlight the compositional reuse of inductive structure across tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes