A Systematic Comparison of Parameter-Efficient Fine-Tuning Techniques for Low-Resource Neural Machine Translation: Evidence from Indigenous Languages of the Americas
Summary
A systematic benchmark evaluated eight parameter-efficient fine-tuning (PEFT) methods against full fine-tuning for low-resource neural machine translation (NMT) involving indigenous languages of the Americas. Researchers used the NLLB-200-distilled-600M model across 13 indigenous-to-Spanish language pairs, spanning four resource tiers from 357 to 125,008 training sentences. Orthogonal Finetuning (OFT) achieved the highest development-set chrF++ among PEFT methods at 26.63, utilizing only 0.28% of parameters. Low-Rank Adaptation (LoRA) demonstrated a strong efficiency-quality balance with 25.27 chrF++ and 0.19% parameters. On held-out test data, full fine-tuning scored 25.12, with OFT closely following at 25.06 (p = 0.43). VeRA and Prefix Tuning consistently showed poorer performance. These findings confirm PEFT as a viable alternative to full fine-tuning for indigenous-language NMT.
Key takeaway
For Machine Learning Engineers developing NMT systems for low-resource languages, particularly indigenous ones, you should prioritize parameter-efficient fine-tuning (PEFT) over full fine-tuning. Orthogonal Finetuning (OFT) offers near full fine-tuning performance with significantly fewer trainable parameters, making it ideal for constrained environments. Evaluate Low-Rank Adaptation (LoRA) for a strong balance of efficiency and quality. This approach allows you to deploy effective NMT solutions more economically.
Key insights
Parameter-Efficient Fine-Tuning (PEFT) offers a viable, efficient alternative to full fine-tuning for low-resource NMT, especially for indigenous languages.
Principles
- OFT achieves top PEFT quality with minimal parameter training.
- LoRA provides a strong efficiency-quality tradeoff.
- Not all PEFT methods perform equally across tasks.
Method
The study systematically benchmarked eight PEFT methods and full fine-tuning on NLLB-200-distilled-600M across 13 indigenous-to-Spanish language pairs, evaluating chrF++ on development and test sets.
In practice
- Consider OFT for high-quality, low-resource NMT.
- Evaluate LoRA for balanced efficiency and performance.
- Avoid VeRA and Prefix Tuning for similar tasks.
Topics
- Parameter-Efficient Fine-Tuning
- Neural Machine Translation
- Low-Resource NMT
- Indigenous Languages
- OFT
- LoRA
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.