textmandarjoshi/trivia_qaquestion-answeringqareading-comprehensionragopen-domain-qanlpbenchmarkevaluationenglishtrivia

TriviaQA — Reading Comprehension QA with Evidence Documents

Category
Text
Records
847,579 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~23298.97 MB
Downloads
0

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

NameTypeDescription
questionVARCHARTrivia question text in natural language
question_idVARCHARUnique identifier for the question
question_sourceVARCHARURL or source origin where question was authored
entity_pagesSTRUCT(doc_source VARCHAR[], filename VARCHAR[], title VARCHAR[], wiki_context VARCHAR[])Wikipedia evidence documents with source, filename, title, and context passages
search_resultsSTRUCT(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
answerSTRUCT(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
Sign up to download

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 needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/2e91545a-b328-46be-aa11-377810525465/download-url