CLAILGSep 4, 2018

Unsupervised Statistical Machine Translation

arXiv:1809.01272v11210 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of machine translation for low-resource languages by enabling training from monolingual corpora only, representing an incremental advancement over previous unsupervised methods.

The paper tackles the problem of unsupervised machine translation by proposing a phrase-based Statistical Machine Translation (SMT) approach that significantly reduces the performance gap with supervised systems, achieving improvements of over 7-10 BLEU points and closing the gap to 2-5 BLEU points compared to supervised SMT on WMT 2014 benchmarks.

While modern machine translation has relied on large parallel corpora, a recent line of work has managed to train Neural Machine Translation (NMT) systems from monolingual corpora only (Artetxe et al., 2018c; Lample et al., 2018). Despite the potential of this approach for low-resource settings, existing systems are far behind their supervised counterparts, limiting their practical interest. In this paper, we propose an alternative approach based on phrase-based Statistical Machine Translation (SMT) that significantly closes the gap with supervised systems. Our method profits from the modular architecture of SMT: we first induce a phrase table from monolingual corpora through cross-lingual embedding mappings, combine it with an n-gram language model, and fine-tune hyperparameters through an unsupervised MERT variant. In addition, iterative backtranslation improves results further, yielding, for instance, 14.08 and 26.22 BLEU points in WMT 2014 English-German and English-French, respectively, an improvement of more than 7-10 BLEU points over previous unsupervised systems, and closing the gap with supervised SMT (Moses trained on Europarl) down to 2-5 BLEU points. Our implementation is available at https://github.com/artetxem/monoses

Code Implementations3 repos
Foundations

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

Your Notes