To Search or Not to Search: Aligning the Decision Boundary of Deep Search Agents via Causal Intervention
Wenlin Zhang, Kuicai Dong, Junyi Li, Yingyi Zhang, Xiaopeng Li, Pengyue Jia, Yi Wen, Derong Xu, Maolin Wang, Yichao Wang, Yong Liu, Xiangyu Zhao
TL;DR
This work formalizes the problem of when a deep search agent should stop querying and start answering as a dynamic decision boundary governed by the agent's latent knowledge state. It introduces a causal intervention framework to diagnose over-search and under-search, then builds DAS to align the agent's policy using counterfactual preferences via Direct Preference Optimization. Across three QA datasets, decision boundary errors are widespread and outcome-focused RL alone trades accuracy for efficiency, while DAS achieves notable gains in both final accuracy and runtime efficiency by calibrating the boundary. The approach offers a practical pathway to more reliable and economical autonomous search systems, with code and data publicly available. This work advances the design of boundary-aware reasoning for web-scale information seeking and multi-hop QA tasks.
Abstract
Deep search agents, which autonomously iterate through multi-turn web-based reasoning, represent a promising paradigm for complex information-seeking tasks. However, current agents suffer from critical inefficiency: they conduct excessive searches as they cannot accurately judge when to stop searching and start answering. This stems from outcome-centric training that prioritize final results over the search process itself. We identify the root cause as misaligned decision boundaries, the threshold determining when accumulated information suffices to answer. This causes over-search (redundant searching despite sufficient knowledge) and under-search (premature termination yielding incorrect answers). To address these errors, we propose a comprehensive framework comprising two key components. First, we introduce causal intervention-based diagnosis that identifies boundary errors by comparing factual and counterfactual trajectories at each decision point. Second, we develop Decision Boundary Alignment for Deep Search agents (DAS), which constructs preference datasets from causal feedback and aligns policies via preference optimization. Experiments on public datasets demonstrate that decision boundary errors are pervasive across state-of-the-art agents. Our DAS method effectively calibrates these boundaries, mitigating both over-search and under-search to achieve substantial gains in accuracy and efficiency. Our code and data are publicly available at: https://github.com/Applied-Machine-Learning-Lab/WWW2026_DAS.
