CLNov 8, 2019

Domain Robustness in Neural Machine Translation

arXiv:1911.03109v21031 citations
Originality Incremental advance
AI Analysis

This addresses domain generalization challenges for machine translation users, but the improvements are incremental.

The paper tackled the problem of domain robustness in machine translation, finding that neural machine translation (NMT) suffers from hallucinations in unknown domains, and while tested methods improved BLEU scores, they only slightly increased adequacy compared to statistical machine translation.

Translating text that diverges from the training domain is a key challenge for machine translation. Domain robustness---the generalization of models to unseen test domains---is low for both statistical (SMT) and neural machine translation (NMT). In this paper, we study the performance of SMT and NMT models on out-of-domain test sets. We find that in unknown domains, SMT and NMT suffer from very different problems: SMT systems are mostly adequate but not fluent, while NMT systems are mostly fluent, but not adequate. For NMT, we identify such hallucinations (translations that are fluent but unrelated to the source) as a key reason for low domain robustness. To mitigate this problem, we empirically compare methods that are reported to improve adequacy or in-domain robustness in terms of their effectiveness at improving domain robustness. In experiments on German to English OPUS data, and German to Romansh (a low-resource setting) we find that several methods improve domain robustness. While those methods do lead to higher BLEU scores overall, they only slightly increase the adequacy of translations compared to SMT.

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