CLApr 20, 2021

Addressing the Vulnerability of NMT in Input Perturbations

arXiv:2104.09810v1728 citations
Originality Incremental advance
AI Analysis

This addresses robustness issues for NMT system deployment, particularly against unpredictable real-world noise, but appears incremental as it builds on existing methods for noise resistance.

The paper tackles the vulnerability of Neural Machine Translation (NMT) to input perturbations by proposing a Context-Enhanced Reconstruction (CER) approach, which improves robustness on Chinese-English and French-English translation tasks, including news and social media text.

Neural Machine Translation (NMT) has achieved significant breakthrough in performance but is known to suffer vulnerability to input perturbations. As real input noise is difficult to predict during training, robustness is a big issue for system deployment. In this paper, we improve the robustness of NMT models by reducing the effect of noisy words through a Context-Enhanced Reconstruction (CER) approach. CER trains the model to resist noise in two steps: (1) perturbation step that breaks the naturalness of input sequence with made-up words; (2) reconstruction step that defends the noise propagation by generating better and more robust contextual representation. Experimental results on Chinese-English (ZH-EN) and French-English (FR-EN) translation tasks demonstrate robustness improvement on both news and social media text. Further fine-tuning experiments on social media text show our approach can converge at a higher position and provide a better adaptation.

Code Implementations1 repo
Foundations

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

Your Notes