NAACL 2021long28 citations

Pruning-then-Expanding Model for Domain Adaptation of Neural Machine Translation

Shuhao Gu, Yang Feng, Wanying Xie

Abstract

Domain Adaptation is widely used in practical applications of neural machine translation, which aims to achieve good performance on both general domain and in-domain data. However, the existing methods for domain adaptation usually suffer from catastrophic forgetting, large domain divergence, and model explosion. To address these three problems, we propose a method of “divide and conquer” which is based on the importance of neurons or parameters for the translation model. In this method, we first prune the model and only keep the important neurons or parameters, making them responsible for both general-domain and in-domain translation. Then we further train the pruned model supervised by the original whole model with knowledge distillation. Last we expand the model to the original size and fine-tune the added parameters for the in-domain translation. We conducted experiments on different language pairs and domains and the results show that our method can achieve significant improvements compared with several strong baselines.

BibTeX
@inproceedings{gu-etal-2021-pruning,
    title = "Pruning-then-Expanding Model for Domain Adaptation of Neural Machine Translation",
    author = "Gu, Shuhao  and
      Feng, Yang  and
      Xie, Wanying",
    editor = "Toutanova, Kristina  and
      Rumshisky, Anna  and
      Zettlemoyer, Luke  and
      Hakkani-Tur, Dilek  and
      Beltagy, Iz  and
      Bethard, Steven  and
      Cotterell, Ryan  and
      Chakraborty, Tanmoy  and
      Zhou, Yichao",
    booktitle = "Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
    month = jun,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.naacl-main.308/",
    doi = "10.18653/v1/2021.naacl-main.308",
    pages = "3942--3952"
}
Pruning-then-Expanding Model for Domain Adaptation of Neural Machine Translation · NAACL 2021