CLSep 19, 2022

Learning Decoupled Retrieval Representation for Nearest Neighbour Neural Machine Translation

arXiv:2209.08738v3581 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses a fine-grained retrieval problem in machine translation for researchers and practitioners, offering an incremental improvement over existing methods.

The paper tackled the sub-optimal coupling of retrieval and translation representations in k-nearest neighbor neural machine translation by using supervised contrastive learning to learn decoupled retrieval representations, resulting in improved retrieval accuracy and BLEU scores across five domains.

K-Nearest Neighbor Neural Machine Translation (kNN-MT) successfully incorporates external corpus by retrieving word-level representations at test time. Generally, kNN-MT borrows the off-the-shelf context representation in the translation task, e.g., the output of the last decoder layer, as the query vector of the retrieval task. In this work, we highlight that coupling the representations of these two tasks is sub-optimal for fine-grained retrieval. To alleviate it, we leverage supervised contrastive learning to learn the distinctive retrieval representation derived from the original context representation. We also propose a fast and effective approach to constructing hard negative samples. Experimental results on five domains show that our approach improves the retrieval accuracy and BLEU score compared to vanilla kNN-MT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes