Verified Critical Step Optimization for LLM Agents
Mukai Li, Qingcheng Zeng, Tianqing Fang, Zhenwen Liang, Linfeng Song, Qi Liu, Haitao Mi, Dong Yu
TL;DR
This paper introduces Verified Critical Step Optimization (CSO), a post-training method for LLM agents that targets verified critical decisions where alternative actions flip task outcomes, rather than applying uniform trajectory- or step-level supervision. CSO uses a Process Reward Model (PRM) to identify candidate critical steps, computes high-quality expert alternatives, and verifies successful branches by continuing execution with the policy to ensure feasibility. Preference data are constructed only from verified, outcome-correct branches and trained via Direct Preference Optimization, with iterative online refinements to progressively improve the policy. Experiments on GAIA-Text-103 and XBench-DeepSearch show that CSO achieves substantial gains over SFT (45+% relative) and matches or exceeds proprietary baselines while requiring supervision on only a fraction of trajectory steps, demonstrating effective, efficient credit assignment and practical post-training impact.
Abstract
As large language model agents tackle increasingly complex long-horizon tasks, effective post-training becomes critical. Prior work faces fundamental challenges: outcome-only rewards fail to precisely attribute credit to intermediate steps, estimated step-level rewards introduce systematic noise, and Monte Carlo sampling approaches for step reward estimation incur prohibitive computational cost. Inspired by findings that only a small fraction of high-entropy tokens drive effective RL for reasoning, we propose Critical Step Optimization (CSO), which focuses preference learning on verified critical steps, decision points where alternate actions demonstrably flip task outcomes from failure to success. Crucially, our method starts from failed policy trajectories rather than expert demonstrations, directly targeting the policy model's weaknesses. We use a process reward model (PRM) to identify candidate critical steps, leverage expert models to propose high-quality alternatives, then continue execution from these alternatives using the policy model itself until task completion. Only alternatives that the policy successfully executes to correct outcomes are verified and used as DPO training data, ensuring both quality and policy reachability. This yields fine-grained, verifiable supervision at critical decisions while avoiding trajectory-level coarseness and step-level noise. Experiments on GAIA-Text-103 and XBench-DeepSearch show that CSO achieves 37% and 26% relative improvement over the SFT baseline and substantially outperforms other post-training methods, while requiring supervision at only 16% of trajectory steps. This demonstrates the effectiveness of selective verification-based learning for agent post-training.
