Mapudungun-Spanish Speech Translation: A Low-Resource End-to-End System for the IWSLT 2026 Shared Task
Summary
An end-to-end speech translation system for Mapudungun–Spanish was developed for the IWSLT 2026 low-resource task. This system builds upon the Canary-1B-v2 model, employing parameter-efficient fine-tuning with a lightweight adapter. It utilizes an English-centered configuration as a proxy to facilitate translation between the low-resource Indigenous language and Spanish. Experiments demonstrated that the system effectively captures key phonetic patterns, even with limited training data. However, the system also exhibited biases, frequently producing repetitive Spanish outputs. The findings underscore both the potential and the inherent difficulties in adapting large multilingual foundation models for speech translation involving low-resource Indigenous languages like Mapudungun.
Key takeaway
For NLP Engineers developing speech translation systems for low-resource languages, this research indicates that adapting large multilingual models like Canary-1B-v2 via parameter-efficient fine-tuning is a viable approach. You should anticipate challenges such as repetitive outputs and carefully evaluate the trade-offs between data scarcity and translation quality. Consider using English as an intermediate language to bridge translation gaps for under-resourced language pairs.
Key insights
Adapting multilingual foundation models for low-resource Indigenous speech translation is feasible but challenging.
Principles
- Parameter-efficient fine-tuning aids low-resource adaptation.
- English-centered proxies can enable cross-lingual transfer.
- Limited data can lead to repetitive output biases.
Method
The system uses parameter-efficient fine-tuning with a lightweight adapter on Canary-1B-v2, using an English-centered configuration for Mapudungun–Spanish translation.
In practice
- Apply PEFT for low-resource language model adaptation.
- Consider English as a pivot for non-English language pairs.
- Monitor for repetitive outputs in low-resource translation.
Topics
- Speech Translation
- Low-Resource Languages
- Mapudungun
- Canary-1B-v2
- Parameter-Efficient Fine-Tuning
- Multilingual Foundation Models
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.