Layer Specialization Underlying Compositional Reasoning in Transformers
Jing Liu
TL;DR
The paper investigates how transformers acquire hierarchical compositional reasoning by evaluating causal and masked transformers on the Random Hierarchy Model (RHM), a controlled hierarchical sequence generator. It decouples memorization, in-distribution generalization, out-of-distribution generalization, and cross-layer transfer to reveal how internal representations evolve. A key finding is the progressive emergence of layer specialization that correlates with generalization: causal models concentrate compositional processing in early layers, while masked models do so in late layers, yet achieve comparable transfer performance. This work links observable generalization capabilities to interpretable, modular internal organization and highlights architecture-dependent strategies for in-context learning and skill composition.
Abstract
Transformers exhibit compositional reasoning on sequences not observed during training, a capability often attributed to in-context learning (ICL) and skill composition. We investigate this phenomenon using the Random Hierarchy Model (RHM), a probabilistic context-free grammar that generates sequences through recursive rule application. Models are trained on subsets of sequences and evaluated across four generalization conditions: memorization, in-distribution generalization, out-of-distribution generalization with the same rules, and cross-layer transfer. Behaviorally, performance improves systematically with task complexity and the number of in-context examples, with out-of-distribution tasks requiring substantially more examples than in-distribution scenarios. Mechanistically, we identify a progressive emergence of layer specialization during training that correlates with generalization performance. Principal component analysis and attention pattern clustering reveal that transformers develop structured, hierarchically organized representations in specialized layers. These results demonstrate that transformers develop modular, interpretable mechanisms supporting compositional reasoning, linking internal algorithmic structure to observed behavioral capabilities.
