paper-with-me

홈 › Papers

Training Multilingual Machine Translation by Alternately Freezing Language-Specific Encoders-Decoders

2020-05-29 · Carlos Escolano, Marta R. Costa-jussà, José A. R. Fonollosa, Mikel Artetxe

We propose a modular architecture of language-specific encoder-decoders that constitutes a multilingual machine translation system that can be incrementally extended to new languages without the need for retraining the existing system when adding new languages. Differently from previous works, we simultaneously train $N$ languages in all translation directions by alternately freezing encoder or decoder modules, which indirectly forces the system to train in a common intermediate representation for all languages. Experimental results from multilingual machine translation show that we can successfully train this modular architecture improving on the initial languages while falling slightly behind when adding new languages or doing zero-shot translation. Additional comparison of the quality of sentence representation in the task of natural language inference shows that the alternately freezing training is also beneficial in this direction.

📄 PDF Abstract BibTeX arXiv:2006.01594

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNatural Language InferenceSentenceTranslation

Similar Papers 제목 키워드 기반

Effective Cross-lingual Transfer of Neural Machine Translation Models without Shared Vocabularies

2019-05-14 · ACL 2019 7 · Yunsu Kim, Yingbo Gao, Hermann Ney

Transfer learning or multilingual model is essential for low-resource neural machine translation (NMT), but the applicability is limited to cognate languages by sharing their vocabularies. This paper shows effective tech…

Cross-Lingual TransferLow Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine Translation+3

Recipes for Adapting Pre-trained Monolingual and Multilingual Models to Machine Translation

2020-04-30 · EACL 2021 2 · Asa Cooper Stickland, Xi-An Li, Marjan Ghazvininejad

There has been recent success in pre-training on monolingual data and fine-tuning on Machine Translation (MT), but it remains unclear how to best leverage a pre-trained model for a given MT task. This paper investigates …

DecoderMachine TranslationTranslation

Lightweight Adapter Tuning for Multilingual Speech Translation

2021-06-02 · ACL 2021 5 · Hang Le, Juan Pino, Changhan Wang, Jiatao Gu 외

Adapter modules were recently introduced as an efficient alternative to fine-tuning in NLP. Adapter tuning consists in freezing pretrained parameters of a model and injecting lightweight modules between layers, resulting…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Machine Translationspeech-recognition+3

Unsupervised Transfer Learning in Multilingual Neural Machine Translation with Cross-Lingual Word Embeddings

2021-03-11 · Carlos Mullov, Ngoc-Quan Pham, Alexander Waibel

In this work we look into adding a new language to a multilingual NMT system in an unsupervised fashion. Under the utilization of pre-trained cross-lingual word embeddings we seek to exploit a language independent multil…

Cross-Lingual Word EmbeddingsMachine TranslationNMTSentence+3

Parameter Alignment Mitigates Catastrophic Forgetting in Multilingual Expert Language Models

2026-05-29 · Sanchit Ahuja, Terra Blevins arxiv

While continual pretraining~(CPT) is a practical way to extend large language models to new languages, naïve finetuning on targeted data erodes existing capabilities through catastrophic forgetting. Organizing training a…

Reading ComprehensionContinual PretrainingLanguage AcquisitionGeneral Knowledge