arXiv:2606.11662cs.AI2026-06

让搜索代理像走迷宫一样试错回溯,避免盲目深入无效路径。

TreeSeeker: Tree-Structured Trial, Error, and Return in Deep Search

论文配图:TreeSeeker: Tree-Structured Trial, Error, and Return in Deep Search
图 1 · 摘自论文原文
  • 构建树状搜索结构,动态选择探索、利用或回溯分支。
  • 在多个数据集上超越现有开源模型,准确率提升显著。
  • 适合需要深度推理与可控探索的复杂问答任务。

深度搜索要求智能体通过多步网页搜索、浏览、证据比对与综合来回答复杂问题。核心挑战在于:当多个方向看似可行时,如何决定下一步?若只追逐当前最优方向,可能陷入无效延续;若无序探索,则会浪费资源。本文提出TreeSeeker,一种推理时的受控试错框架。它将搜索组织为树状状态下的分支-返回机制,每个分支代表一个子目标的暂定方向。每轮中,TreeSeeker读取所有子目标树,识别活跃目标,并利用价值、不确定性与风险的文本型UCB信号,决定是继续推进有希望的分支、探索不确定选项,还是剪枝低效路径并回溯到前一个分支点。TreeMem支持该控制循环,将证据、不确定性、矛盾、进展与失败线索绑定至产生它们的分支,使试错结果可指导后续决策。在XBench-DeepSearch、BrowseComp和BrowseComp-ZH上的实验表明,TreeSeeker持续优于强基线模型,说明显式的分支-返回控制能有效补充更强的推理与工具执行能力。

原文摘要 · Abstract (English)

Deep search requires agents to answer complex questions through multi-step web search, browsing, evidence comparison, and synthesis. A central challenge is deciding how to search when several directions look plausible but only some will later lead to reliable evidence. If an agent greedily follows the current best-looking direction, it may keep extending a weak continuation. If it explores without discipline, it may waste budget on disconnected trials. We propose TreeSeeker, an inference-time framework for controlled trial-and-error in deep search. TreeSeeker organizes search as branch-and-return search over tree-structured states, where each branch is a tentative direction for a sub-goal. At each round, TreeSearch reads all sub-goal trees, identifies active goals, and uses textual UCB signals of value, uncertainty, and risk to select among exploiting a promising branch, exploring an uncertain alternative, or pruning an unproductive continuation and returning to an earlier branch point. TreeMem supports this control loop by keeping evidence, uncertainty, conflicts, progress, and failure cues attached to the branches that produced them, so trial outcomes can guide later decisions. Experiments on XBench-DeepSearch, BrowseComp, and BrowseComp-ZH show that TreeSeeker consistently outperforms strong open-source baselines, suggesting that explicit branch-and-return control complements stronger reasoning and tool execution.

深度搜索分支搜索智能体试错优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。