Data-Efficient Adaptation of Multilingual LLMs to Ukrainian
Summary
A reproducible approach addresses challenges in adapting large language models to low-resource languages, focusing on inefficient tokenization, data scarcity, and limited instruction tuning resources. This method combines vocabulary surgery for tokenizer adaptation without full retraining, cross-lingual transfer of quality classifiers via translation for data filtering, and instruction data generation through translation, task conversion, and targeted synthesis. Validated by adapting Gemma-3-12B to Ukrainian, the pretrained model achieves top performance on Ukrainian benchmarks. Its instruction-tuned variant demonstrates strong performance, including 33 BLEU on FLORES for translation, and excels in summarization and question-answering tasks. Notably, it requires 1.5x fewer tokens than the original model for equivalent text processing. All models, datasets, classifiers, and code are released for replication.
Key takeaway
For NLP Engineers adapting large language models to low-resource languages, this data-centric approach provides a validated blueprint to overcome common challenges. You can achieve strong performance on tasks like translation and summarization while significantly reducing token requirements. Consider implementing vocabulary surgery, cross-lingual quality classifier transfer, and instruction data synthesis to efficiently deploy models like Gemma-3-12B in new linguistic contexts.
Key insights
Data-centric methods enable efficient adaptation of multilingual LLMs to low-resource languages by addressing tokenization, data scarcity, and instruction tuning.
Principles
- Vocabulary surgery adapts tokenizers without full retraining.
- Cross-lingual transfer enables data filtering without target annotations.
- Instruction data can be synthesized via translation and task conversion.
Method
The approach involves vocabulary surgery, cross-lingual quality classifier transfer via translation, and instruction data generation through translation, task conversion, and targeted synthesis.
In practice
- Adapt Gemma-3-12B for low-resource languages.
- Achieve 33 BLEU on FLORES for translation tasks.
- Reduce token count by 1.5x for text processing.
Topics
- Multilingual LLMs
- Low-Resource Languages
- Data-Efficient Adaptation
- Tokenizer Adaptation
- Instruction Tuning
- Gemma-3-12B
Best for: Research Scientist, AI Engineer, Machine Learning Engineer, NLP Engineer, AI Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.