Fine-Tuning MT systems for Robustness to Second-Language Speaker Variations
Md Mahfuz ibn Alam, Antonios Anastasopoulos
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/mahfuzibnalam/finetuning_for_robustnessOfficialIn paperpytorch★ 0
Abstract
The performance of neural machine translation (NMT) systems only trained on a single language variant degrades when confronted with even slightly different language variations. With this work, we build upon previous work to explore how to mitigate this issue. We show that fine-tuning using naturally occurring noise along with pseudo-references (i.e. “corrected” non-native inputs translated using the baseline NMT system) is a promising solution towards systems robust to such type of input variations. We focus on four translation pairs, from English to Spanish, Italian, French, and Portuguese, with our system achieving improvements of up to 3.1 BLEU points compared to the baselines, establishing a new state-of-the-art on the JFLEG-ES dataset. All datasets and code are publicly available here: https://github.com/mahfuzibnalam/finetuning_for_robustness .