Question's Gambit:首个检索步骤提升深度研究智能体

elvis · @omarsar0 · X·2026-09-22 07:00·2小时前
AI 导读

论文提出 Question's Gambit,在智能体开始搜索前运行一次:将问题拆成线索、转为互补搜索、汇总并重排结果,让智能体以已排序的上下文启动循环。

elvis@omarsar0
45AI 编辑部评分,满分 100

Question's Gambit:首个检索步骤提升深度研究智能体

2026-09-22 07:00· 2小时前
AI 导读

论文提出 Question's Gambit,在智能体开始搜索前运行一次:将问题拆成线索、转为互补搜索、汇总并重排结果,让智能体以已排序的上下文启动循环。

Impressive paper showing how much the first retrieval step matters for deep research agents.

It helps to improve GPT-5.5 from 83.1% to 90.5% on BrowseComp-Plus with the same retriever and the same agent loop.

It seems that the gain comes from the opening context.

The authors propose Question's Gambit which runs once, before the agent starts searching.

It splits the question into clues, turns each clue into complementary searches, pools the results, and reranks them.

The agent then starts its loop with that ranked set already in context.

The same change lifts GPT-5.4-mini from 68.1% to 79.0% and DeepSeek-v4-pro from 71.4% to 76.9%, and roughly halves calibration error for GPT-5.5. It costs between 2.3 and 5.3 extra tool calls per question.

In an error analysis, only 3 of the 79 remaining GPT-5.5 errors come from the gold document never being retrieved. The other 76 happen later, when the agent previews, opens or uses the evidence.

Paper: https://arxiv.org/abs/2609.14412

Chat with Paper: https://academy.dair.ai/papers/questions-gambit-the-first-move-matters-in-agentic-deep-search-2609.14412

来源:elvis· x.com