English

The Script Tax: Measuring Tokenization-Driven Efficiency and Latency Disparities in Multilingual Language Models

Computation and Language 2026-02-13 v1 Artificial Intelligence

Abstract

Pretrained multilingual language models are often assumed to be script-agnostic, yet their tokenizers can impose systematic costs on certain writing systems. We quantify this script tax by comparing two orthographic variants with identical linguistic content. Across mBERT and XLM-R, the higher-fragmentation orthography shows a ~3.4x increase in fertility (6.73-6.85 vs. 2.10-2.35 tokens/word), leading to a 16.5x inference slowdown (0.23 vs. 3.8 sentences/second) on identical hardware. Using bits per character (BPC) to avoid the "NLL paradox" from subword fragmentation, we find a substantial increase in information cost: +19.7% for mBERT (8.06->9.65) and +47.1% for XLM-R (12.19->17.94). A round-trip conversion check (CER_rt=0.31) suggests these gaps reflect orthography-conditioned processing rather than mapping noise. Our results highlight tokenization as a key source of inequity in multilingual NLP and motivate script-aware tokenization and pretraining.

Keywords

Cite

@article{arxiv.2602.11174,
  title  = {The Script Tax: Measuring Tokenization-Driven Efficiency and Latency Disparities in Multilingual Language Models},
  author = {Aradhya Dixit and Shreem Dixit},
  journal= {arXiv preprint arXiv:2602.11174},
  year   = {2026}
}
R2 v1 2026-07-01T10:32:24.254Z