paper-with-me

홈 › Papers

Adapting Multilingual Neural Machine Translation to Unseen Languages

2019-10-30 · EMNLP (IWSLT) 2019 11 · Surafel M. Lakew, Alina Karakanta, Marcello Federico, Matteo Negri, Marco Turchi

Multilingual Neural Machine Translation (MNMT) for low-resource languages (LRL) can be enhanced by the presence of related high-resource languages (HRL), but the relatedness of HRL usually relies on predefined linguistic assumptions about language similarity. Recently, adapting MNMT to a LRL has shown to greatly improve performance. In this work, we explore the problem of adapting an MNMT model to an unseen LRL using data selection and model adaptation. In order to improve NMT for LRL, we employ perplexity to select HRL data that are most similar to the LRL on the basis of language distance. We extensively explore data selection in popular multilingual NMT settings, namely in (zero-shot) translation, and in adaptation from a multilingual pre-trained model, for both directions (LRL-en). We further show that dynamic adaptation of the model's vocabulary results in a more favourable segmentation for the LRL in comparison with direct adaptation. Experiments show reductions in training time and significant performance gains over LRL baselines, even with zero LRL data (+13.0 BLEU), up to +17.0 BLEU for pre-trained multilingual model dynamic adaptation with related data selection. Our method outperforms current approaches, such as massively multilingual models and data augmentation, on four LRL.

📄 PDF Abstract BibTeX arXiv:1910.13998

Code (1)

surafelml/adapt-mnmt 공식 구현 tf

Tasks

Data AugmentationMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Adapting to Non-Centered Languages for Zero-shot Multilingual Translation

2022-09-09 · COLING 2022 10 · Zhi Qu, Taro Watanabe

Multilingual neural machine translation can translate unseen language pairs during training, i.e. zero-shot translation. However, the zero-shot translation is always unstable. Although prior works attributed the instabil…

Machine TranslationTranslation

Maastricht University’s Large-Scale Multilingual Machine Translation System for WMT 2021

2021-11-01 · WMT (EMNLP) 2021 11 · Danni Liu, Jan Niehues

We present our development of the multilingual machine translation system for the large-scale multilingual machine translation task at WMT 2021. Starting form the provided baseline system, we investigated several techniq…

Machine TranslationTranslation

Towards Continual Learning for Multilingual Machine Translation via Vocabulary Substitution

2021-03-11 · NAACL 2021 4 · Xavier Garcia, Noah Constant, Ankur P. Parikh, Orhan Firat

We propose a straightforward vocabulary adaptation scheme to extend the language capacity of multilingual machine translation models, paving the way towards efficient continual learning for multilingual machine translati…

Continual LearningMachine TranslationTranslation

Cross-lingual Word Embeddings beyond Zero-shot Machine Translation

2020-11-03 · Shifei Chen, Ali Basirat

We explore the transferability of a multilingual neural machine translation model to unseen languages when the transfer is grounded solely on the cross-lingual word embeddings. Our experimental results show that the tran…

Cross-Lingual Word EmbeddingsMachine TranslationTranslationWord Embeddings+1

Simple, Scalable Adaptation for Neural Machine Translation

2019-09-18 · IJCNLP 2019 11 · Ankur Bapna, Naveen Arivazhagan, Orhan Firat

Fine-tuning pre-trained Neural Machine Translation (NMT) models is the dominant approach for adapting to new languages and domains. However, fine-tuning requires adapting and maintaining a separate model for each target …

Domain AdaptationMachine TranslationNMTTranslation