CLNov 20, 2015

Improving Neural Machine Translation Models with Monolingual Data

arXiv:1511.06709v42943 citations
Originality Incremental advance
AI Analysis

This addresses the problem of enhancing translation quality for NMT systems, particularly in low-resource settings, by leveraging monolingual data, though it is incremental as it builds on existing encoder-decoder architectures.

The paper tackled improving neural machine translation by using monolingual data without changing the architecture, achieving substantial BLEU score improvements (e.g., +2.8-3.7 on WMT 15 English<->German) and new state-of-the-art results.

Neural Machine Translation (NMT) has obtained state-of-the art performance for several language pairs, while only using parallel data for training. Target-side monolingual data plays an important role in boosting fluency for phrase-based statistical machine translation, and we investigate the use of monolingual data for NMT. In contrast to previous work, which combines NMT models with separately trained language models, we note that encoder-decoder NMT architectures already have the capacity to learn the same information as a language model, and we explore strategies to train with monolingual data without changing the neural network architecture. By pairing monolingual training data with an automatic back-translation, we can treat it as additional parallel training data, and we obtain substantial improvements on the WMT 15 task English<->German (+2.8-3.7 BLEU), and for the low-resourced IWSLT 14 task Turkish->English (+2.1-3.4 BLEU), obtaining new state-of-the-art results. We also show that fine-tuning on in-domain monolingual and parallel data gives substantial improvements for the IWSLT 15 task English->German.

Code Implementations2 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