CRISP: Critical Step Perception for Training Efficient Deep Search Agents

📅 2026-08-03
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the inefficiency of existing deep search agents in complex problem solving, which often incur high computational and interaction costs due to redundant tool calls. Conventional efficiency optimization approaches, by uniformly penalizing tool usage, frequently eliminate critical evidence-gathering steps. To overcome this limitation, the authors propose a critical-step-aware mechanism that first generates labels for essential reasoning steps via backward evidence induction and then distills these into a lightweight step classifier capable of accurately distinguishing necessary from redundant operations. Integrated with an efficiency-aware reward strategy derived from successful trajectories, the method reduces average interaction turns by 15.1% on BrowseComp and 33.2% on HLE-Verified, while maintaining competitive answer accuracy.
📝 Abstract
Large language models (LLMs) are increasingly extended into deep search agents that solve complex questions through multi-step interaction with external search and browsing tools. However, existing agents often incur substantial computational and interaction costs, generating lengthy trajectories that contain redundant queries, inefficient exploration, and irrelevant observations. Existing efficiency-oriented methods usually encourage agents to use tools less frequently, but treating all tool interactions uniformly may also suppress steps that gather necessary evidence. In this paper, we propose CRISP, a framework for training efficient deep search agents through critical step perception. Unlike prior efficiency methods that uniformly penalize tool use, CRISP distinguishes interactions that gather necessary evidence from redundant ones and shapes the training reward to preserve the former while pruning the latter, improving efficiency without sacrificing the evidence needed for correct answers. Specifically, CRISP first constructs critical-step labels with Backward Evidence Induction: starting from the final answer, a strong model traverses a completed search trajectory backward and judges whether each tool-interaction step provides or preserves evidence for the final answer. We then distill these step-wise judgments into a smaller critical-step recognizer, enabling full-trajectory analysis in a single pass. During policy optimization, an efficiency-aware reward is applied only to successful rollouts. Experiments on BrowseComp and HLE-Verified show that CRISP maintains competitive final-answer accuracy while reducing average interaction turns by 15.1% and 33.2%, respectively, demonstrating substantial improvements in interaction efficiency.
Problem

Research questions and friction points this paper is trying to address.

deep search agents
tool interaction efficiency
redundant queries
critical evidence
trajectory optimization
Innovation

Methods, ideas, or system contributions that make the work stand out.

critical step perception
deep search agents
efficiency-aware reward
backward evidence induction
tool interaction pruning
🔎 Similar Papers
No similar papers found.