CLAIMay 20, 2025

Tokenization Constraints in LLMs: A Study of Symbolic and Arithmetic Reasoning Limits

arXiv:2505.14178v114 citationsh-index: 7
Originality Highly original
AI Analysis

This addresses a fundamental bottleneck in LLM reasoning for AI researchers and practitioners, revealing that tokenization constraints, not just architecture, critically impact symbolic computation, though it is incremental in highlighting a known but underappreciated layer.

The study investigated how tokenization schemes, particularly subword-based methods like BPE, limit symbolic and arithmetic reasoning in LLMs by disrupting logical alignment, showing that poor token granularity causes reasoning failures even with CoT prompting, while atomically-aligned formats enable small models like GPT-4o-mini to outperform larger systems such as o1 in structured tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes