TreeSeeker: Tree-Structured Trial, Error, and Return in Deep Search
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
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.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Argus: Evidence Assembly for Scalable Deep Research Agents (2026)
- LLMs Improving LLMs: Agentic Discovery for Test-Time Scaling (2026)
- Planner-Centric Reinforcement Learning for Deep Research with Structure-Aware Reward (2026)
- Towards On-Policy Data Evolution for Visual-Native Multimodal Deep Search Agents (2026)
- FineVerify: Scaling Test-Time Compute with Fine-Grained Self-Verification for Agentic Search (2026)
- Share More, Search Less: Collaborative Parallel Thinking for Efficient Test-Time Scaling (2026)
- DuMate-DeepResearch: An Auditable Multi-Agent System with Recursive Search and Rubric-Grounded Reasoning (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper