English

Assessing the Importance of Frequency versus Compositionality for Subword-based Tokenization in NMT

Computation and Language 2024-01-15 v3

Abstract

Subword tokenization is the de facto standard for tokenization in neural language models and machine translation systems. Three advantages are frequently cited in favor of subwords: shorter encoding of frequent tokens, compositionality of subwords, and ability to deal with unknown words. As their relative importance is not entirely clear yet, we propose a tokenization approach that enables us to separate frequency (the first advantage) from compositionality. The approach uses Huffman coding to tokenize words, by order of frequency, using a fixed amount of symbols. Experiments with CS-DE, EN-FR and EN-DE NMT show that frequency alone accounts for 90%-95% of the scores reached by BPE, hence compositionality has less importance than previously thought.

Keywords

Cite

@article{arxiv.2306.01393,
  title  = {Assessing the Importance of Frequency versus Compositionality for Subword-based Tokenization in NMT},
  author = {Benoist Wolleb and Romain Silvestri and Giorgos Vernikos and Ljiljana Dolamic and Andrei Popescu-Belis},
  journal= {arXiv preprint arXiv:2306.01393},
  year   = {2024}
}

Comments

Accepted at EAMT 2023

R2 v1 2026-06-28T10:54:22.893Z