Tokenization Disparities as Infrastructure Bias: How Subword Systems Create Inequities in LLM Access and Efficiency
Hailay Kidu Teklehaymanot, Wolfgang Nejdl
TL;DR
Tokenization disparities are presented as a form of infrastructure bias that shapes access to multilingual AI across 200+ languages. Using FLORES-200 with Unicode NFC normalization and the cl100kbase tiktoken tokenizer, the study quantifies Tokens Per Sentence (TPS), Characters Per Token (CPT), and Relative Tokenization Cost (RTC) to reveal pronounced efficiency gaps between Latin-script and non-Latin/morphologically complex languages. The results show RTC can reach over four times the English baseline for some languages, with Latin-script languages achieving far more favorable tokenization profiles than non-Latin scripts. The work argues for linguistically informed tokenization strategies and adaptive vocabulary construction to reduce inequities and improve computational efficiency and accessibility in multilingual LLM systems.
Abstract
Tokenization disparities pose a significant barrier to achieving equitable access to artificial intelligence across linguistically diverse populations. This study conducts a large-scale cross-linguistic evaluation of tokenization efficiency in over 200 languages to systematically quantify computational inequities in large language models (LLMs). Using a standardized experimental framework, we applied consistent preprocessing and normalization protocols, followed by uniform tokenization through the tiktoken library across all language samples. Comprehensive tokenization statistics were collected using established evaluation metrics, including Tokens Per Sentence (TPS) and Relative Tokenization Cost (RTC), benchmarked against English baselines. Our cross-linguistic analysis reveals substantial and systematic disparities: Latin-script languages consistently exhibit higher tokenization efficiency, while non-Latin and morphologically complex languages incur significantly greater token inflation, often 3-5 times higher RTC ratios. These inefficiencies translate into increased computational costs and reduced effective context utilization for underrepresented languages. Overall, the findings highlight structural inequities in current AI systems, where speakers of low-resource and non-Latin languages face disproportionate computational disadvantages. Future research should prioritize the development of linguistically informed tokenization strategies and adaptive vocabulary construction methods that incorporate typological diversity, ensuring more inclusive and computationally equitable multilingual AI systems.
