textmandarjoshi/trivia_qaquestion-answeringqareading-comprehensionragopen-domain-qanlpbenchmarkevaluationenglishtrivia
TriviaQA — Reading Comprehension QA with Evidence Documents
About this data
650K+ question-answer-evidence triples for open-domain and reading comprehension QA. Standard benchmark for retrieval-augmented QA, RAG evals, and extractive/abstractive QA model training.
Schema
| Name | Type | Description |
|---|---|---|
| question | VARCHAR | Trivia question text in natural language |
| question_id | VARCHAR | Unique identifier for the question |
| question_source | VARCHAR | URL or source origin where question was authored |
| entity_pages | STRUCT(doc_source VARCHAR[], filename VARCHAR[], title VARCHAR[], wiki_context VARCHAR[]) | Wikipedia evidence documents with source, filename, title, and context passages |
| search_results | STRUCT(description VARCHAR[], filename VARCHAR[], rank INTEGER[], title VARCHAR[], url VARCHAR[], search_context VARCHAR[]) | Web search evidence with description, filename, rank, title, URL, and context passages |
| answer | STRUCT(aliases VARCHAR[], normalized_aliases VARCHAR[], matched_wiki_entity_name VARCHAR, normalized_matched_wiki_entity_name VARCHAR, normalized_value VARCHAR, "type" VARCHAR, "value" VARCHAR) | Answer struct containing canonical value, aliases, normalized forms, type, and matched Wikipedia entity name |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "TriviaQA — Reading Comprehensi" })
// Found: 2e91545a-b328-46be-aa11-377810525465
get_download_url({ dataset_id: "2e91545a-b328-46be-aa11-377810525465" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/2e91545a-b328-46be-aa11-377810525465/download-url