← Latest papers
💻 computer science

Clarify-Then-Search: A Clarification Benchmark for Deep Search with End-to-End Nugget Restoration

This paper introduces "Clarify-Then-Search," a benchmark built on real-world Baidu data that evaluates how LLM-generated clarification questions improve deep search performance by restoring missing query constraints, demonstrating that such interactions significantly boost end-to-end utility while revealing common failure modes like over-asking unanswerable location questions.

Original authors: Deqiang Huang, Jingbo Zhou, Xinjiang Lu, Tong Xu, Hua Wu, Enhong Chen

Published 2026-08-24
📖 5 min read🧠 Deep dive

Original authors: Deqiang Huang, Jingbo Zhou, Xinjiang Lu, Tong Xu, Hua Wu, Enhong Chen

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

In the vast landscape of digital information, search engines have evolved from simple keyword matchers into complex assistants capable of deep investigation. These systems, often called deep search agents, do not just return a list of links; they actively browse the web, gather evidence from multiple sources, and synthesize a comprehensive answer to a user's question. However, these powerful tools have a critical weakness: they struggle when a human's request is vague. If a user asks for "the best universities," the system does not know if they mean the best for engineering, the best in Europe, or the best for a specific budget. Without these missing details, the search can drift off course, wasting time on irrelevant information and delivering a final answer that feels incomplete or wrong. The solution seems obvious: the computer should ask for clarification. But building a system that knows exactly what to ask, and how to use the answer to improve the search, has been difficult to test. Until now, researchers have lacked a reliable way to measure whether a clarifying question actually helps the search engine find better information, or if it is just polite chatter that leads nowhere.

A team of researchers from the University of Science and Technology of China and Baidu has created a new testing ground to solve this problem. They introduced a benchmark called "Clarify-Then-Search," a rigorous experiment designed to see if asking questions before searching truly leads to better results. The team started with real-world search queries from the Baidu search engine. For each test case, they first fused and normalized the raw data into a clear, specific intent query (the "fused_query"), such as "the best universities for a master's degree in AI in Europe." They then deliberately blurred this intent by removing key constraints like time, region, or scope to create the vague request (the "blurred_query") that the system would see. This created a paired dataset for every test case: the vague query the system must handle, and the clear intent that represented the user's true goal.

To ensure the test was fair and free of manipulation, the researchers set up a strict, two-phase interaction. First, a "Clarifier" model looked only at the vague query and generated a set of questions to ask the user. Next, a "User Answerer" model, which knew the true, clear intent, answered those questions. Crucially, the User Answerer was programmed to be honest: if the true intent did not contain the specific information requested, it had to say "unknown." It could not invent details to be helpful. Finally, a "Rewriter" model took the original vague query and the answers it received to create a new, improved search query. This rewritten query was then fed into a fixed deep-search system called WebDancer, which went out to find the actual information. The researchers then compared the final answer against a "golden reference" built from the clear intent query to see how much of the correct information was successfully restored.

The results revealed that while asking questions helps, it is not a magic bullet. When the system was allowed to ask just one question, every model tested performed better than if it had asked nothing at all. The best-performing model, GPT-5.2, managed to recover significantly more useful information than the baseline. However, the study uncovered a persistent flaw in how these systems think. Many models, particularly those that performed well in other areas, had a strong habit of asking about location or region, such as "Which city are you looking for?" In the strict conditions of this test, where the true intent often did not specify a location, these questions frequently resulted in an "unknown" answer. This meant the system wasted a turn asking a question it could not answer, leaving the rewritten query just as vague as the original. The researchers found that this "region-only" bias was a major reason why some interactions failed to improve the search, even when the questions sounded natural and relevant.

Increasing the number of allowed questions from one to two or three generally improved the results, but the benefits depended heavily on the model's strategy. While GPT-5.2 led with a single question, a different model, ERNIE-4.5-Turbo-128K, took the top spot when allowed three questions. This suggests that some systems are better at picking a single, high-value question, while others excel at a sustained conversation that gradually uncovers the missing details. The study also showed that simply having more turns does not guarantee success; if the extra questions continue to target information that is not present in the user's intent, the system continues to hit dead ends. The most effective systems were those that managed to avoid these low-yield questions and successfully elicited at least one piece of concrete, usable information.

This work provides a clear, reproducible way to measure the true value of clarification in deep search. It moves beyond simply checking if a question sounds polite or relevant, focusing instead on whether the question actually leads to a better final answer. The findings suggest that for deep search systems to become truly reliable, they must learn not just to ask, but to ask the right things. They need to recognize when a question is likely to yield an answer and when it is better to proceed with the search using the information they already have. By exposing these specific failure modes, the benchmark offers a roadmap for building search agents that are not only smarter but also more efficient, ensuring that every interaction brings the user closer to the truth they are seeking.

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 →