Multilingual Transfer Learning for QA Using Translation as Data Augmentation
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Cross-Lingual TransferData AugmentationMachine TranslationQuestion AnsweringTransfer LearningTranslationSimilar Papers 제목 키워드 기반
Is Robustness Transferable across Languages in Multilingual Neural Machine Translation?
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 TranslationTranslationData-adaptive Transfer Learning for Low-resource Translation: A Case Study in Haitian
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 LearningTranslationData-adaptive Transfer Learning for Translation: A Case Study in Haitian and Jamaican
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 LearningTranslationPhraseOut: A Code Mixed Data Augmentation Method for MultilingualNeural Machine Tranlsation
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+1Edinburgh’s End-to-End Multilingual Speech Translation System for IWSLT 2021
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