The Foundations of Tokenization: Statistical and Computational Concerns
Juan Luis Gastaldi, John Terilla, Luca Malagutti, Brian DuSell, Tim Vieira, Ryan Cotterell
TL;DR
The Foundations of Tokenization: Statistical and Computational Concerns develops a formal theory of tokenization by modeling encoders and decoders as stochastic maps between character strings and token sequences. It introduces a Fundamental Principle: a tokenizer preserves estimator consistency exactly when $\kappa\tau p^*=p^*$, enabling precise characterizations of when tokenization is statistically sound. The work analyzes statistical issues like inconsistency and ambiguity arising from noninjective encoders/decoders and addresses computational aspects such as finiteness and sequentiality via multiplicativity and bounded variation, linking practical tokenizers (e.g., BPE, WordPiece) to finite-state representations. Overall, the framework provides rigorous conditions for robust tokenization in neural language models and offers insights for theory-driven improvements and reliable evaluation.
Abstract
Tokenization - the practice of converting strings of characters from an alphabet into sequences of tokens over a vocabulary - is a critical step in the NLP pipeline. The use of token representations is widely credited with increased model performance but is also the source of many undesirable behaviors, such as spurious ambiguity or inconsistency. Despite its recognized importance as a standard representation method in NLP, the theoretical underpinnings of tokenization are not yet fully understood. In particular, the impact of tokenization on language model estimation has been investigated primarily through empirical means. The present paper contributes to addressing this theoretical gap by proposing a unified formal framework for representing and analyzing tokenizer models. Based on the category of stochastic maps, this framework enables us to establish general conditions for a principled use of tokenizers and, most importantly, the necessary and sufficient conditions for a tokenizer model to preserve the consistency of statistical estimators. In addition, we discuss statistical and computational concerns crucial for designing and implementing tokenizer models, such as inconsistency, ambiguity, finiteness, and sequentiality. The framework and results advanced in this paper contribute to building robust theoretical foundations for representations in neural language modeling that can inform future theoretical and empirical research.
