CLOct 24, 2020

Context-aware Decoder for Neural Machine Translation using a Target-side Document-Level Language Model

arXiv:2010.12827v2728 citations
Originality Incremental advance
AI Analysis

This enables context-aware translation in domains lacking document-level parallel data, though it is an incremental advance over existing methods.

The paper tackles the problem of context-aware neural machine translation without requiring document-level parallel data by incorporating a target-side document-level language model into the decoder, achieving improvements in BLEU scores across three language pairs.

Although many context-aware neural machine translation models have been proposed to incorporate contexts in translation, most of those models are trained end-to-end on parallel documents aligned in sentence-level. Because only a few domains (and language pairs) have such document-level parallel data, we cannot perform accurate context-aware translation in most domains. We therefore present a simple method to turn a sentence-level translation model into a context-aware model by incorporating a document-level language model into the decoder. Our context-aware decoder is built upon only a sentence-level parallel corpora and monolingual corpora; thus no document-level parallel data is needed. In a theoretical viewpoint, the core part of this work is the novel representation of contextual information using point-wise mutual information between context and the current sentence. We show the effectiveness of our approach in three language pairs, English to French, English to Russian, and Japanese to English, by evaluation in \textsc{bleu} and contrastive tests for context-aware translation.

Foundations

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

Your Notes