ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
2.2k
Citations
230
Influential Citations
Transactions of the Association for Computational Linguistics
Venue
2017
Year
We propose a simple solution to use a single Neural Machine Translation (NMT) model to translate between multiple languages. Our solution requires no changes to the model architecture from a standard NMT system but instead introduces an artificial token at the beginning of the input sentence to specify the required target language. Using a shared wordpiece vocabulary, our approach enables Multilingual NMT systems using a single model. On the WMT’14 benchmarks, a single multilingual model achieves comparable performance for English→French and surpasses state-of-theart results for English→German. Similarly, a single multilingual model surpasses state-of-the-art results for French→English and German→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. 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 also show some interesting examples when mixing languages.
This paper from Google (2017) is a landmark in neural machine translation (NMT) because it demonstrates that a single model can handle multiple language pairs, including zero-shot translation between languages never explicitly paired during training. Prior to this, NMT systems were typically trained separately for each language pair, which was resource-intensive and limited cross-lingual transfer. The paper's simple yet effective idea—prepending a target-language token to the source sentence—opened the door to massively multilingual models and has been widely adopted in production systems (e.g., Google Translate).
The work also provides empirical evidence for the emergence of a universal interlingua representation, a long-sought goal in machine translation. By analyzing the model's internal states, the authors show that sentences with similar meanings cluster together regardless of language, suggesting that the model learns a language-agnostic semantic space. This insight has influenced subsequent research on cross-lingual representation learning and multilingual NLP.
This paper fundamentally changed how NMT systems are built. The target-language token approach became a standard technique in multilingual NMT and was adopted by Google Translate in 2016. It demonstrated that transfer learning and zero-shot translation are feasible, reducing the need for parallel data for every language pair. The work also spurred research into massively multilingual models (e.g., mBART, M2M-100) and cross-lingual pretraining (e.g., XLM, XLM-R). The evidence for an interlingua representation has inspired further studies on universal representations and multilingual model interpretability. Overall, this paper is a cornerstone of modern multilingual NLP.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba