Multilingual Transfer Learning for QA Using Translation as Data Augmentation
Mihaela Bornea, Lin Pan, Sara Rosenthal, Radu Florian, Avirup Sil

TL;DR
This paper enhances multilingual question answering by augmenting training data with machine translation and introducing novel training strategies to improve cross-lingual transfer using multilingual embeddings.
Contribution
It proposes data augmentation with machine translation and introduces language adversarial training and arbitration to improve cross-lingual transfer in QA.
Findings
Outperforms previous zero-shot baselines on MLQA and TyDiQA datasets.
Creates a 14-fold larger multilingual QA training corpus.
Embeddings become less language-variant with proposed methods.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
