CLDec 11, 2019

Automatic Spanish Translation of the SQuAD Dataset for Multilingual Question Answering

arXiv:1912.05200v299 citations
Originality Incremental advance
AI Analysis

This provides the first large-scale QA training resource for Spanish, addressing a bottleneck for researchers and practitioners in multilingual NLP.

The authors tackled the lack of large-scale datasets for multilingual question answering by automatically translating the SQuAD dataset to Spanish using the Translate Align Retrieve method, resulting in Spanish QA models that achieved state-of-the-art scores of 68.1 F1 on MLQA and 77.6 F1 on XQuAD.

Recently, multilingual question answering became a crucial research topic, and it is receiving increased interest in the NLP community. However, the unavailability of large-scale datasets makes it challenging to train multilingual QA systems with performance comparable to the English ones. In this work, we develop the Translate Align Retrieve (TAR) method to automatically translate the Stanford Question Answering Dataset (SQuAD) v1.1 to Spanish. We then used this dataset to train Spanish QA systems by fine-tuning a Multilingual-BERT model. Finally, we evaluated our QA models with the recently proposed MLQA and XQuAD benchmarks for cross-lingual Extractive QA. Experimental results show that our models outperform the previous Multilingual-BERT baselines achieving the new state-of-the-art value of 68.1 F1 points on the Spanish MLQA corpus and 77.6 F1 and 61.8 Exact Match points on the Spanish XQuAD corpus. The resulting, synthetically generated SQuAD-es v1.1 corpora, with almost 100% of data contained in the original English version, to the best of our knowledge, is the first large-scale QA training resource for Spanish.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes