paper-with-me

홈 › Papers

Multilingual Transfer Learning for QA Using Translation as Data Augmentation

2020-12-10 · Mihaela Bornea, Lin Pan, Sara Rosenthal, Radu Florian, Avirup Sil

Prior work on multilingual question answering has mostly focused on using large multilingual pre-trained language models (LM) to perform zero-shot language-wise learning: train a QA model on English and test on other languages. In this work, we explore strategies that improve cross-lingual transfer by bringing the multilingual embeddings closer in the semantic space. Our first strategy augments the original English training data with machine translation-generated data. This results in a corpus of multilingual silver-labeled QA pairs that is 14 times larger than the original training set. In addition, we propose two novel strategies, language adversarial training and language arbitration framework, which significantly improve the (zero-resource) cross-lingual transfer performance and result in LM embeddings that are less language-variant. Empirically, we show that the proposed models outperform the previous zero-shot baseline on the recently introduced multilingual MLQA and TyDiQA datasets.

📄 PDF Abstract BibTeX arXiv:2012.05958

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferData AugmentationMachine TranslationQuestion AnsweringTransfer LearningTranslation

Similar Papers 제목 키워드 기반

Is Robustness Transferable across Languages in Multilingual Neural Machine Translation?

2023-10-31 · Leiyu Pan, Supryadi, Deyi Xiong

Robustness, the ability of models to maintain performance in the face of perturbations, is critical for developing reliable NLP systems. Recent studies have shown promising results in improving the robustness of models t…

Data AugmentationMachine TranslationTranslation

Data-adaptive Transfer Learning for Low-resource Translation: A Case Study in Haitian

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Multilingual transfer techniques often improve low-resource machine translation (MT). Many of these techniques are applied without considering data characteristics. We show in the context of Haitian-to-English translatio…

Cross-Lingual TransferMachine TranslationTransfer LearningTranslation

Data-adaptive Transfer Learning for Translation: A Case Study in Haitian and Jamaican

2022-09-13 · loresmt (COLING) 2022 10 · Nathaniel R. Robinson, Cameron J. Hogan, Nancy Fulda, David R. Mortensen

Multilingual transfer techniques often improve low-resource machine translation (MT). Many of these techniques are applied without considering data characteristics. We show in the context of Haitian-to-English translatio…

Cross-Lingual TransferMachine TranslationTransfer LearningTranslation

PhraseOut: A Code Mixed Data Augmentation Method for MultilingualNeural Machine Tranlsation

2020-12-01 · ICON 2020 12 · Binu Jasim, Vinay Namboodiri, C V Jawahar

Data Augmentation methods for Neural Machine Translation (NMT) such as back- translation (BT) and self-training (ST) are quite popular. In a multilingual NMT system, simply copying monolingual source sentences to the tar…

Data AugmentationMachine TranslationNMTSentence+1

Edinburgh’s End-to-End Multilingual Speech Translation System for IWSLT 2021

2021-08-01 · ACL (IWSLT) 2021 8 · Biao Zhang, Rico Sennrich

This paper describes Edinburgh’s submissions to the IWSLT2021 multilingual speech translation (ST) task. We aim at improving multilingual translation and zero-shot performance in the constrained setting (without using an…

Data Augmentationfeature selectionMachine TranslationMulti-Task Learning+2