Bringing Mapudungun into the Modern MT Ecosystem: Morphology-Aware Tokenization for NLLB-200 Fine-Tuning
Summary
Researchers fine-tuned Meta's NLLB-200 for Mapudungun–Spanish translation, demonstrating that morphology-aware tokenization can significantly reduce model size requirements. Their novel Morfessor-VC method, which constrains Morfessor morpheme segmentation to NLLB's pretrained vocabulary, enabled a 600M parameter model to achieve 43.2 chrF++ for Mapudungun→Spanish translation. This performance is competitive with a 3.3B parameter model using Standard BPE (42.9 chrF++) while using five times fewer parameters. All fine-tuned conditions surpassed frontier LLMs by over 27 chrF++. This work establishes new baselines for Mapudungun, an indigenous polysynthetic language spoken by 200,000+ Mapuche people, which is absent from NLLB-200 and commercial MT providers. It addresses tokenization challenges posed by Mapudungun's agglutinative morphology, providing a practical foundation for community language tools.
Key takeaway
For NLP Engineers developing machine translation for low-resource or morphologically complex languages, you should prioritize morphology-aware tokenization. This approach, exemplified by Morfessor-VC, allows you to achieve competitive performance with significantly smaller models, like a 600M parameter NLLB-200, compared to much larger 3.3B models. Consider integrating custom tokenization strategies to optimize resource usage and expand MT support for underserved languages.
Key insights
Morphology-aware tokenization significantly reduces model size for low-resource, polysynthetic language machine translation while maintaining high performance.
Principles
- Morphology-aware tokenization improves MT efficiency.
- Pretrained vocabulary constraints enhance segmentation.
- Low-resource languages benefit from specialized tokenization.
Method
Fine-tuning NLLB-200 on Mapudungun–Spanish translation using eight tokenization strategies, including Morfessor-VC, which constrains morpheme segmentation to NLLB's pretrained vocabulary.
In practice
- Develop MT for polysynthetic languages.
- Create tools for language revitalization.
- Build pedagogical resources for Mapudungun.
Topics
- Machine Translation
- Mapudungun Language
- NLLB-200
- Morphology-Aware Tokenization
- Low-Resource Languages
- Language Revitalization
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.