English

Learning Kernel-Smoothed Machine Translation with Retrieved Examples

Computation and Language 2021-12-09 v2

Abstract

How to effectively adapt neural machine translation (NMT) models according to emerging cases without retraining? Despite the great success of neural machine translation, updating the deployed models online remains a challenge. Existing non-parametric approaches that retrieve similar examples from a database to guide the translation process are promising but are prone to overfit the retrieved examples. In this work, we propose to learn Kernel-Smoothed Translation with Example Retrieval (KSTER), an effective approach to adapt neural machine translation models online. Experiments on domain adaptation and multi-domain machine translation datasets show that even without expensive retraining, KSTER is able to achieve improvement of 1.1 to 1.5 BLEU scores over the best existing online adaptation methods. The code and trained models are released at https://github.com/jiangqn/KSTER.

Keywords

Cite

@article{arxiv.2109.09991,
  title  = {Learning Kernel-Smoothed Machine Translation with Retrieved Examples},
  author = {Qingnan Jiang and Mingxuan Wang and Jun Cao and Shanbo Cheng and Shujian Huang and Lei Li},
  journal= {arXiv preprint arXiv:2109.09991},
  year   = {2021}
}

Comments

EMNLP 2021

R2 v1 2026-06-24T06:10:16.385Z