Bridging The Data Gap Between Training And Inference For Unsupervised Neural Machine Translation · The Large Language Model Bible Contribute to LLM-Bible

Bridging The Data Gap Between Training And Inference For Unsupervised Neural Machine Translation

He Zhiwei, Wang Xing, Wang Rui, Shi Shuming, Tu Zhaopeng. Arxiv 2022

[Paper]    
Applications Ethics And Bias Training Techniques

Back-translation is a critical component of Unsupervised Neural Machine Translation (UNMT), which generates pseudo parallel data from target monolingual data. A UNMT model is trained on the pseudo parallel data with translated source, and translates natural source sentences in inference. The source discrepancy between training and inference hinders the translation performance of UNMT models. By carefully designing experiments, we identify two representative characteristics of the data gap in source: (1) style gap (i.e., translated vs. natural text style) that leads to poor generalization capability; (2) content gap that induces the model to produce hallucination content biased towards the target language. To narrow the data gap, we propose an online self-training approach, which simultaneously uses the pseudo parallel data {natural source, translated target} to mimic the inference scenario. Experimental results on several widely-used language pairs show that our approach outperforms two strong baselines (XLM and MASS) by remedying the style and content gaps.

Similar Work