DeepResearch Bench
收藏资源简介:
DeepResearch Bench是一个由100个博士级别的研究任务组成的基准数据集,这些任务由来自22个不同领域的专家精心设计。该数据集旨在评估深度研究代理的能力,这些代理通过自主组织多步骤的网络探索、有针对性的检索和高级别的合成,将大量的在线信息转化为分析师级别的、引用丰富的报告。数据集包含50个中文任务和50个英文任务,每个任务都经过迭代优化,以确保其真实反映实际研究需求。该数据集的创建过程包括对96,147个真实用户查询的统计分析,以及由具有丰富经验的专家提出和筛选的任务。DeepResearch Bench不仅用于评估深度研究代理的生成报告质量,还用于评估其信息检索和收集能力。
DeepResearch Bench is a benchmark dataset comprising 100 doctoral-level research tasks, which are meticulously designed by experts across 22 distinct fields. This dataset aims to evaluate the capabilities of deep research agents, which convert vast volumes of online information into analyst-level, well-cited reports through the autonomous organization of multi-step web exploration, targeted information retrieval, and high-level synthesis. The dataset includes 50 Chinese tasks and 50 English tasks, with each task iteratively optimized to authentically reflect real-world research requirements. The development of this dataset includes statistical analysis of 96,147 real user queries, as well as task proposal and screening conducted by seasoned experts. DeepResearch Bench is utilized not only to evaluate the quality of reports generated by deep research agents, but also to assess their information retrieval and collection capabilities.
DeepResearch Bench 数据集概述
📖 数据集简介
DeepResearch Bench 是一个针对深度研究代理(DRAs)的系统性评估基准,包含100个博士级别的研究任务,涵盖22个不同领域。
🌐 领域覆盖
- 🔬 科学与技术:物理、化学、生物、环境科学、工程
- 💼 金融与商业:投资、个人理财、市场营销、人力资源
- 💻 软件:与软件和互联网相关的主题
- 🌍 其他领域:艺术与设计、娱乐、历史、工业、交通、旅游等
📊 数据构建
主题分布分析
- 基于96,147条匿名用户查询(来自支持网页搜索的LLM交互)
- 按WebOrganizer分类法分为22个主题域
专家任务收集
- 由博士级专家和资深从业者(5年以上经验)设计
- 100个高质量基准任务(50中文,50英文)
- 筛选标准:
- 质量:高标准和复杂性
- 清晰度:明确的任务定义和要求
- 真实性:基于真实研究场景
- 挑战性:测试DRA能力上限
⚖️ 评估框架
🎯 RACE(基于参考的自适应标准驱动评估)
- 动态标准生成(四个关键维度):
- 全面性
- 洞察力/深度
- 指令遵循
- 可读性
- 基于参考的评分
- 加权评估
🔗 FACT(事实丰富性和引用可信度框架)
- 声明-URL提取
- 去重
- 支持验证
- 引用指标:
- 引用准确率
- 有效引用数
📈 主要评估结果
| 模型 | RACE总分 | RACE全面性 | RACE深度 | RACE指令 | RACE可读性 | FACT引用准确率 | FACT有效引用数 |
|---|---|---|---|---|---|---|---|
| 表现最佳模型 | |||||||
| Gemini-2.5-Pro Deep Research | 48.88 | 48.53 | 48.50 | 49.18 | 49.44 | 81.44 | 111.21 |
| Perplexity Deep Research | 42.25 | 40.69 | 39.39 | 46.40 | 44.28 | 90.24 | 31.26 |
| Claude-3.7-Sonnet w/Search | 40.67 | 38.99 | 37.66 | 45.77 | 41.46 | 93.68 | 32.48 |
🛠️ 使用说明
数据结构
deep_research_bench/ ├── data/ │ ├── prompt_data/query.jsonl # 100个基准查询 │ └── test_data/raw_data/ # 模型输出存放位置
快速开始
- 使用
query.jsonl中的查询运行您的深度研究代理 - 将输出保存为
<model_name>.jsonl格式 - 在
run_benchmark.sh中添加模型名称 - 运行评估脚本
📚 引用
bibtex @article{du2025deepresearch, author = {Mingxuan Du and Benfeng Xu and Chiwei Zhu and Xiaorui Wang and Zhendong Mao}, title = {DeepResearch Bench: A Comprehensive Benchmark for Deep Research Agents}, journal = {arXiv preprint}, year = {2025}, }

- 1DeepResearch Bench: A Comprehensive Benchmark for Deep Research Agents中国科学院大学, 北京, 中国 · 2025年



