Greedy Search with Probabilistic N-gram Matching for Neural Machine Translation
Chenze Shao, Yang Feng, Xilin Chen

TL;DR
This paper introduces a differentiable sequence-level training method for neural machine translation that uses probabilistic n-gram matching and greedy search, improving translation quality and stability over reinforcement-based approaches.
Contribution
It proposes a novel differentiable training objective based on probabilistic n-gram matching that avoids reinforcement learning and employs greedy search during training to reduce exposure bias.
Findings
Achieves 1.5 BLEU point improvement over strong baseline
Outperforms reinforcement-based algorithms significantly
Demonstrates stable and effective training for NMT
Abstract
Neural machine translation (NMT) models are usually trained with the word-level loss using the teacher forcing algorithm, which not only evaluates the translation improperly but also suffers from exposure bias. Sequence-level training under the reinforcement framework can mitigate the problems of the word-level loss, but its performance is unstable due to the high variance of the gradient estimation. On these grounds, we present a method with a differentiable sequence-level training objective based on probabilistic n-gram matching which can avoid the reinforcement framework. In addition, this method performs greedy search in the training which uses the predicted words as context just as at inference to alleviate the problem of exposure bias. Experiment results on the NIST Chinese-to-English translation tasks show that our method significantly outperforms the reinforcement-based…
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
