Modeling Fluency and Faithfulness for Diverse Neural Machine Translation
Yang Feng, Wanying Xie, Shuhao Gu, Chenze Shao, Wen Zhang, Zhengxin, Yang, Dong Yu

TL;DR
This paper introduces an evaluation-guided approach to neural machine translation that improves fluency and faithfulness by considering both aspects during training, leading to better translation quality.
Contribution
It proposes a novel evaluation module that guides the distribution of predictions based on fluency and faithfulness, addressing limitations of teacher forcing.
Findings
Significant improvements over strong baselines in multiple translation tasks
Enhanced translation fluency and faithfulness in generated outputs
Effective guidance of prediction distribution through the evaluation module
Abstract
Neural machine translation models usually adopt the teacher forcing strategy for training which requires the predicted sequence matches ground truth word by word and forces the probability of each prediction to approach a 0-1 distribution. However, the strategy casts all the portion of the distribution to the ground truth word and ignores other words in the target vocabulary even when the ground truth word cannot dominate the distribution. To address the problem of teacher forcing, we propose a method to introduce an evaluation module to guide the distribution of the prediction. The evaluation module accesses each prediction from the perspectives of fluency and faithfulness to encourage the model to generate the word which has a fluent connection with its past and future translation and meanwhile tends to form a translation equivalent in meaning to the source. The experiments on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
