Guiding Neural Machine Translation with Retrieved Translation Pieces
Jingyi Zhang, Masao Utiyama, Eiichro Sumita, Graham Neubig, Satoshi, Nakamura

TL;DR
This paper introduces a retrieval-augmented method for neural machine translation that enhances low-frequency word translation by incorporating retrieved translation pieces, leading to significant BLEU score improvements with minimal speed impact.
Contribution
The paper presents a novel retrieval-based approach that integrates translation pieces into NMT decoding, improving low-frequency word translation and overall accuracy.
Findings
Up to 6 BLEU point improvements on domain-specific tasks
Method is fast and easy to implement
Outperforms other retrieval-based methods in accuracy and speed
Abstract
One of the difficulties of neural machine translation (NMT) is the recall and appropriate translation of low-frequency words or phrases. In this paper, we propose a simple, fast, and effective method for recalling previously seen translation examples and incorporating them into the NMT decoding process. Specifically, for an input sentence, we use a search engine to retrieve sentence pairs whose source sides are similar with the input sentence, and then collect -grams that are both in the retrieved target sentences and aligned with words that match in the source sentences, which we call "translation pieces". We compute pseudo-probabilities for each retrieved sentence based on similarities between the input sentence and the retrieved source sentences, and use these to weight the retrieved translation pieces. Finally, an existing NMT model is used to translate the input sentence, with…
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.
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
