CLMar 25, 2021

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

arXiv:2103.13678v2734 citations
AI Analysis

This addresses domain adaptation challenges in neural machine translation, offering a practical solution for improving performance on both general and specific domains, though it appears incremental.

The paper tackles catastrophic forgetting, domain divergence, and model explosion in domain adaptation for neural machine translation by proposing a prune-then-expand method, achieving significant improvements over strong baselines in experiments across languages and domains.

Domain Adaptation is widely used in practical applications of neural machine translation, which aims to achieve good performance on both the general-domain and in-domain. However, the existing methods for domain adaptation usually suffer from catastrophic forgetting, 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 in the translation model. In our 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 unpruned model with the knowledge distillation method. Last we expand the model to the original size and fine-tune the added parameters for the in-domain translation. We conduct experiments on different languages and domains and the results show that our method can achieve significant improvements compared with several strong baselines.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes