IndicSuperTokenizer: An Optimized Tokenizer for Indic Multilingual LLMs
Souvik Rana, Arul Menezes, Ashish Kulkarni, Chandra Khatri, Shubham Agarwal
TL;DR
IndicSuperTokenizer tackles tokenization inefficiencies in multilingual Indic LLMs by introducing a two-stage curriculum that learns subword units first and then multiword units, guided by language-aware pre-tokenization. The approach yields state-of-the-art fertility across 22 Indic languages, English, and code, while delivering notable throughput gains and maintaining strong benchmark performance. Extensive intrinsic and extrinsic evaluations, including ablations on data size, transition point, vocabulary size, and normalization, demonstrate robustness and practical deployment benefits. The work also demonstrates corpus-driven vocabulary allocation and the feasibility of replacing opensource tokenizers via continual pretraining, highlighting IST's applicability to open multilingual models.
Abstract
Tokenizers play a crucial role in determining the performance, training efficiency, and the inference cost of Large Language Models (LLMs). Designing effective tokenizers for multilingual LLMs is particularly challenging due to diverse scripts and rich morphological variation. While subword methods such as Byte Pair Encoding (BPE) are widely adopted, their effectiveness in multilingual settings remains underexplored. We present IndicSuperTokenizer, a tokenizer for Indic multilingual LLMs, that combines both subword and multi-word tokenization, along with language-specific pre-tokenization, leading to more linguistically aligned tokens and achieving a new state-of-the-art in fertility score. Evaluated across English, 22 Indian languages and code data, our tokenizer improves the average fertility score by 39.5% over LLaMA4 and by 18% over Sutra (the current best). This translates to 44% improvement in inference throughput over LLaMA4 while maintaining comparable performance on English and Indic benchmarks. We also present detailed ablations across tokenizer training data size, vocabulary size, merging techniques, and pre-tokenization strategies, demonstrating the robustness of our design choices.
