Skip to content

Benchmark Deep Dive: DeepResearch Bench II and the Evaluation Landscape

Sep 19, 20261 min
TL;DRDeepResearch Bench II uses 9,430 expert rubrics covering 132 tasks, and finds that even the strongest agents satisfy less than 50% of criteria. This article breaks down the benchmark architecture, scoring methodology, leaders, and the overall evaluation landscape.

🌏 中文版

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

DimensionSpecification
Tasks132
Domains22 real-world domains
Rubrics9,430 fine-grained binary criteria
EvaluationLLM judge (Gemini 2.5-Pro) + human verification
Evaluation DimensionsThree: InfoRecall, Analysis, Presentation

Three-Dimensional Evaluation

DimensionWhat It TestsWeight
InfoRecallWhether information retrieval is accurate and comprehensive~52.9 criteria/task
AnalysisWhether new insights can be extracted from evidence~12.8 criteria/task
PresentationWhether 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 IBench II
Tasks100132
RubricsCoarse9,430 fine-grained
EvaluationRACE + FACTThree-dimensional rubric-based
FocusReport qualityComprehensive diagnosis

Benchmark Results: Who Leads?

AgentTotal ScoreInfoRecallAnalysisPresentation
NVIDIA AI-Q54.50
Xiaoyi DeepResearch 6.053.0569.9091.1258.72
Hermes Ultra50.8361.1292.5655.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

BenchmarkMethodFocus
DeepResearch Bench IRACE + FACTReport quality + citations
DeepResearch Bench IIThree-dimensional rubricComprehensive diagnosis
DeepResearchGymCustom1,000 complex queries

Layer 2: Information Retrieval Evaluation

BenchmarkMethodFocus
FACT FrameworkEffective Citations + Citation AccuracyRetrieval efficiency and accuracy
BrowseCompMulti-step browsingWeb navigation ability
WebWalkerQAWebsite traversalWeb structure understanding

Layer 3: Domain-Specific Evaluation

BenchmarkDomain
FRAMESFinancial reasoning
FinSearchCompFinancial search
GAIAGeneral reasoning
HLEAcademic 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

MetricNumberMeaning
Strongest agent's rubric pass rate<50%Huge gap from expert level
LLM-judge vs. human alignment91.75%Trustworthy but not perfect
Number of rubrics9,430Extremely fine coverage
Number of tasks13222 domains
Criteria per task~71Very fine-grained

Implications for Researchers

  1. Benchmarks are maps, not destinations—Bench II tells you "where you are" but not "how to get there"
  2. InfoRecall vs. Analysis gap—retrieval is easiest, synthesis is hardest
  3. Presentation is an underestimated dimension—report credibility and readability matter equally

References