NE-BERT cuts perplexity 15.97x for 9 low-resource Indian languages
Trained on 8.3M sentences, NE-BERT beats IndicBERT-V2 and MuRIL by a wide margin.
NE-BERT, a domain-specific multilingual encoder from researcher Badal Nyalang, tackles critical underrepresentation in NLP for Northeast Indian languages. The model was trained on approximately 8.3 million sentences covering 9 low-resource languages (including Pnar with only 1,002 sentences and Kokborok with 2,463) plus two anchor languages, Hindi and English. Using weighted data sampling and a custom SentencePiece Unigram tokenizer, it aggressively upsamples extremely low-resource languages to address vocabulary fragmentation—a key challenge that often causes existing models to produce poor results for these communities.
In evaluation, NE-BERT delivers substantial gains: 15.97x lower average perplexity than IndicBERT-V2, 7.64x lower than MuRIL, and 1.50x better tokenization fertility than mBERT. Downstream testing on part-of-speech tagging for three NE Indian languages confirms practical utility beyond perplexity metrics. Nyalang released NE-BERT, test sets, and the full training corpus under the permissive CC-BY-4.0 license, enabling researchers and developers to build on this work for digital inclusion and language technology in a linguistically diverse region that mainstream multilingual models have long ignored.
- NE-BERT is trained on 8.3M sentences across 9 Northeast Indian languages plus Hindi and English
- Achieves 15.97x and 7.64x lower average perplexity than IndicBERT-V2 and MuRIL respectively
- Shows 1.50x better tokenization fertility than mBERT and is fully open-sourced under CC-BY-4.0
Why It Matters
Opens NLP for 9 underserved languages, enabling search, translation, and voice apps for millions in Northeast India.