CLLGNov 7, 2019

Multi-Domain Neural Machine Translation with Word-Level Adaptive Layer-wise Domain Mixing

arXiv:1911.02692v31007 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of adapting translation models to multiple domains for improved accuracy in machine translation applications.

The paper tackles the problem of multi-domain neural machine translation by proposing a model with individual domain modules and word-level adaptive layer-wise domain mixing, which outperforms existing models in several NMT tasks.

Many multi-domain neural machine translation (NMT) models achieve knowledge transfer by enforcing one encoder to learn shared embedding across domains. However, this design lacks adaptation to individual domains. To overcome this limitation, we propose a novel multi-domain NMT model using individual modules for each domain, on which we apply word-level, adaptive and layer-wise domain mixing. We first observe that words in a sentence are often related to multiple domains. Hence, we assume each word has a domain proportion, which indicates its domain preference. Then word representations are obtained by mixing their embedding in individual domains based on their domain proportions. We show this can be achieved by carefully designing multi-head dot-product attention modules for different domains, and eventually taking weighted averages of their parameters by word-level layer-wise domain proportions. Through this, we can achieve effective domain knowledge sharing, and capture fine-grained domain-specific knowledge as well. Our experiments show that our proposed model outperforms existing ones in several NMT tasks.

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