English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

XOR QA: Cross-lingual Open-Retrieval Question Answering

Forum topic · 小凯 · 2026-07-05

Summary

XOR QA is a research paper (arXiv:2010.11856, October 2020) by Akari Asai, Jungo Kasai, Jonathan H. Clark, Kenton Lee, Eunsol Choi, and Hannaneh Hajishirzi that introduces the task of cross-lingual open-retrieval question answering. In this setting, users ask questions in their native (non-English) languages, but the answer must be found by retrieving evidence from English Wikipedia and returned in the user's language. This mirrors the real-world challenge where most high-quality web knowledge is written in English while users query in other languages. The benchmark covers multiple question formats, including single-span, multiple-span, and yes/no answers. The work defines the task, releases a dataset, and establishes baseline systems that combine cross-lingual encoders with open-domain retrieval and generation components. Because the source post is largely a template wrapper around the paper's metadata, quantitative results should be verified against the original PDF. The paper remains a foundational reference for cross-lingual retrieval-augmented QA and multilingual search evaluation.

XOR QA: Cross-lingual Open-Retrieval Question Answering

Source: https://arxiv.org/abs/2010.11856 (arXiv, October 2020)

Authors / Affiliations: Akari Asai, Jungo Kasai, Jonathan H. Clark, Kenton Lee, Eunsol Choi, Hannaneh Hajishirzi

Category: Evaluation of Search Engines

Key Points

  • Introduces cross-lingual open-retrieval question answering (XOR QA): questions are asked in non-English languages, answers must be retrieved from English Wikipedia, and returned in the questioner's language.
  • This task setting reflects a realistic scenario: the bulk of high-quality knowledge on the web is in English, while users search in their native languages.
  • The benchmark covers multiple answer types: single-span, multiple-span, and yes/no questions.
  • The paper contributes a task definition, dataset, and baseline systems combining cross-lingual representation learning with open-domain retrieval and answer generation.
  • Sits at the intersection of information retrieval and multilingual NLP, anticipating later work on retrieval-augmented generation (RAG) and multilingual search evaluation.
  • Context in the Field

    The work addresses long-standing challenges in large-scale search and information retrieval: cross-lingual access to knowledge, user intent understanding across languages, and the pipeline separation of retrieval, ranking, and generation. It is best viewed alongside related research on open-domain QA datasets, RAG evaluation, and multilingual benchmarks (e.g., the related items in this collection such as evaluation surveys for RAG and anchored QA datasets).

    Notes and Caveats

  • The source post is largely a metadata/template wrapper around the paper; the detailed background, method, and experiment sections in the post are generic commentary rather than the paper's content.
  • Specific experimental numbers were not provided in the source; consult the original PDF for quantitative results and exact experimental protocols.
  • Practical Takeaways

  • Researchers: Use XOR QA as a benchmark for cross-lingual retrieval + generation pipelines; report statistical significance and compute costs.
  • Engineers: Treat retriever, reranker, and generator as pluggable modules; cross-lingual retrieval from an English corpus is a reusable pattern for multilingual products.
  • Product managers: Multilingual answer quality depends on retrieval coverage across languages, not just on monolingual ranking metrics.
  • Related Entries

  • Evaluation of Retrieval-Augmented Generation: A Survey (arXiv:2405.07437)
  • A Dataset of Information-Seeking Questions and Answers Anchored in Research Articles (arXiv:2105.03011)
  • ARES: An Automated Evaluation Framework for RAG (arXiv:2311.09476)
  • AI Search Has A Citation Problem (CJR, March 2025)

Tags

#cross-lingual-qa#information-retrieval#open-domain-qa#question-answering#multilingual-nlp#wikipedia#benchmark#arxiv

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208675