Papers › Process Reinforcement through Implicit Rewards

Process Reinforcement through Implicit Rewards

3 Feb 2025arXiv:2502.01456archive 2025-07-28

Ganqu Cui, Lifan Yuan, Zefan Wang, Hanbin Wang, Wendi Li, Bingxiang He, Yuchen Fan, Tianyu Yu, Qixin Xu, Weize Chen, Jiarui Yuan, Huayu Chen, Kaiyan Zhang, Xingtai Lv, Shuo Wang, Yuan YAO, Xu Han, Hao Peng, Yu Cheng, Zhiyuan Liu, Maosong Sun, BoWen Zhou, Ning Ding

Dense process rewards have proven a more effective alternative to the sparse outcome-level rewards in the inference-time scaling of large language models (LLMs), particularly in tasks requiring complex multi-step reasoning. While dense rewards also offer an appealing choice for the reinforcement learning (RL) of LLMs since their fine-grained rewards have the potential to address some inherent issues of outcome rewards, such as training efficiency and credit assignment, this potential remains largely unrealized. This can be primarily attributed to the challenges of training process reward models (PRMs) online, where collecting high-quality process labels is prohibitively expensive, making them particularly vulnerable to reward hacking. To address these challenges, we propose PRIME (Process Reinforcement through IMplicit rEwards), which enables online PRM updates using only policy rollouts and outcome labels through implict process rewards. PRIME combines well with various advantage functions and forgoes the dedicated reward model training phrase that existing approaches require, substantially reducing the development overhead. We demonstrate PRIME's effectiveness on competitional math and coding. Starting from Qwen2.5-Math-7B-Base, PRIME achieves a 15.1% average improvement across several key reasoning benchmarks over the SFT model. Notably, our resulting model, Eurus-2-7B-PRIME, surpasses Qwen2.5-Math-7B-Instruct on seven reasoning benchmarks with 10% of its training data.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2502.01456")

Code

Syntology Ran 2 of 17 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

prime-rl/prime officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
OpenLLMAI/OpenLLaMA2 mentioned on GitHubpytorchApache-2.0 report
OpenLLMAI/OpenRLHF mentioned on GitHubpytorchApache-2.0 report
cjreinforce/pure mentioned on GitHubpytorch report
openrlhf/openrlhf mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 2 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran
15unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from prime-rl/prime. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

estimate_pass_at_k prime-rl/prime/eval/utils/evaluation.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · e080db2eaa81fdb3 · report
normalize_answer prime-rl/prime/data_preprocessing/math_util/math_normalize.py official repository ran fingerprinted Apache-2.0 (permissive) · 101b1e54fcdadf90 · report
create_filter_prompt prime-rl/prime/data_preprocessing/stage2_format_choice.py official repository unverified Apache-2.0 (permissive) · 4af93356397e2583 · report
create_question_prompt prime-rl/prime/data_preprocessing/stage2_format_choice.py official repository unverified Apache-2.0 (permissive) · c7721490607b846e · report
create_solution_prompt prime-rl/prime/data_preprocessing/stage2_format_choice.py official repository unverified Apache-2.0 (permissive) · 120a553951e00af6 · report
handle_base prime-rl/prime/data_preprocessing/math_util/grader.py official repository unverified Apache-2.0 (permissive) · bb175bff1060d928 · report
is_digit prime-rl/prime/data_preprocessing/math_util/grader.py official repository unverified Apache-2.0 (permissive) · 2a180d3156997924 · report
normalize prime-rl/prime/data_preprocessing/math_util/grader.py official repository unverified Apache-2.0 (permissive) · 960059cee2753e3f · report
parallel_evaluate_continual_async prime-rl/prime/training/verl/utils/reward_score/prime.py official repository unverified Apache-2.0 (permissive) · 2f2aa5fc73311d4e · report
process_completion prime-rl/prime/training/verl/utils/reward_score/prime.py official repository unverified Apache-2.0 (permissive) · aacfe469bd668c58 · report
process_fn prime-rl/prime/data_preprocessing/stage1_filter.py official repository unverified Apache-2.0 (permissive) · 86bc2b52fc4de062 · report
process_fn prime-rl/prime/data_preprocessing/stage3_merge.py official repository unverified Apache-2.0 (permissive) · 4dc6b4c66100580d · report
process_humaneval_test prime-rl/prime/eval/utils/evaluation_leetcode.py official repository unverified Apache-2.0 (permissive) · af48c07b88855b2d · report
process_row_with_timeout prime-rl/prime/training/verl/utils/reward_score/prime.py official repository unverified Apache-2.0 (permissive) · 38c21e0e3a1e76d2 · report
read_problems prime-rl/prime/eval/utils/data.py official repository unverified Apache-2.0 (permissive) · 562c0ef13357b53b · report
tell_choice prime-rl/prime/data_preprocessing/stage1_filter.py official repository unverified Apache-2.0 (permissive) · 860555756a95114b · report
tell_choice prime-rl/prime/data_preprocessing/stage3_merge.py official repository unverified Apache-2.0 (permissive) · 652e9a2cd5d2bd69 · report

Tasks

MathReinforcement Learning (RL)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SFT

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections