Emergence of Minimal Circuits for Indirect Object Identification in Attention-Only Transformers
Rabin Adhikari
TL;DR
This work probes the mechanistic underpinnings of transformer-based reasoning by training a minimal, attention-only model on a symbolic Indirect Object Identification (IOI) task. It demonstrates that a one-layer, two-head transformer can achieve perfect IOI performance, realized through a parsimonious additive-contrastive circuit uncovered via residual analysis and spectral scrutiny. Extending to a two-layer, one-head setting reveals cross-layer composition, where information is integrated across layers to replicate the same task performance, albeit through different architectural pathways. The findings argue that task-constrained training can reveal interpretable, minimal circuits, providing a controlled testbed to study coreference-like reasoning and offering insights into the primitive mechanisms that may underlie reasoning in larger pretrained transformers.
Abstract
Mechanistic interpretability aims to reverse-engineer large language models (LLMs) into human-understandable computational circuits. However, the complexity of pretrained models often obscures the minimal mechanisms required for specific reasoning tasks. In this work, we train small, attention-only transformers from scratch on a symbolic version of the Indirect Object Identification (IOI) task -- a benchmark for studying coreference -- like reasoning in transformers. Surprisingly, a single-layer model with only two attention heads achieves perfect IOI accuracy, despite lacking MLPs and normalization layers. Through residual stream decomposition, spectral analysis, and embedding interventions, we find that the two heads specialize into additive and contrastive subcircuits that jointly implement IOI resolution. Furthermore, we show that a two-layer, one-head model achieves similar performance by composing information across layers through query-value interactions. These results demonstrate that task-specific training induces highly interpretable, minimal circuits, offering a controlled testbed for probing the computational foundations of transformer reasoning.
