paper-with-me

홈 › Papers

Transfer Learning for Low-Resource Neural Machine Translation

2016-04-08 · EMNLP 2016 11 · Barret Zoph, Deniz Yuret, Jonathan May, Kevin Knight

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.

📄 PDF Abstract BibTeX arXiv:1604.02201

Code (1)

isi-nlp/Zoph_RNN

Tasks

DecoderLow Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine TranslationNMTTransfer LearningTranslation

Similar Papers 제목 키워드 기반

NoahNMT at WMT 2021: Dual Transfer for Very Low Resource Supervised Machine Translation

2021-11-01 · WMT (EMNLP) 2021 11 · Meng Zhang, Minghao Wu, Pengfei Li, Liangyou Li 외

This paper describes the NoahNMT system submitted to the WMT 2021 shared task of Very Low Resource Supervised Machine Translation. The system is a standard Transformer model equipped with our recent technique of dual tra…

Machine TranslationTranslation

Many-to-English Machine Translation Tools, Data, and Pretrained Models

2021-04-01 · ACL 2021 5 · Thamme Gowda, Zhao Zhang, Chris A Mattmann, Jonathan May

While there are more than 7000 languages in the world, most translation research efforts have targeted a few high-resource languages. Commercial translation systems support only one hundred languages or fewer, and do not…

Machine TranslationTransfer LearningTranslation

Multilingual Neural Machine Translation

2020-12-01 · COLING 2020 8 · Raj Dabre, Chenhui Chu, Anoop Kunchukuttan

The advent of neural machine translation (NMT) has opened up exciting research in building multilingual translation systems i.e. translation models that can handle more than one language pair. Many advances have been mad…

Machine TranslationNMTTransfer LearningTranslation

Machine Translation Advancements of Low-Resource Indian Languages by Transfer Learning

2024-09-24 · Bin Wei, Jiawei Zhen, Zongyao Li, Zhanglin Wu 외

This paper introduces the submission by Huawei Translation Center (HW-TSC) to the WMT24 Indian Languages Machine Translation (MT) Shared Task. To develop a reliable machine translation system for low-resource Indian lang…

Machine TranslationTransfer LearningTranslation

Zero-Shot Language Transfer vs Iterative Back Translation for Unsupervised Machine Translation

2021-03-31 · Aviral Joshi, Chengzhi Huang, Har Simrat Singh

This work focuses on comparing different solutions for machine translation on low resource language pairs, namely, with zero-shot transfer learning and unsupervised machine translation. We discuss how the data size affec…

Machine TranslationTransfer LearningTranslationUnsupervised Machine Translation