CLJan 22, 2019

Cross-lingual Language Model Pretraining

arXiv:1901.07291v12994 citations
Originality Highly original
AI Analysis

This work addresses the problem of cross-lingual natural language understanding and translation for multilingual AI applications, representing a strong specific advance rather than incremental.

The paper tackles cross-lingual language model pretraining by extending generative pretraining to multiple languages, achieving state-of-the-art results with absolute gains such as 4.9% accuracy on XNLI and over 9 BLEU improvement on unsupervised German-English translation.

Recent studies have demonstrated the efficiency of generative pretraining for English natural language understanding. In this work, we extend this approach to multiple languages and show the effectiveness of cross-lingual pretraining. We propose two methods to learn cross-lingual language models (XLMs): one unsupervised that only relies on monolingual data, and one supervised that leverages parallel data with a new cross-lingual language model objective. We obtain state-of-the-art results on cross-lingual classification, unsupervised and supervised machine translation. On XNLI, our approach pushes the state of the art by an absolute gain of 4.9% accuracy. On unsupervised machine translation, we obtain 34.3 BLEU on WMT'16 German-English, improving the previous state of the art by more than 9 BLEU. On supervised machine translation, we obtain a new state of the art of 38.5 BLEU on WMT'16 Romanian-English, outperforming the previous best approach by more than 4 BLEU. Our code and pretrained models will be made publicly available.

Code Implementations17 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes