2022

Towards Robust k-Nearest-Neighbor Machine Translation

Jiang, Hui, Lu, Ziyao, Meng, Fandong et al.

Understand

k-Nearest-Neighbor Machine Translation (kNN-MT) becomes an important research direction of NMT in recent years.

  • Its main idea is to retrieve useful key-value pairs from an additional datastore to modify translations without updating the NMT model.
  • However, the underlying retrieved noisy pairs will dramatically deteriorate the model performance.
  • In this paper, we conduct a preliminary study and find that this problem results from not fully exploiting the prediction of the NMT model.

Reading the bibliography…