New Policy Optimization Improves Deep Search Agents with Step-Level Guidance

Haoze Wu, Chuqiao Kuang, Tianyi Zhuang, Xiaoguang Li· August 14, 2026 View original

Key takeaways

  • SSPO improves deep search agents by providing dense, step-level guidance instead of sparse outcome rewards.
  • "Evidence Anchors" offer concise, privileged information for key reasoning steps.
  • Teacher-student disagreement is used to modulate policy changes in incorrect trajectories.
  • SSPO consistently outperforms GRPO on benchmarks, showing improved training efficiency.

Who benefits

AI/ML DevelopmentSearch EnginesCustomer ServiceEducationResearch

Summary

Researchers introduce Step-Level Self-Distilled Policy Optimization (SSPO), a method that uses "Evidence Anchors" and teacher-student disagreement to provide dense, step-level advantage weights for deep search agents. This approach resolves the tension of sparse outcome rewards in long trajectories, significantly outperforming standard methods by modulating policy changes at each step.

Deep search agents often struggle with sparse outcome rewards in long, multi-step trajectories, making effective credit assignment difficult. While on-policy self-distillation (OPSD) attempts to provide dense token-level feedback, applying it to search agents can create issues because the teacher model often has privileged information, leading to a systematic difference in reasoning from the student. This paper addresses this challenge by introducing Step-Level Self-Distilled Policy Optimization (SSPO). SSPO's innovation lies in two key contributions. First, it uses "Evidence Anchors," which are concise, step-level evidence snippets extracted from the web, to provide crucial reasoning steps without revealing the full answer path. Second, SSPO converts the disagreement between the teacher and student into step-level advantage weights within the GRPO framework, applying these weights exclusively to incorrect trajectories. This design ensures that outcome rewards guide the direction of policy change, while the teacher modulates the magnitude of change at each step, preserving the diversity of correct trajectories. Experiments show SSPO consistently outperforms GRPO on various benchmarks, often with fewer gradient steps.

Why it matters

This research significantly improves the training efficiency and performance of deep search agents, which are critical for complex tasks requiring multi-step reasoning and information retrieval. Professionals can leverage this to build more capable and robust AI assistants and automated problem-solvers.

How to implement this in your domain

  1. 1Integrate SSPO or similar step-level distillation techniques into the training pipelines for large language models used in search or reasoning tasks.
  2. 2Develop "Evidence Anchor" generation mechanisms for domain-specific knowledge bases to enhance AI agent performance.
  3. 3Experiment with applying this policy optimization method to other deep reinforcement learning problems with sparse rewards.
  4. 4Train AI engineering teams on advanced policy optimization techniques for complex agent development.

Original post by Haoze Wu, Chuqiao Kuang, Tianyi Zhuang, Xiaoguang Li

"arXiv:2608.12764v1 Announce Type: new Abstract: Deep search agents operate over trajectories spanning dozens of steps, yet standard reinforcement learning provides only a single outcome reward per trajectory, which is far too sparse for effective credit assignment. On-policy self…"

View on X

Originally posted by Haoze Wu, Chuqiao Kuang, Tianyi Zhuang, Xiaoguang Li on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools