← Latest papers
💬 NLP

DeepSearchQA: Bridging the Comprehensiveness Gap for Deep Research Agents

The paper introduces DeepSearchQA, a 900-prompt benchmark across 17 fields designed to evaluate deep research agents on complex, multi-step information-seeking tasks, revealing that even state-of-the-art models struggle to balance recall and precision in systematic information collation, entity resolution, and stopping criteria.

Original authors: Nikita Gupta, Riju Chatterjee, Lukas Haas, Connie Tao, Andrew Wang, Chang Liu, Hidekazu Oiwa, Elena Gribovskaya, Jan Ackermann, John Blitzer, Sasha Goldshtein, Dipanjan Das

Published 2026-01-30
📖 5 min read🧠 Deep dive

Original authors: Nikita Gupta, Riju Chatterjee, Lukas Haas, Connie Tao, Andrew Wang, Chang Liu, Hidekazu Oiwa, Elena Gribovskaya, Jan Ackermann, John Blitzer, Sasha Goldshtein, Dipanjan Das

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are hiring a research assistant to find information for you. In the past, we mostly tested these assistants with simple questions like, "What is the capital of France?" If they got the answer right, they passed. If they got it wrong, they failed. This was like a multiple-choice quiz: easy to grade, but it didn't tell us if the assistant could handle a real, messy research project.

The paper "DeepSearchQA" introduces a new, much harder test designed to see if AI agents can act like true researchers, not just trivia bots.

Here is the breakdown of what they did and what they found, using simple analogies:

1. The Problem: The "Needle in a Haystack" vs. The "Whole Haystack"

Old tests asked the AI to find one specific needle in a haystack (e.g., "What is the capital of France?").

  • The Issue: Real life isn't like that. Sometimes you need to know every needle in the haystack, or list all the different types of hay.
  • The New Challenge: DeepSearchQA asks questions like, "List every video game console that sold over 100 million units, wasn't portable, had a 32-bit CPU, and whose parent company had over $1.7 trillion in assets in 2010."
  • The Goal: The AI can't just guess one answer. It has to build a complete, perfect list. If it misses one item, it's incomplete. If it adds one fake item, it's inaccurate.

2. The Three Hard Skills Tested

To pass this new test, an AI agent needs to master three difficult skills that old tests ignored:

  • Skill 1: The Librarian (Systematic Collation)
    Imagine you need to write a report, but the information is scattered across 50 different websites, none of which has the full story. The AI has to visit all of them, read them, and stitch the pieces together into one master list. It can't just rely on the first website it finds.
  • Skill 2: The Detective (Entity Resolution)
    Imagine you are looking for "Apple." One website says "Apple Inc.," another says "Apple Computer," and a third says "The company Steve Jobs founded." A human knows these are the same thing. An AI often gets confused and lists them as three different companies. This test checks if the AI can realize they are the same and remove the duplicates.
  • Skill 3: The Stop Sign (Reasoning about Stopping)
    This is the hardest part. In a normal search, you stop when you find the answer. But in a "deep research" task, there is no finish line. The AI has to know when to stop searching.
    • Too early: It stops before finding all the answers (Under-retrieval).
    • Too late: It keeps searching and starts making up answers just to fill the list (Over-retrieval/Hedging). It's like a chef who keeps adding ingredients to a soup until it tastes like garbage, just to make sure they didn't miss anything.

3. The Test: 900 Real-World Scenarios

The researchers created a benchmark called DeepSearchQA with 900 difficult questions across 17 different fields (like health, finance, history, and gaming).

  • The Rules: The answers are based on static facts (like 2020 census data) so they don't change while the test is running.
  • The Grading: They don't care how the AI found the answer (the path it took). They only care about the final list. Did it get the list 100% right?
    • Perfect: The list is exactly right.
    • Partial: It got some right but missed others.
    • Hallucination: It got the right items but added fake ones to look thorough.

4. What They Found: The "Last Mile" Problem

They tested the smartest AI models available (like Google's Gemini Deep Research and OpenAI's GPT-5 Pro). Here is what happened:

  • The Good News: The best AI agents are getting very good at this. The top models got about 66% of the lists perfectly correct. This is a huge jump from older models.
  • The Bad News: Even the best models struggle with the "Last Mile."
    • The Gap: An AI might find 90% of the correct answers (high recall) but fail to stop, adding 5 wrong answers to the list. This ruins the score.
    • The "Hedging" Trap: When an AI isn't sure if it's done, it tries to be safe by listing everything it can think of, including things it's not sure about. This is like a student guessing on a test just to get partial credit, but in this case, it lowers their grade.
  • The "Step-Function" Drop: If you use a smaller, cheaper AI model, performance doesn't just go down a little; it crashes. These complex tasks require a certain level of "brain power" to plan the search. Below a certain threshold, the AI gets lost immediately and finds nothing.

5. The Conclusion

The paper argues that we are at a turning point. We have moved from asking AI "What is the answer?" to "Can you master the whole topic?"

The current AI models are smart enough to find the needle, but they are still learning how to map the entire haystack without getting lost or making things up. DeepSearchQA is a tool to help researchers fix this specific problem: teaching AI when to stop searching and how to be perfectly thorough without being sloppy.

In short: We are teaching AI to stop being a trivia champion and start being a professional researcher who can handle a complex, multi-step investigation without dropping the ball.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →