TyDi QA (Typologically Diverse Question Answering) is a dataset and evaluation framework that tests a model's capacity for cross-lingual zero-shot transfer by forcing it to answer questions in languages where direct lexical overlap between the question and the answer-containing passage is deliberately eliminated. Unlike English-centric benchmarks, it covers languages from distinct families—including Arabic, Bengali, Finnish, Indonesian, Japanese, Kiswahili, Korean, Russian, Telugu, and Thai—to prevent models from relying on shared vocabulary or script-based shortcuts.
Glossary
TyDi QA

What is TyDi QA?
TyDi QA is a question answering benchmark designed to evaluate a model's ability to find answers in passages across 11 typologically diverse languages, explicitly minimizing the superficial cues that allow models to cheat without genuine comprehension.
The benchmark's primary innovation is its confounding structure: for every question, the passage containing the answer is lexically disconnected from the question's phrasing, requiring genuine semantic comprehension rather than pattern matching. It includes both passage selection and minimal answer span tasks, making it a rigorous test for multilingual dense retrieval systems and language-agnostic representation models like mBERT and XLM-RoBERTa.
Key Features of TyDi QA
TyDi QA is a question answering benchmark covering 11 typologically diverse languages, designed to evaluate a model's ability to find answers without relying on direct lexical overlap. Its primary design goal is to prevent models from exploiting superficial pattern matching.
Typologically Diverse Language Selection
TyDi QA includes 11 languages selected to maximize morphological and syntactic diversity, not just geographic coverage. Languages range from agglutinative (Finnish, Turkish) to isolating (Indonesian) to polysynthetic (Swahili). This forces models to learn genuine cross-lingual understanding rather than relying on shared Indo-European structures. The selection includes Arabic, Bengali, English, Finnish, Indonesian, Japanese, Kiswahili, Korean, Russian, Telugu, and Thai.
Lexical Overlap Minimization
The benchmark's core innovation is the confounding of lexical cues. In standard QA datasets, a question word like 'When' often correlates with a date in the answer. TyDi QA explicitly designs questions where the answer type cannot be predicted from the question's lexical form alone. For example, a 'What' question might require a person's name as an answer, preventing models from using simple part-of-speech heuristics to guess answer spans.
Gold-Passage Answerability Guarantee
Every question in TyDi QA is verified to be answerable from a single, provided Wikipedia passage. Human annotators first wrote questions based on a passage, then verified that the answer was explicitly stated. This eliminates the confounding variable of unanswerable questions found in other datasets, allowing researchers to isolate and measure a model's pure reading comprehension and cross-lingual transfer ability without ambiguity about whether the information exists.
Incremental Annotation Pipeline
TyDi QA uses a two-stage annotation process. First, annotators create candidate questions in their native language prompted by a passage. Second, a separate set of annotators provides minimal-span answers. This decoupling ensures that questions are natural and not biased by the annotator's knowledge of the answer span. The pipeline also collects passage-level language metadata, ensuring all context is in the target language without code-switching.
Zero-Shot Cross-Lingual Evaluation
The primary evaluation protocol is zero-shot transfer: models are trained exclusively on English data (SQuAD or Natural Questions) and tested directly on the 10 non-English TyDi QA languages. This measures a model's language-agnostic representation quality. A high score indicates that the model's internal understanding of question-answer semantics is decoupled from the surface form of English, a critical capability for deploying QA systems in low-resource languages.
Direct-Answer vs. Passage-Only Subtasks
TyDi QA provides two evaluation tracks. The Gold Passage (GoldP) task provides the model with the single correct Wikipedia passage containing the answer. The Full-Wiki (Wiki) task requires the model to first retrieve the correct passage from the entire Wikipedia corpus for that language before extracting the answer. This dual setup allows researchers to independently benchmark a model's reading comprehension and its cross-lingual retrieval capabilities.
Frequently Asked Questions
Explore the core concepts behind the Typologically Diverse Question Answering benchmark, a critical tool for evaluating cross-lingual generalization in modern NLP systems.
TyDi QA is a question answering benchmark specifically designed to evaluate a model's ability to answer questions in 11 typologically diverse languages without relying on direct lexical overlap. Unlike earlier benchmarks like SQuAD, which focused exclusively on English, TyDi QA forces models to find answers in passages where the wording is structurally different from the question. The dataset is unique because it was collected natively in each language—questions were not translated from English—ensuring they reflect the natural information-seeking behavior of native speakers. This design eliminates the 'translationese' bias found in other multilingual datasets and provides a true test of cross-lingual semantic understanding, making it a gold standard for evaluating multilingual dense passage retrieval and cross-lingual transfer capabilities.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Explore the core components and related benchmarks that define the multilingual question answering landscape, from the datasets that power evaluation to the models that achieve state-of-the-art results.
Typologically Diverse Languages
TyDi QA's primary design goal is to include languages that are structurally distinct from English, avoiding the common bias toward Indo-European languages. It covers 11 languages selected for their diversity in word order, morphology, and writing systems.
- Included Languages: Arabic, Bengali, English, Finnish, Indonesian, Japanese, Kiswahili, Korean, Russian, Telugu, Thai
- Key Feature: Prevents models from succeeding through simple lexical overlap, forcing genuine cross-lingual understanding
- Typological Spread: Includes agglutinative (Finnish), isolating (Thai), and polysynthetic characteristics
Primary Tasks: Primary & Minimal Span
TyDi QA defines two distinct answer selection tasks to evaluate model precision. The Primary Task requires selecting the single minimal span that answers the question, while the Minimal Answer Span task focuses on extracting the most concise possible answer.
- Gold Passage Corpus: Human-annotated passages provide the ground truth context
- Answerability Judgment: Models must also predict if a question is answerable from the given passage
- Evaluation Metric: Uses F1 score at the passage level, penalizing models that cannot locate the precise answer boundary
Wikipedia Grounding & Annotation
All questions in TyDi QA are grounded in Wikipedia articles, ensuring factual verifiability. Questions were written by native speakers who were prompted to create queries that a monolingual English speaker could not answer without translation.
- Human-Generated: Questions are not machine-translated, preserving natural phrasing and idiomatic usage
- Lexical Overlap Minimization: Annotators were explicitly instructed to avoid copying words directly from the passage
- Quality Control: Multiple rounds of validation ensure answers are unique and unambiguous
TyDi QA-GoldP: The Passage Task
The Gold Passage (GoldP) variant isolates the reading comprehension challenge by providing a single, guaranteed-relevant Wikipedia passage. This decouples retrieval quality from comprehension ability.
- Task: Given a question and a gold passage, extract the minimal answer span
- Baseline Models: mBERT and XLM-RoBERTa fine-tuned on multilingual SQuAD-style data
- Key Insight: Even with perfect retrieval, significant performance gaps exist between high-resource and low-resource languages
Cross-Lingual Transfer Baselines
TyDi QA serves as a critical benchmark for zero-shot cross-lingual transfer. Models are typically fine-tuned on English QA data (like SQuAD) and evaluated directly on TyDi QA's target languages without any target-language training data.
- Model Architectures: XLM-RoBERTa, mT5, and ByT5 are standard baselines
- Performance Gap: Zero-shot transfer F1 scores can be 20-30 points lower than monolingual English performance
- Data Augmentation: Translate-train approaches, where English data is machine-translated, significantly boost low-resource performance
Relationship to Other Benchmarks
TyDi QA complements other multilingual evaluation suites by focusing specifically on typological diversity and non-English-native question formulation. It is often used alongside MLQA and XQuAD.
- MLQA: Tests cross-lingual QA where questions are in English but context is in a target language
- XQuAD: A professional translation of SQuAD into 11 languages, testing translation robustness
- MKQA: An open-domain QA benchmark with queries in 26 languages, testing end-to-end retrieval and comprehension

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us