CLOct 7, 2020

Pre-training Multilingual Neural Machine Translation by Leveraging Alignment Information

arXiv:2010.03142v31036 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of building efficient translation models for multiple language pairs, including low-resource ones, though it is incremental as it builds on existing pre-training methods.

The authors tackled the problem of creating a universal multilingual neural machine translation model by proposing mRASP, which uses random aligned substitution to align similar meanings across languages, resulting in significant performance improvements across 42 translation directions, including low-resource and exotic languages.

We investigate the following question for machine translation (MT): can we develop a single universal MT model to serve as the common seed and obtain derivative and improved models on arbitrary language pairs? We propose mRASP, an approach to pre-train a universal multilingual neural machine translation model. Our key idea in mRASP is its novel technique of random aligned substitution, which brings words and phrases with similar meanings across multiple languages closer in the representation space. We pre-train a mRASP model on 32 language pairs jointly with only public datasets. The model is then fine-tuned on downstream language pairs to obtain specialized MT models. We carry out extensive experiments on 42 translation directions across a diverse settings, including low, medium, rich resource, and as well as transferring to exotic language pairs. Experimental results demonstrate that mRASP achieves significant performance improvement compared to directly training on those target pairs. It is the first time to verify that multiple low-resource language pairs can be utilized to improve rich resource MT. Surprisingly, mRASP is even able to improve the translation quality on exotic languages that never occur in the pre-training corpus. Code, data, and pre-trained models are available at https://github.com/linzehui/mRASP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes