🌏 中文版
The previous article covered the fundamental challenges of evaluation. This one looks at the most important benchmark: DeepResearch Bench II.
This is currently the most comprehensive deep research agent evaluation framework—and the only yardstick that tells us "how far are our agents from where they need to be."
DeepResearch Bench II Architecture
Core Design
| Dimension | Specification |
|---|---|
| Tasks | 132 |
| Domains | 22 real-world domains |
| Rubrics | 9,430 fine-grained binary criteria |
| Evaluation | LLM judge (Gemini 2.5-Pro) + human verification |
| Evaluation Dimensions | Three: InfoRecall, Analysis, Presentation |
Three-Dimensional Evaluation
| Dimension | What It Tests | Weight |
|---|---|---|
| InfoRecall | Whether information retrieval is accurate and comprehensive | ~52.9 criteria/task |
| Analysis | Whether new insights can be extracted from evidence | ~12.8 criteria/task |
| Presentation | Whether the report is credible and readable | ~5.7 criteria/task |
Each rubric is binary (pass/fail), written by domain experts, covering every detail of the report.
Evaluation Methodology
DeepResearch Bench II's key innovation is using LLM judges while ensuring human alignment:
- Every batch of 50 rubrics evaluated by LLM judge
- Agreement with human annotators:
- Accuracy: 91.75%
- F1: 89.57%
- Experimental scale: 50 rubrics per batch
Differences from DeepResearch Bench I
| Bench I | Bench II | |
|---|---|---|
| Tasks | 100 | 132 |
| Rubrics | Coarse | 9,430 fine-grained |
| Evaluation | RACE + FACT | Three-dimensional rubric-based |
| Focus | Report quality | Comprehensive diagnosis |
Benchmark Results: Who Leads?
| Agent | Total Score | InfoRecall | Analysis | Presentation |
|---|---|---|---|---|
| NVIDIA AI-Q | 54.50 | — | — | — |
| Xiaoyi DeepResearch 6.0 | 53.05 | 69.90 | 91.12 | 58.72 |
| Hermes Ultra | 50.83 | 61.12 | 92.56 | 55.64 |
| WebWeaver | ~50.58* | — | — | — |
| OpenAI Deep Research | ~46.45* | — | — | — |
*Scores on Bench I; Bench II results may differ.
Key finding: Even the strongest model satisfies less than 50% of rubrics. This means current deep research agents have a huge gap from human expert level.
Overall Evaluation Landscape
The deep research evaluation ecosystem has formed several layers:
Layer 1: Report Quality Evaluation
| Benchmark | Method | Focus |
|---|---|---|
| DeepResearch Bench I | RACE + FACT | Report quality + citations |
| DeepResearch Bench II | Three-dimensional rubric | Comprehensive diagnosis |
| DeepResearchGym | Custom | 1,000 complex queries |
Layer 2: Information Retrieval Evaluation
| Benchmark | Method | Focus |
|---|---|---|
| FACT Framework | Effective Citations + Citation Accuracy | Retrieval efficiency and accuracy |
| BrowseComp | Multi-step browsing | Web navigation ability |
| WebWalkerQA | Website traversal | Web structure understanding |
Layer 3: Domain-Specific Evaluation
| Benchmark | Domain |
|---|---|
| FRAMES | Financial reasoning |
| FinSearchComp | Financial search |
| GAIA | General reasoning |
| HLE | Academic reasoning |
Evolution of Evaluation Methods
LLM judge (early) → Human rubric (Bench II) → STC confidence → Hybrid evaluation (future)
Each stage solves the previous stage's problems:
- LLM judge is cheap but biased → Human rubric is accurate but expensive
- Human rubric is comprehensive but slow → STC tries to automate and align with reality
- STC isn't perfect → The future is hybrid
Key Numbers
| Metric | Number | Meaning |
|---|---|---|
| Strongest agent's rubric pass rate | <50% | Huge gap from expert level |
| LLM-judge vs. human alignment | 91.75% | Trustworthy but not perfect |
| Number of rubrics | 9,430 | Extremely fine coverage |
| Number of tasks | 132 | 22 domains |
| Criteria per task | ~71 | Very fine-grained |
Implications for Researchers
- Benchmarks are maps, not destinations—Bench II tells you "where you are" but not "how to get there"
- InfoRecall vs. Analysis gap—retrieval is easiest, synthesis is hardest
- Presentation is an underestimated dimension—report credibility and readability matter equally
References
- DeepResearch Bench II: Diagnosing Deep Research Agents via Rubrics from Expert Reports — Core paper, Li et al., 2026.
- DeepResearch Bench — Bench I official website.
- How NVIDIA AI-Q Reached #1 on DeepResearch Bench — NVIDIA AI-Q's evaluation analysis.
- deep-research-survey-overview — Previous article: three-phase landscape classification.
Loading...