How Syntax Specialization Emerges in Language Models
Xufeng Duan, Zhaoqian Yao, Yunhao Zhang, Shaonan Wang, Zhenguang G. Cai
TL;DR
The paper tackles how syntactic specialization emerges in transformer-based language models by introducing the Syntactic Sensitivity Index (SSI), an intrinsic measure that tracks layer- and neuron-level differentiation between grammatical and ungrammatical sentences across diverse syntactic phenomena without supervision. Using BLiMP as a minimal-pairs dataset, SSI is shown to correlate with syntactic task performance, identify functionally necessary high-SSI neurons via ablations, and reveal a developmental trajectory where specialization rises gradually, concentrates in certain layers, and exhibits a critical period around 16 million training tokens. The study further demonstrates initialization- and architecture-dependent dynamics, with larger models and more data amplifying abstraction and layer-localization, while different phenomena follow distinct acquisition timelines. These findings provide a mechanistic account of emergent syntax, linking internal representations to behavioral competence and offering practical resources (code and checkpoints) to advance future research into the internal dynamics of language models.
Abstract
Large language models (LLMs) have been found to develop surprising internal specializations: Individual neurons, attention heads, and circuits become selectively sensitive to syntactic structure, reflecting patterns observed in the human brain. While this specialization is well-documented, how it emerges during training and what influences its development remains largely unknown. In this work, we tap into the black box of specialization by tracking its formation over time. By quantifying internal syntactic consistency across minimal pairs from various syntactic phenomena, we identify a clear developmental trajectory: Syntactic sensitivity emerges gradually, concentrates in specific layers, and exhibits a 'critical period' of rapid internal specialization. This process is consistent across architectures and initialization parameters (e.g., random seeds), and is influenced by model scale and training data. We therefore reveal not only where syntax arises in LLMs but also how some models internalize it during training. To support future research, we will release the code, models, and training checkpoints upon acceptance.
