arXiv:2602.03304cs.IR2026-02被引 6

让深度搜索代理学会何时停止搜索,提升问答准确率与效率

To Search or Not to Search: Aligning the Decision Boundary of Deep Search Agents via Causal Intervention

  • 通过因果干预诊断搜索决策边界错误
  • 构建偏好数据集并优化策略,校准搜索终止时机
  • 解决过度搜索和过早回答问题,适合智能助手研发者

深度搜索代理在多轮网络推理中自主迭代,是复杂信息检索任务的有前景范式。然而当前代理存在严重低效:无法准确判断何时停止搜索、开始回答,导致冗余搜索或过早作答。根源在于以结果为导向的训练方式,使决策边界(决定信息是否足够回答的阈值)错位。本文提出包含两部分的框架:首先,利用因果干预比较每个决策点的真实与反事实轨迹,诊断边界错误;其次,构建基于因果反馈的偏好数据集,通过偏好优化对齐策略,实现决策边界校准。在多个公开数据集上的实验表明,状态领先代理普遍存在决策边界误差。所提DAS方法有效缓解了过度搜索和过早终止,显著提升准确率与效率。代码与数据已公开于 https://github.com/Applied-Machine-Learning-Lab/WWW2026_DAS。

原文摘要 · Abstract (English)

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.

搜索代理因果干预决策校准

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