English

Transfer Learning for Low-Resource Neural Machine Translation

Computation and Language 2016-04-11 v1

Abstract

The encoder-decoder framework for neural machine translation (NMT) has been shown effective in large data scenarios, but is much less effective for low-resource languages. We present a transfer learning method that significantly improves Bleu scores across a range of low-resource languages. Our key idea is to first train a high-resource language pair (the parent model), then transfer some of the learned parameters to the low-resource pair (the child model) to initialize and constrain training. Using our transfer learning method we improve baseline NMT models by an average of 5.6 Bleu on four low-resource language pairs. Ensembling and unknown word replacement add another 2 Bleu which brings the NMT performance on low-resource machine translation close to a strong syntax based machine translation (SBMT) system, exceeding its performance on one language pair. Additionally, using the transfer learning model for re-scoring, we can improve the SBMT system by an average of 1.3 Bleu, improving the state-of-the-art on low-resource machine translation.

Keywords

Cite

@article{arxiv.1604.02201,
  title  = {Transfer Learning for Low-Resource Neural Machine Translation},
  author = {Barret Zoph and Deniz Yuret and Jonathan May and Kevin Knight},
  journal= {arXiv preprint arXiv:1604.02201},
  year   = {2016}
}

Comments

8 pages

R2 v1 2026-06-22T13:27:50.928Z