Single-Queue Decoding for Neural Machine Translation
Raphael Shu, Hideki Nakayama

TL;DR
This paper introduces a single-queue decoding algorithm for neural machine translation that improves hypothesis selection by revisiting discarded hypotheses, leading to better translation quality.
Contribution
It proposes a novel decoding method using a single priority queue and a penalty function, enhancing hypothesis exploration over traditional beam search.
Findings
Improved translation quality over beam search.
Better hypothesis management with revisiting discarded hypotheses.
Effective length penalty improves translation accuracy.
Abstract
Neural machine translation models rely on the beam search algorithm for decoding. In practice, we found that the quality of hypotheses in the search space is negatively affected owing to the fixed beam size. To mitigate this problem, we store all hypotheses in a single priority queue and use a universal score function for hypothesis selection. The proposed algorithm is more flexible as the discarded hypotheses can be revisited in a later step. We further design a penalty function to punish the hypotheses that tend to produce a final translation that is much longer or shorter than expected. Despite its simplicity, we show that the proposed decoding algorithm is able to select hypotheses with better qualities and improve the translation performance.
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
