ACL 2023findings0 citations

Iterative Nearest Neighbour Machine Translation for Unsupervised Domain Adaptation

Hui Huang, Shuangzhi Wu, Xinnian Liang, Zefan Zhou, Muyun Yang, Tiejun Zhao

Abstract

Unsupervised domain adaptation of machine translation, which adapts a pre-trained translation model to a specific domain without in-domain parallel data, has drawn extensive attention in recent years. However, most existing methods focus on the fine-tuning based techniques, which is non-extensible. In this paper, we propose a new method to perform unsupervised domain adaptation in a non-parametric manner. Our method only resorts to in-domain monolingual data, and we jointly perform nearest neighbour inference on both forward and backward translation directions. The forward translation model creates nearest neighbour datastore for the backward direction, and vice versa, strengthening each other in an iterative style. Experiments on multi-domain datasets demonstrate that our method significantly improves the in-domain translation performance and achieves state-of-the-art results among non-parametric methods.

BibTeX
@inproceedings{huang-etal-2023-iterative,
    title = "Iterative Nearest Neighbour Machine Translation for Unsupervised Domain Adaptation",
    author = "Huang, Hui  and
      Wu, Shuangzhi  and
      Liang, Xinnian  and
      Zhou, Zefan  and
      Yang, Muyun  and
      Zhao, Tiejun",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.840/",
    doi = "10.18653/v1/2023.findings-acl.840",
    pages = "13294--13301"
}