paper-with-me

홈 › Papers

GenPRM: Scaling Test-Time Compute of Process Reward Models via Generative Reasoning

2025-04-01 · Jian Zhao, Runze Liu, Kaiyan Zhang, Zhimu Zhou, Junqi Gao, Dong Li, Jiafei Lyu, Zhouyi Qian, Biqing Qi, Xiu Li, BoWen Zhou

Recent advancements in Large Language Models (LLMs) have shown that it is promising to utilize Process Reward Models (PRMs) as verifiers to enhance the performance of LLMs. However, current PRMs face three key challenges: (1) limited process supervision and generalization capabilities, (2) dependence on scalar value prediction without leveraging the generative abilities of LLMs, and (3) inability to scale the test-time compute of PRMs. In this work, we introduce GenPRM, a generative process reward model that performs explicit Chain-of-Thought (CoT) reasoning with code verification before providing judgment for each reasoning step. To obtain high-quality process supervision labels and rationale data, we propose Relative Progress Estimation (RPE) and a rationale synthesis framework that incorporates code verification. Experimental results on ProcessBench and several mathematical reasoning tasks show that GenPRM significantly outperforms prior PRMs with only 23K training data from MATH dataset. Through test-time scaling, a 1.5B GenPRM outperforms GPT-4o, and a 7B GenPRM surpasses Qwen2.5-Math-PRM-72B on ProcessBench. Additionally, GenPRM demonstrates strong abilities to serve as a critic model for policy model refinement. This work establishes a new paradigm for process supervision that bridges the gap between PRMs and critic models in LLMs. Our code, model, and data will be available in https://ryanliu112.github.io/GenPRM.

📄 PDF Abstract BibTeX arXiv:2504.00891

Code (0)

등록된 구현이 없습니다.

Tasks

MathMathematical ReasoningValue prediction

Similar Papers 제목 키워드 기반

StepORLM: A Self-Evolving Framework With Generative Process Supervision For Operations Research Language Models

2025-09-26 · Chenyu Zhou, Tianyi Xu, Jianghao Lin, Dongdong Ge arxiv

Large Language Models (LLMs) have shown promising capabilities for solving Operations Research (OR) problems. While reinforcement learning serves as a powerful paradigm for LLM training on OR problems, existing works gen…

Reinforcement Learning

Scaling LLM Test-Time Compute Optimally can be More Effective than Scaling Model Parameters

2024-08-06 · Charlie Snell, Jaehoon Lee, Kelvin Xu, Aviral Kumar

Enabling LLMs to improve their outputs by using more test-time computation is a critical step towards building generally self-improving agents that can operate on open-ended natural language. In this paper, we study the …

It's Not That Simple. An Analysis of Simple Test-Time Scaling

2025-07-19 · Guojun Wu arxiv

Prior work proposed simple test-time scaling, a method for replicating this scaling behavior with models distilled from o1-like models by manually controlling test-time compute: either scaling down by enforcing a maximum…

Reinforcement Learning

s1: Simple test-time scaling

2025-01-31 · Niklas Muennighoff, Zitong Yang, Weijia Shi, Xiang Lisa Li 외

Test-time scaling is a promising new approach to language modeling that uses extra test-time compute to improve performance. Recently, OpenAI's o1 model showed this capability but did not publicly share its methodology, …

Language ModelingLanguage ModellingMathMathematical Reasoning

ELASTIC: Efficiently Learning to Adaptively Scale Test-Time Compute for Generative Control Policies

2026-06-30 · Andrew Zou Li, Gokul Swamy, Yonatan Bisk, Andrea Bajcsy arxiv

Generative control policies (GCPs), such as diffusion policies and flow-based vision-language-action models, enable test-time scaling in robot control. Test-time compute can be allocated along two axes: sequential scalin…

Reinforcement LearningRobot Manipulation