When Models Manipulate Manifolds: The Geometry of a Counting Task
Wes Gurnee, Emmanuel Ameisen, Isaac Kauvar, Julius Tarng, Adam Pearce, Chris Olah, Joshua Batson
TL;DR
This work probes how a large language model performs linebreaking in fixed-width text by revealing that character counts are encoded on a $1$-dimensional manifold embedded in a $6$-dimensional subspace, with curvature arising from distributed attention-head contributions. The boundary to the line end is detected by boundary Heads that twist the count and width representations, and the newline decision emerges from near-orthogonal stacking of the remaining-characters and next-token-length counts, enabling a linear separator with high accuracy. Causal interventions and visual illusion experiments demonstrate the stability and fragility of the counting mechanism, underscoring the distributed, geometry-enabled computations in early layers. Overall, the study highlights the value of combining feature-based and geometric interpretability to reveal how neural networks perform perceptual tasks and suggests avenues for automatic discovery of geometric structures in model internals.
Abstract
Language models can perceive visual properties of text despite receiving only sequences of tokens-we mechanistically investigate how Claude 3.5 Haiku accomplishes one such task: linebreaking in fixed-width text. We find that character counts are represented on low-dimensional curved manifolds discretized by sparse feature families, analogous to biological place cells. Accurate predictions emerge from a sequence of geometric transformations: token lengths are accumulated into character count manifolds, attention heads twist these manifolds to estimate distance to the line boundary, and the decision to break the line is enabled by arranging estimates orthogonally to create a linear decision boundary. We validate our findings through causal interventions and discover visual illusions--character sequences that hijack the counting mechanism. Our work demonstrates the rich sensory processing of early layers, the intricacy of attention algorithms, and the importance of combining feature-based and geometric views of interpretability.
