Overview
Field: NLP Author: Clara Meister Released: 2026-08-18 arXiv: 2608.18062
Abstract (translated)
Language model tokenizers are typically selected with minimal evaluation, despite the fact that their design choices directly impact model capabilities. This can be partly attributed to a limited understanding of which tokenizer properties affect which aspects of downstream performance. The paper introduces TokEval, a framework of tokenizer evaluation metrics that goes beyond standard measures like fertility and compression rate to capture linguistically and structurally meaningful properties, e.g., UTF-8 character boundary integrity and digit place-value boundary alignment for mathematics.
To validate whether these metrics are predictive of downstream model performance, the author conducted controlled language model pretraining experiments, varying solely the tokenizers' training data mixture, pre-tokenization strategy, and training algorithm. The resulting models were evaluated on bits-per-byte (a tokenizer-agnostic version of perplexity) as well as several benchmarks spanning language understanding, mathematical reasoning, and code generation.
Key findings
- Different intrinsic tokenizer properties influence different model capabilities.
- Information-theoretic metrics predict language modeling ability, with Spearman rho up to 0.80.
- Structure-sensitive metrics, such as those measuring digit and newline handling, correlate with task accuracy on downstream benchmarks.
- TokEval aims to enable more principled tokenizer evaluation, substituting intrinsic measurements for pretraining sweeps where the two agree.
- Paper: https://arxiv.org/abs/2608.18062