CLMay 1, 2020

Evaluating Robustness to Input Perturbations for Neural Machine Translation

arXiv:2005.00580v11005 citations
AI Analysis

This work addresses robustness issues in neural machine translation, which is important for improving reliability in real-world applications, but it is incremental as it focuses on evaluation metrics rather than a new model.

The paper tackled the problem of neural machine translation models being sensitive to small input perturbations by proposing new metrics to measure robustness, and found that using subword regularization methods improved robustness as shown by these metrics.

Neural Machine Translation (NMT) models are sensitive to small perturbations in the input. Robustness to such perturbations is typically measured using translation quality metrics such as BLEU on the noisy input. This paper proposes additional metrics which measure the relative degradation and changes in translation when small perturbations are added to the input. We focus on a class of models employing subword regularization to address robustness and perform extensive evaluations of these models using the robustness measures proposed. Results show that our proposed metrics reveal a clear trend of improved robustness to perturbations when subword regularization methods are used.

Foundations

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

Your Notes