paper-with-me

Papers

Unsupervised Statistical Machine Translation

2018-09-04 · EMNLP 2018 10 · Mikel Artetxe, Gorka Labaka, Eneko Agirre

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

📄 PDF Abstract BibTeX arXiv:1809.01272

Code (3)

artetxem/monoses 공식 구현 pytorch
artetxem/vecmap 공식 구현
artetxem/phrase2vec

Tasks

Language ModelingLanguage ModellingMachine TranslationNMTTranslationUnsupervised Machine Translation

Similar Papers 제목 키워드 기반

Study on Unsupervised Statistical Machine Translation for Backtranslation

2019-09-01 · RANLP 2019 9 · Anush Kumar, Nihal V. Nayak, Ch, Aditya ra 외

Machine Translation systems have drastically improved over the years for several language pairs. Monolingual data is often used to generate synthetic sentences to augment the training data which has shown to improve the …

Machine TranslationTranslationUnsupervised Machine Translation

Unsupervised Neural Machine Translation Initialized by Unsupervised Statistical Machine Translation

2018-10-30 · Benjamin Marie, Atsushi Fujita

Recent work achieved remarkable results in training neural machine translation (NMT) systems in a fully unsupervised way, with new and dedicated architectures that rely on monolingual corpora only. In this work, we propo…

Machine TranslationNMTTranslationUnsupervised Machine Translation

NICT's Unsupervised Neural and Statistical Machine Translation Systems for the WMT19 News Translation Task

2019-08-01 · WS 2019 8 · Benjamin Marie, Haipeng Sun, Rui Wang, Kehai Chen 외

This paper presents the NICT{'}s participation in the WMT19 unsupervised news translation task. We participated in the unsupervised translation direction: German-Czech. Our primary submission to the task is the result of…

Machine TranslationTranslationUnsupervised Machine Translation

Supervised and Unsupervised Machine Translation for Myanmar-English and Khmer-English

2019-11-01 · WS 2019 11 · Benjamin Marie, Hour Kaing, Aye Myat Mon, Chenchen Ding 외

This paper presents the NICT{'}s supervised and unsupervised machine translation systems for the WAT2019 Myanmar-English and Khmer-English translation tasks. For all the translation directions, we built state-of-the-art …

Machine TranslationNMTTranslationUnsupervised Machine Translation

Towards Unsupervised Grammatical Error Correction using Statistical Machine Translation with Synthetic Comparable Corpus

2019-07-23 · Satoru Katsumata, Mamoru Komachi

We introduce unsupervised techniques based on phrase-based statistical machine translation for grammatical error correction (GEC) trained on a pseudo learner corpus created by Google Translation. We verified our GEC syst…

Grammatical Error CorrectionMachine TranslationTranslation