Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Better Process Supervision with Bi-directional Rewarding Signals

About

Process supervision, i.e., evaluating each step, is critical for complex large language model (LLM) reasoning and test-time searching with increased inference compute. Existing approaches, represented by process reward models (PRMs), primarily focus on rewarding signals up to the current step, exhibiting a one-directional nature and lacking a mechanism to model the distance to the final target. To address this problem, we draw inspiration from the A* algorithm, which states that an effective supervisory signal should simultaneously consider the incurred cost and the estimated cost for reaching the target. Building on this key insight, we introduce BiRM, a novel process supervision model that not only evaluates the correctness of previous steps but also models the probability of future success. We conduct extensive experiments on mathematical reasoning tasks and demonstrate that BiRM provides more precise evaluations of LLM reasoning steps, achieving an improvement of 3.1% on Gaokao2023 over PRM under the Best-of-N sampling method. Besides, in search-based strategies, BiRM provides more comprehensive guidance and outperforms ORM by 5.0% and PRM by 3.8% respectively on MATH-500.

Wenxiang Chen, Wei He, Zhiheng Xi, Honglin Guo, Boyang Hong, Jiazheng Zhang, Rui Zheng, Nijun Li, Tao Gui, Yun Li, Qi Zhang, Xuanjing Huang• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K (test)
Accuracy91.7
751
Mathematical ReasoningMATH500 (test)
Accuracy62.5
381
Mathematical ReasoningGK 2023
Accuracy50
52
Mathematical ReasoningGSM8K
Accuracy @ 128 Tokens93.1
21
Mathematical ReasoningMATH 500
Accuracy @ 12862.4
21
Mathematical ReasoningGaokao 2023
Accuracy@12847.7
21
Showing 6 of 6 rows

Other info

Code

Follow for update