Search papers, labs, and topics across Lattice.
This paper analyzes the limitations of deep-research agents that follow a single trajectory during search tasks, identifying a common failure mode where agents prematurely commit to a direction without sufficient evidence. To address this, the authors introduce HypoSearch, a method that generates lightweight hypotheses and explores them through independent branches, allowing for comparative analysis before making a commitment. The results show that HypoSearch significantly improves performance across multiple benchmarks, enhancing the effectiveness of the Qwen3.5-122B model while minimizing tool calls compared to traditional methods.
HypoSearch boosts deep-research agent performance by enabling flexible exploration and evidence comparison, leading to a remarkable 28% increase in accuracy on complex benchmarks.
Deep-research agents answer complex questions by interacting with search and browsing tools, yet they often search along a single evolving trajectory. Our trajectory-level analysis reveals a common failure mode in which the agent may encounter an early search state with several plausible directions, but follow one direction before collecting enough comparative evidence. Once this happens, subsequent tool calls tend to reinforce the same path, increasing the chance of failure when the initial direction is misleading. We further find that successful trajectories reduce this risk through two behaviors: grounding vague exploration in concrete candidates and shifting directions when the current path is weak or incomplete. Based on these findings, we propose HypoSearch, which generates lightweight hypotheses as soft search hints, explores them through bounded independent branches, and compares branch-level evidence before commitment. Across four deep-research benchmarks and three backbone models, HypoSearch consistently outperforms single-trajectory search and standard parallel baselines, improving Qwen3.5-122B from 46.7 to 60.0 on BC-small while using fewer tool calls than five independent trajectories. A pilot supervised fine-tuning study further shows that these behavioral signals can curate compact training trajectories and reduce degradation from unfiltered data.