textgoogle/deepsearchqabenchmarkagentsdeep-researchfactualityquestion-answeringretrievalgoogle-deepmindevalragapache-2.0

DeepSearchQA — Google DeepMind 900-Prompt Agent Factuality Benchmark

Category
Text
Records
900 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~0.2 MB
Downloads
0

About this data

900-prompt benchmark from Google DeepMind for evaluating agents on difficult multi-step information-seeking tasks across 17 fields. Apache-2.0, CSV format.

Schema

NameTypeDescription
problemVARCHARMulti-step information-seeking question requiring comprehensive research and synthesis across multiple sources.
problem_categoryVARCHAROne of 17 subject domains (e.g., Politics & Government, Media & Entertainment).
answerVARCHARGround-truth factual answer to the problem; format varies by answer_type.
answer_typeVARCHARAnswer format category: 'Single Answer', 'Set Answer', or other structured response types.

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: "DeepSearchQA — Google DeepMind" })
// Found: 24cf80b3-5f47-4da6-a6a5-0540b3688343
get_download_url({ dataset_id: "24cf80b3-5f47-4da6-a6a5-0540b3688343" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/24cf80b3-5f47-4da6-a6a5-0540b3688343/download-url