Two Counterexamples to Tokenization and the Noiseless Channel
Marco Cognetta, Vilém Zouhar, Sangwhan Moon, Naoaki Okazaki
TL;DR
This work challenges the claim that Rényi efficiency of the unigram distribution is a reliable intrinsic predictor of downstream NLP performance. It introduces two counterexample families for BPE tokenization—Random-Drop BPE and Duplication BPE—that can arbitrarily increase Rényi efficiency while decreasing BLEU in machine translation. Through theoretical arguments and large-scale MT experiments, the authors show that Rényi efficiency can fail to predict downstream outcomes under certain tokenization perturbations, while other intrinsic metrics (PCT, SEQ) may better signal degradation in some cases. The findings suggest refining tokenization predictors to account for vocabulary growth and token-level perturbations, ultimately guiding the development of more robust intrinsic metrics for tokenizer evaluation.
Abstract
In Tokenization and the Noiseless Channel (Zouhar et al., 2023a), Rényi efficiency is suggested as an intrinsic mechanism for evaluating a tokenizer: for NLP tasks, the tokenizer which leads to the highest Rényi efficiency of the unigram distribution should be chosen. The Rényi efficiency is thus treated as a predictor of downstream performance (e.g., predicting BLEU for a machine translation task), without the expensive step of training multiple models with different tokenizers. Although useful, the predictive power of this metric is not perfect, and the authors note there are additional qualities of a good tokenization scheme that Rényi efficiency alone cannot capture. We describe two variants of BPE tokenization which can arbitrarily increase Rényi efficiency while decreasing the downstream model performance. These counterexamples expose cases where Rényi efficiency fails as an intrinsic tokenization metric and thus give insight for building more accurate predictors.
