Tokenization Constraints in LLMs: A Study of Symbolic and Arithmetic Reasoning Limits
Xiang Zhang, Juntai Cao, Jiaqi Wei, Yiwei Xu, Chenyu You
TL;DR
Tokenization imposes a fundamental depth constraint on symbolic reasoning in LLMs, constraining the effectiveness of answer-only transformers and CoT-based approaches. The authors formalize token-aware limitations and demonstrate, via theory and extensive experiments, that coarse tokenizations (notably BPE) can cause large degradation in counting and symbolic tasks, while atomically-aligned tokenization restores unit-level fidelity and enables smaller models to match or surpass larger ones. Under ideal CoT assumptions, recurrence can be simulated through external thought tokens, but practical tokenization bottlenecks prevent reliable generalization. The work argues that tokenization design should be treated as a core component of model capability, with significant practical implications for enabling robust symbolic reasoning and efficiency gains.
Abstract
Tokenization is the first - and often underappreciated - layer of computation in language models. While Chain-of-Thought (CoT) prompting enables transformer models to approximate recurrent computation by externalizing intermediate steps, we show that the success of such reasoning is fundamentally bounded by the structure of tokenized inputs. This work presents a theoretical and empirical investigation into how tokenization schemes, particularly subword-based methods like byte-pair encoding (BPE), impede symbolic computation by merging or obscuring atomic reasoning units. We introduce the notion of Token Awareness to formalize how poor token granularity disrupts logical alignment and prevents models from generalizing symbolic procedures. Through systematic evaluation on arithmetic and symbolic tasks, we demonstrate that token structure dramatically affect reasoning performance, causing failure even with CoT, while atomically-aligned formats unlock strong generalization, allowing small models (e.g., GPT-4o-mini) to outperform larger systems (e.g., o1) in structured reasoning. Our findings reveal that symbolic reasoning ability in LLMs is not purely architectural, but deeply conditioned on token-level representations.
