1: \begin{abstract}
2:
3: Previous studies on the domain adaptation for neural machine translation (NMT) mainly focus on the one-pass transferring out-of-domain translation knowledge to in-domain NMT model.
4: In this paper,
5: we argue that such a strategy fails to fully extract the domain-shared translation knowledge,
6: and repeatedly utilizing corpora of different domains can lead to better distillation of domain-shared translation knowledge.
7: To this end,
8: we propose an iterative dual domain adaptation framework for NMT.
9: Specifically,
10: we first pre-train in-domain and out-of-domain NMT models using their own training corpora respectively,
11: and then iteratively perform bidirectional translation knowledge transfer (from in-domain to out-of-domain and then vice versa) based on knowledge distillation until the in-domain NMT model convergences.
12: Furthermore,
13: we extend the proposed framework to the scenario of multiple out-of-domain training corpora,
14: where the above-mentioned transfer is performed sequentially between the in-domain and each out-of-domain NMT models in the ascending order of their domain similarities.
15: Empirical results on Chinese-English and English-German translation tasks demonstrate the effectiveness of our framework.
16: \end{abstract}
17: