English

Should you marginalize over possible tokenizations?

Computation and Language 2023-07-03 v1

Abstract

Autoregressive language models (LMs) map token sequences to probabilities. The usual practice for computing the probability of any character string (e.g. English sentences) is to first transform it into a sequence of tokens that is scored by the model. However, there are exponentially many token sequences that represent any given string. To truly compute the probability of a string one should marginalize over all tokenizations, which is typically intractable. Here, we analyze whether the practice of ignoring the marginalization is justified. To this end, we devise an importance-sampling-based algorithm that allows us to compute estimates of the marginal probabilities and compare them to the default procedure in a range of state-of-the-art models and datasets. Our results show that the gap in log-likelihood is no larger than 0.5% in most cases, but that it becomes more pronounced for data with long complex words.

Keywords

Cite

@article{arxiv.2306.17757,
  title  = {Should you marginalize over possible tokenizations?},
  author = {Nadezhda Chirkova and Germán Kruszewski and Jos Rozen and Marc Dymetman},
  journal= {arXiv preprint arXiv:2306.17757},
  year   = {2023}
}

Comments

Accepted to ACL 2023

R2 v1 2026-06-28T11:19:07.162Z