Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Google's Multilingual Neural Machine Translation System: Enabling Zero-Shot Translation

About

We propose a simple solution to use a single Neural Machine Translation (NMT) model to translate between multiple languages. Our solution requires no change in the model architecture from our base system but instead introduces an artificial token at the beginning of the input sentence to specify the required target language. The rest of the model, which includes encoder, decoder and attention, remains unchanged and is shared across all languages. Using a shared wordpiece vocabulary, our approach enables Multilingual NMT using a single model without any increase in parameters, which is significantly simpler than previous proposals for Multilingual NMT. Our method often improves the translation quality of all involved language pairs, even while keeping the total number of model parameters constant. On the WMT'14 benchmarks, a single multilingual model achieves comparable performance for English$\rightarrow$French and surpasses state-of-the-art results for English$\rightarrow$German. Similarly, a single multilingual model surpasses state-of-the-art results for French$\rightarrow$English and German$\rightarrow$English on WMT'14 and WMT'15 benchmarks respectively. On production corpora, multilingual models of up to twelve language pairs allow for better translation of many individual pairs. In addition to improving the translation quality of language pairs that the model was trained with, our models can also learn to perform implicit bridging between language pairs never seen explicitly during training, showing that transfer learning and zero-shot translation is possible for neural translation. Finally, we show analyses that hints at a universal interlingua representation in our models and show some interesting examples when mixing languages.

Melvin Johnson, Mike Schuster, Quoc V. Le, Maxim Krikun, Yonghui Wu, Zhifeng Chen, Nikhil Thorat, Fernanda Vi\'egas, Martin Wattenberg, Greg Corrado, Macduff Hughes, Jeffrey Dean• 2016

Related benchmarks

TaskDatasetResultRank
Machine TranslationWMT En-De 2014 (test)
BLEU27.06
379
Machine TranslationWMT En-Fr 2014 (test)
BLEU42
237
Machine TranslationWMT English-German 2014 (test)
BLEU26.3
136
Machine TranslationWMT16 EN-RO (test)
BLEU37.7
56
Machine TranslationWMT14 DE-EN (test)
BLEU30.96
28
Machine TranslationOPUS-100 (test)
Average BLEU Score5.05
19
Machine TranslationOPUS-7 (test)
Translation Score (X -> Ar)72.33
17
Machine TranslationWMT En-Tr 17
BLEU23.1
17
Machine TranslationIWSLT 2017 (test)
De-It Translation Score70.14
15
Machine TranslationWMT En-Fi 17 (test)
BLEU (tokenized)28.2
14
Showing 10 of 61 rows

Other info

Follow for update