KV-PRM, a novel process reward model, was introduced by Peng Kuang and colleagues on July 10, 2026. This model significantly enhances multi-agent test-time scaling (TTS) methods, improving the efficiency of large language model (LLM) systems. The research highlights the limitations of existing text-based reward models, which struggle with computational costs during long multi-agent rollouts.
Revolutionizing Reward Modeling with KV-PRM
Current process reward models are text-based and require re-encoding entire trajectory texts, leading to a scoring cost that grows quadratically with sequence length (O(L²)). This poses a significant bottleneck in long-context scenarios. The introduction of KV-PRM addresses this inefficiency by utilizing KV cache data generated during the LLM's output phase.
KV-PRM operates by processing a single "verify token" against the KV cache, reducing the scoring complexity to O(L). This innovative approach not only streamlines the process but also proves that the KV cache retains more information than traditional text encoding.
Performance Benchmarks of KV-PRM
In empirical tests across several benchmarks, including MATH, GSM8K, and AIME, KV-PRM demonstrated superior performance compared to traditional text-based process reward models. The results indicate a remarkable reduction in scoring floating point operations (FLOPs) by up to 5,000 times and a 37x decrease in latency.




