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

Phrase-Based & Neural Unsupervised Machine Translation

About

Machine translation systems achieve near human-level performance on some languages, yet their effectiveness strongly relies on the availability of large amounts of parallel sentences, which hinders their applicability to the majority of language pairs. This work investigates how to learn to translate when having access to only large monolingual corpora in each language. We propose two model variants, a neural and a phrase-based model. Both versions leverage a careful initialization of the parameters, the denoising effect of language models and automatic generation of parallel data by iterative back-translation. These models are significantly better than methods from the literature, while being simpler and having fewer hyper-parameters. On the widely used WMT'14 English-French and WMT'16 German-English benchmarks, our models respectively obtain 28.1 and 25.2 BLEU points without using a single parallel sentence, outperforming the state of the art by more than 11 BLEU points. On low-resource languages like English-Urdu and English-Romanian, our methods achieve even better results than semi-supervised and supervised approaches leveraging the paucity of available bitexts. Our code for NMT and PBSMT is publicly available.

Guillaume Lample, Myle Ott, Alexis Conneau, Ludovic Denoyer, Marc'Aurelio Ranzato• 2018

Related benchmarks

TaskDatasetResultRank
Machine TranslationWMT En-Fr 2014 (test)
BLEU28.1
237
Machine TranslationWMT Ro-En 2016 (test)
BLEU23.9
82
Machine TranslationWMT16 English-German (test)
BLEU20.2
58
Machine TranslationWMT16 German-English (test)
BLEU25.2
39
Machine TranslationWMT En-Ro newstest2016 (test)
BLEU25.1
31
Machine TranslationWMT En-Fr (newstest2014)
BLEU25.14
9
Machine TranslationWMT en-de 2016 (newstest)
BLEU17.16
9
Sentiment TransferYelp (test)
Sentiment Accuracy84.87
7
Machine TranslationWMT fr-en 2014 (newstest)
BLEU24.18
6
Machine TranslationWMT de-en 2016 (newstest)
BLEU21
6
Showing 10 of 15 rows

Other info

Follow for update