Data-Efficient Adaptation of Multilingual LLMs to Ukrainian

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, quick

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

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

Topics

Best for: Research Scientist, AI Engineer, Machine Learning Engineer, NLP Engineer, AI Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.