CLNov 3, 2018

Transfer Learning in Multilingual Neural Machine Translation with Dynamic Vocabulary

arXiv:1811.01137v1662 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of scaling multilingual translation systems with minimal retraining, though it is incremental as it builds on existing transfer learning techniques.

The paper tackles the problem of efficiently extending neural machine translation models to new languages by proposing a transfer learning method with a shared dynamic vocabulary, achieving performance gains of up to +13.63 BLEU and reducing training steps by up to 4% compared to training from scratch.

We propose a method to transfer knowledge across neural machine translation (NMT) models by means of a shared dynamic vocabulary. Our approach allows to extend an initial model for a given language pair to cover new languages by adapting its vocabulary as long as new data become available (i.e., introducing new vocabulary items if they are not included in the initial model). The parameter transfer mechanism is evaluated in two scenarios: i) to adapt a trained single language NMT system to work with a new language pair and ii) to continuously add new language pairs to grow to a multilingual NMT system. In both the scenarios our goal is to improve the translation performance, while minimizing the training convergence time. Preliminary experiments spanning five languages with different training data sizes (i.e., 5k and 50k parallel sentences) show a significant performance gain ranging from +3.85 up to +13.63 BLEU in different language directions. Moreover, when compared with training an NMT model from scratch, our transfer-learning approach allows us to reach higher performance after training up to 4% of the total training steps.

Code Implementations2 repos
Foundations

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

Your Notes