Mechanistic Interpretability of Large-Scale Counting in LLMs through a System-2 Strategy
Hosein Hasani, Mohammadali Banayeeanzade, Ali Nafisi, Sadegh Mohammadian, Fatemeh Askari, Mobin Bagherian, Amirmohammad Izadi, Mahdieh Soleymani Baghshah
TL;DR
The paper addresses the challenge that large-scale counting in LLMs degrades due to architectural depth limits. It introduces a simple, test-time System-2 strategy that partitions long counting tasks into smaller subproblems using an external separator, counts each subproblem, and aggregates the results, without modifying model parameters. Through behavioral experiments and a mechanistic analysis employing attention studies and causal mediation techniques, the authors show that this approach yields high accuracy on long contexts and reveal how partition-level counts are encoded at partition boundaries, transferred via attention pathways to intermediate reasoning tokens, and finally integrated in later layers. The work advances the interpretability of LLM reasoning under time-saving strategies and suggests a general framework for extending computational capabilities on structured reasoning tasks without training.
Abstract
Large language models (LLMs), despite strong performance on complex mathematical problems, exhibit systematic limitations in counting tasks. This issue arises from architectural limits of transformers, where counting is performed across layers, leading to degraded precision for larger counting problems due to depth constraints. To address this limitation, we propose a simple test-time strategy inspired by System-2 cognitive processes that decomposes large counting tasks into smaller, independent sub-problems that the model can reliably solve. We evaluate this approach using observational and causal mediation analyses to understand the underlying mechanism of this System-2-like strategy. Our mechanistic analysis identifies key components: latent counts are computed and stored in the final item representations of each part, transferred to intermediate steps via dedicated attention heads, and aggregated in the final stage to produce the total count. Experimental results demonstrate that this strategy enables LLMs to surpass architectural limitations and achieve high accuracy on large-scale counting tasks. This work provides mechanistic insight into System-2 counting in LLMs and presents a generalizable approach for improving and understanding their reasoning behavior.
