paper-with-me

Papers

Process Reward Models That Think

2025-04-23 · Muhammad Khalifa, Rishabh Agarwal, Lajanugen Logeswaran, Jaekyeom Kim, Hao Peng, Moontae Lee, Honglak Lee, Lu Wang

Step-by-step verifiers -- also known as process reward models (PRMs) -- are a key ingredient for test-time scaling. PRMs require step-level supervision, making them expensive to train. This work aims to build data-efficient PRMs as verbalized step-wise reward models that verify every step in the solution by generating a verification chain-of-thought (CoT). We propose ThinkPRM, a long CoT verifier fine-tuned on orders of magnitude fewer process labels than those required by discriminative PRMs. Our approach capitalizes on the inherent reasoning abilities of long CoT models, and outperforms LLM-as-a-Judge and discriminative verifiers -- using only 1% of the process labels in PRM800K -- across several challenging benchmarks. Specifically, ThinkPRM beats the baselines on ProcessBench, MATH-500, and AIME '24 under best-of-N selection and reward-guided search. In an out-of-domain evaluation on a subset of GPQA-Diamond and LiveCodeBench, our PRM surpasses discriminative verifiers trained on the full PRM800K by 8% and 4.5%, respectively. Lastly, under the same token budget, ThinkPRM scales up verification compute more effectively compared to LLM-as-a-Judge, outperforming it by 7.2% on a subset of ProcessBench. Our work highlights the value of generative, long CoT PRMs that can scale test-time compute for verification while requiring minimal supervision for training. Our code, data, and models will be released at https://github.com/mukhal/thinkprm.

📄 PDF Abstract BibTeX arXiv:2504.16828

Code (1)

mukhal/thinkprm 공식 구현

Tasks

Math

Similar Papers 제목 키워드 기반

SophiaVL-R1: Reinforcing MLLMs Reasoning with Thinking Reward

2025-05-22 · Kaixuan Fan, Kaituo Feng, Haoming Lyu, Dongzhan Zhou 외

Recent advances have shown success in eliciting strong reasoning abilities in multimodal large language models (MLLMs) through rule-based reinforcement learning (RL) with outcome rewards. However, this paradigm typically…

Reinforcement Learning (RL)

Fast-Slow Thinking RM: Efficient Integration of Scalar and Generative Reward Models

2026-03-02 · Jiayun Wu, Peixu Hou, Shan Qu, Peng Zhang 외 arxiv

Reward models (RMs) are critical for aligning Large Language Models via Reinforcement Learning from Human Feedback (RLHF). While Generative Reward Models (GRMs) achieve superior accuracy through chain-of-thought (CoT) re…

Reinforcement Learning

ProcessThinker: Enhancing Multi-modal Large Language Models Reasoning via Rollout-based Process Reward

2026-04-23 · Jingpei Wu, Xiao Han, Weixiang Shen, Boer Zhang 외 arxiv

Visual question answering increasingly requires multi-step reasoning. Recent post-training with reinforcement learning under verifiable rewards (RLVR) and Group Relative Policy Optimization (GRPO) can improve multimodal …

Visual Question AnsweringReinforcement LearningMultimodal ReasoningLogical Reasoning

Rewarding How Models Think Pedagogically: Integrating Pedagogical Reasoning and Thinking Rewards for LLMs in Education

2026-01-21 · Unggi Lee, Jiyeong Bae, Jaehyeon Park, Haeun Park 외 arxiv

Large language models (LLMs) are increasingly deployed as intelligent tutoring systems, yet research on optimizing LLMs specifically for educational contexts remains limited. Recent works have proposed reinforcement lear…

Reinforcement Learning

Latent Thinking Optimization: Your Latent Reasoning Language Model Secretly Encodes Reward Signals in Its Latent Thoughts

2025-09-30 · Hanwen Du, Yuxin Dong, Xia Ning arxiv

Large Language Models (LLMs) excel at problem solving by generating chain of thoughts in natural language, but such verbal thinking is computationally costly and prone to overthinking. A recent work instead proposes a la…