English

Non-Parametric Unsupervised Domain Adaptation for Neural Machine Translation

Computation and Language 2022-05-26 v2 Artificial Intelligence Machine Learning

Abstract

Recently, kkNN-MT has shown the promising capability of directly incorporating the pre-trained neural machine translation (NMT) model with domain-specific token-level kk-nearest-neighbor (kkNN) retrieval to achieve domain adaptation without retraining. Despite being conceptually attractive, it heavily relies on high-quality in-domain parallel corpora, limiting its capability on unsupervised domain adaptation, where in-domain parallel corpora are scarce or nonexistent. In this paper, we propose a novel framework that directly uses in-domain monolingual sentences in the target language to construct an effective datastore for kk-nearest-neighbor retrieval. To this end, we first introduce an autoencoder task based on the target language, and then insert lightweight adapters into the original NMT model to map the token-level representation of this task to the ideal representation of translation task. Experiments on multi-domain datasets demonstrate that our proposed approach significantly improves the translation accuracy with target-side monolingual data, while achieving comparable performance with back-translation.

Keywords

Cite

@article{arxiv.2109.06604,
  title  = {Non-Parametric Unsupervised Domain Adaptation for Neural Machine Translation},
  author = {Xin Zheng and Zhirui Zhang and Shujian Huang and Boxing Chen and Jun Xie and Weihua Luo and Jiajun Chen},
  journal= {arXiv preprint arXiv:2109.06604},
  year   = {2022}
}

Comments

Findings of EMNLP 2021

R2 v1 2026-06-24T05:57:04.744Z