Overview
- Field: Machine Learning
- Authors: Sixiong Xie, Zhuofan Shi, Haiyang Shen
- Published: 2025-05-20
- arXiv: 2505.15982
Abstract
Deep research, in which an agent searches the open web, collects evidence, and derives an answer through extended reasoning, is a prominent use case for frontier language models. However, frontier deep research products score high on existing benchmarks, making it difficult to distinguish their capabilities from current evaluation data alone.
The authors introduce DeepWeb-Bench, a deep research benchmark that is substantially harder than existing benchmarks for the current frontier. Difficulty comes from three properties of the data itself:
1. Massive evidence collection — each task requires gathering large amounts of evidence. 2. Cross-source reconciliation — evidence must be coordinated across sources. 3. Long-horizon multi-step derivation — answers require extended multi-step reasoning.
These three sources of difficulty are represented as four capability families (Retrieval, Derivation, Reasoning, and Calibration), with results reported sliced by family. Every reference answer comes with source provenance at four disclosure levels and usable cross-source checks, making scores easier to audit against the underlying evidence.
Key Findings
Evaluating DeepWeb-Bench on nine frontier models, the paper reports three main findings:
1. Retrieval is not the bottleneck. Retrieval failures account for only 12–14% of errors, while derivation and calibration failures account for over 70%. 2. Strong and weak models fail in qualitatively different ways. Errors from strong models are dominated by incomplete derivations, whereas weak models exhibit hallucinated precision. 3. Models show genuine domain specialization. Cross-model agreement is only ρ=0.61, with per-case divergence reaching 18.8 percentage points.
Resources
The public benchmark release includes data, scoring rubrics, and evaluation code.
--- *Paper: arXiv:2505.15982*