Born a Transformer -- Always a Transformer? On the Effect of Pretraining on Architectural Abilities
Mayank Jobanputra, Yana Veitsman, Yash Sarrof, Aleksandra Bakalova, Vera Demberg, Ellie Pavlick, Michael Hahn
TL;DR
The paper interrogates whether large-scale pretraining can erase the length-generalization limits of transformer architectures. By studying retrieval and copying tasks through a length-generalization framework, it shows pretrained LLMs acquire a directional induction bias that favors rightward/forward processing, and a uniqueness bias, which can be mitigated but not eliminated by targeted fine-tuning. Mechanistic analyses link these biases to the relative strength of induction versus anti-induction circuits, and causal patching confirms their roles. The findings highlight that pretraining enhances certain transformer capabilities yet cannot fully overturn intrinsic architectural biases, with practical implications for reliability in real-world tasks and considerations for fine-tuning strategies. Overall, the work provides a nuanced view of how pretraining shapes, but does not redefine, the length-generalization landscape of transformers, emphasizing the continued importance of architecture-aware design and task-specific adaptation.
Abstract
Transformers have theoretical limitations in modeling certain sequence-to-sequence tasks, yet it remains largely unclear if these limitations play a role in large-scale pretrained LLMs, or whether LLMs might effectively overcome these constraints in practice due to the scale of both the models themselves and their pretraining data. We explore how these architectural constraints manifest after pretraining, by studying a family of $\textit{retrieval}$ and $\textit{copying}$ tasks inspired by Liu et al. [2024a]. We use a recently proposed framework for studying length generalization [Huang et al., 2025] to provide guarantees for each of our settings. Empirically, we observe an $\textit{induction-versus-anti-induction}$ asymmetry, where pretrained models are better at retrieving tokens to the right (induction) rather than the left (anti-induction) of a query token. This asymmetry disappears upon targeted fine-tuning if length-generalization is guaranteed by theory. Mechanistic analysis reveals that this asymmetry is connected to the differences in the strength of induction versus anti-induction circuits within pretrained transformers. We validate our findings through practical experiments on real-world tasks demonstrating reliability risks. Our results highlight that pretraining selectively enhances certain transformer capabilities, but does not overcome fundamental length-generalization limits.
