Papers
arxiv:2606.11662

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

Published on Jun 10
· Submitted by
Mingzhe Ma
on Jun 12
Authors:
,
,
,
,
,
,
,
,
,

Abstract

TreeSeeker is an inference-time framework that uses tree-structured search with branch-and-return control to manage exploration and exploitation in deep search tasks, improving performance through systematic trial-and-error decision making.

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.

Community

Paper author Paper submitter

We propose TreeSeeker, a framework for deep-search agents that explicitly models trial-and-error during long-horizon web research.

In practice, deep search is not only a reasoning problem — it is also a search-control problem. Agents often face several plausible directions early in the search process, but only some later lead to reliable evidence. Existing systems usually follow a single evolving trajectory or a fixed execution schedule, which can cause premature commitment to weak paths.

TreeSeeker addresses this by organizing search as branch-and-return exploration over tree-structured states. Our controller, TreeSearch, uses textual signals of value, uncertainty, and risk to decide whether to exploit a promising branch, explore an uncertain alternative, or prune and return from an unproductive continuation. TreeMem keeps branch-local evidence, conflicts, and failure cues so later decisions can be informed by earlier trials.

Across XBench-DeepSearch, BrowseComp, and BrowseComp-ZH, TreeSeeker consistently outperforms strong open-source baselines. We hope this work contributes to building more reliable and adaptive research agents.

Sign up or log in to comment

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2606.11662 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2606.11662 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2606.11662 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.