XOR QA: Cross-lingual Open-Retrieval Question Answering
About
Multilingual question answering tasks typically assume answers exist in the same language as the question. Yet in practice, many languages face both information scarcity -- where languages have few reference articles -- and information asymmetry -- where questions reference concepts from other cultures. This work extends open-retrieval question answering to a cross-lingual setting enabling questions from one language to be answered via answer content from another language. We construct a large-scale dataset built on questions from TyDi QA lacking same-language answers. Our task formulation, called Cross-lingual Open Retrieval Question Answering (XOR QA), includes 40k information-seeking questions from across 7 diverse non-English languages. Based on this dataset, we introduce three new tasks that involve cross-lingual document retrieval using multi-lingual and English resources. We establish baselines with state-of-the-art machine translation systems and cross-lingual pretrained models. Experimental results suggest that XOR QA is a challenging task that will facilitate the development of novel techniques for multilingual question answering. Our data and code are available at https://nlp.cs.washington.edu/xorqa.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Retrieval-Augmented Generation | Hotpot ENKB5 (In-Domain Average) | Language Consistency80.7 | 15 | |
| Cross-lingual Retrieval-Augmented Generation | BioASQ-ENKB5 | ID Score70.81 | 14 | |
| Retrieval-Augmented Generation | Hotpot-ENKB5 Out-of-Domain Average | Language Consistency96.23 | 13 | |
| Retrieval-Augmented Generation | Hotpot-ENKB5 v1 (Indonesian) | Language Consistency55.09 | 11 | |
| Cross-lingual Retrieval-Augmented Generation | Hotpot-ENKB5 (all) | Language Consistency (ALL-AVG)85.88 | 11 |