English

DeepSearchQA: Bridging the Comprehensiveness Gap for Deep Research Agents

Computation and Language 2026-01-30 v1

Abstract

We introduce DeepSearchQA, a 900-prompt benchmark for evaluating agents on difficult multi-step information-seeking tasks across 17 different fields. Unlike traditional benchmarks that target single answer retrieval or broad-spectrum factuality, DeepSearchQA features a dataset of challenging, handcrafted tasks designed to evaluate an agent's ability to execute complex search plans to generate exhaustive answer lists. This shift in design explicitly tests three critical, yet under-evaluated capabilities: 1) systematic collation of fragmented information from disparate sources, 2) de-duplication and entity resolution to ensure precision, and 3) the ability to reason about stopping criteria within an open-ended search space. Each task is structured as a causal chain, where discovering information for one step is dependent on the successful completion of the previous one, stressing long-horizon planning and context retention. All tasks are grounded in the open web with objectively verifiable answer sets. Our comprehensive evaluation of state-of-the-art agent architectures reveals significant performance limitations: even the most advanced models struggle to balance high recall with precision. We observe distinct failure modes ranging from premature stopping (under-retrieval) to hedging behaviors, where agents cast an overly wide net of low-confidence answers to artificially boost recall. These findings highlight critical headroom in current agent designs and position DeepSearchQA as an essential diagnostic tool for driving future research toward more robust, deep-research capabilities.

Keywords

Cite

@article{arxiv.2601.20975,
  title  = {DeepSearchQA: Bridging the Comprehensiveness Gap for Deep Research Agents},
  author = {Nikita Gupta and Riju Chatterjee and Lukas Haas and Connie Tao and Andrew Wang and Chang Liu and Hidekazu Oiwa and Elena Gribovskaya and Jan Ackermann and John Blitzer and Sasha Goldshtein and Dipanjan Das},
  journal= {arXiv preprint arXiv:2601.20975},
  year   = {2026}
}

Comments

DeepSearchQA can be found at https://www.kaggle.com/benchmarks/google/dsqa/leaderboard

R2 v1 2026-07-01T09:24:33.091Z