English

When Every Token Counts: Optimal Segmentation for Low-Resource Language Models

Computation and Language 2025-05-05 v5 Artificial Intelligence Machine Learning

Abstract

Traditional greedy tokenization methods have been a critical step in Natural Language Processing (NLP), influencing how text is converted into tokens and directly impacting model performance. While subword tokenizers like Byte-Pair Encoding (BPE) are widely used, questions remain about their optimality across model scales and languages. In this work, we demonstrate through extensive experiments that an optimal BPE configuration significantly reduces token count compared to greedy segmentation, yielding improvements in token-saving percentages and performance benefits, particularly for smaller models. We evaluate tokenization performance across various intrinsic and extrinsic tasks, including generation and classification. Our findings suggest that compression-optimized tokenization strategies could provide substantial advantages for multilingual and low-resource language applications, highlighting a promising direction for further research and inclusive NLP.

Keywords

Cite

@article{arxiv.2412.06926,
  title  = {When Every Token Counts: Optimal Segmentation for Low-Resource Language Models},
  author = {Bharath Raj and Garvit Suri and Vikrant Dewangan and Raghav Sonavane},
  journal= {arXiv preprint arXiv:2412.06926},
  year   = {2025}
}

Comments

LoResLM @ COLING 2025. Project page at https://vikr-182.github.io/loreslm/

R2 v1 2026-06-28T20:28:34.454Z