ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
… In this work, we take a different perspective: we explore constructing process reward models (PRMs) to evaluate each decision and guide the agent’s decision-making process. Unlike …
Current LLM agents typically rely on outcome-based rewards—only the final success or failure of a task is used to guide learning or search. This sparse signal makes it difficult for agents to recover from early mistakes or learn effective intermediate strategies. AgentPRM addresses this critical gap by introducing process reward models that evaluate each decision step, offering dense, informative feedback. This shift from outcome to process evaluation is analogous to the transition from sparse to dense rewards in reinforcement learning, which has been key to advances in game playing and robotics.
The paper is significant because it tackles a fundamental limitation of LLM agents: their inability to self-correct during multi-step tasks. By providing step-wise promise and progress scores, AgentPRM enables agents to identify and abandon unpromising paths early, leading to more robust and efficient behavior. This is especially important for real-world applications where tasks are long-horizon and errors compound.
AgentPRM was evaluated on multiple agent benchmarks including WebShop, ALFWorld, and a custom multi-step reasoning dataset. Key results:
AgentPRM offers a practical and scalable method for improving LLM agent decision-making without requiring full trajectory supervision. By decomposing agent evaluation into promise and progress, the approach provides interpretable signals that can be used for both inference-time search and training. This work has broad implications for deploying LLM agents in safety-critical domains where intermediate failures must be detected and corrected. Future work may extend the framework to multi-agent settings or integrate it with world models for even richer step evaluation.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba