Emergent Stack Representations in Modeling Counter Languages Using Transformers
Utkarsh Tiwari, Aviral Gupta, Michael Hahn
TL;DR
The study investigates how Transformer models trained on counter languages like Dyck-1 and Shuffle-k develop internal, stack-like representations during next-token prediction. It uses probing classifiers to recover per-token stack-depth signals from internal embeddings, finding strong evidence of emergent stack structures, particularly as the number of required stacks increases. The results bridge formal language theory and mechanistic interpretability, suggesting Transformers can implicitly simulate pushdown memory without explicit architectural constraints. This has implications for understanding algorithmic learning in language models and informs circuit discovery and interpretability research.
Abstract
Transformer architectures are the backbone of most modern language models, but understanding the inner workings of these models still largely remains an open problem. One way that research in the past has tackled this problem is by isolating the learning capabilities of these architectures by training them over well-understood classes of formal languages. We extend this literature by analyzing models trained over counter languages, which can be modeled using counter variables. We train transformer models on 4 counter languages, and equivalently formulate these languages using stacks, whose depths can be understood as the counter values. We then probe their internal representations for stack depths at each input token to show that these models when trained as next token predictors learn stack-like representations. This brings us closer to understanding the algorithmic details of how transformers learn languages and helps in circuit discovery.
