paper-with-me

Papers

Process Reinforcement through Implicit Rewards

2025-02-03 · 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.

📄 PDF Abstract BibTeX arXiv:2502.01456

Code (5)

prime-rl/prime 공식 구현 pytorch
OpenLLMAI/OpenLLaMA2 pytorch
OpenLLMAI/OpenRLHF pytorch
cjreinforce/pure pytorch
openrlhf/openrlhf pytorch

Tasks

MathReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Text Simplification with Reinforcement Learning Using Supervised Rewards on Grammaticality, Meaning Preservation, and Simplicity

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Akifumi Nakamachi, Tomoyuki Kajiwara, Yuki Arase

We optimize rewards of reinforcement learning in text simplification using metrics that are highly correlated with human-perspectives. To address problems of exposure bias and loss-evaluation mismatch, text-to-text gener…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Text Generation+1

Agentic Reinforcement Learning with Implicit Step Rewards

2025-09-23 · Xiaoqian Liu, Ke Wang, Yuchuan Wu, Fei Huang 외 arxiv

Large language models (LLMs) are increasingly developed as autonomous agents using reinforcement learning (agentic RL) that reason and act in interactive environments. However, sparse and sometimes unverifiable rewards m…

Reinforcement Learning

Reinforcement Learning from Implicit Neural Feedback for Human-Aligned Robot Control

2025-11-18 · Suzie Kim arxiv

Conventional reinforcement learning (RL) approaches often struggle to learn effective policies under sparse reward conditions, necessitating the manual design of complex, task-specific reward functions. To address this l…

Reinforcement Learning

Aligning Humans and Robots via Reinforcement Learning from Implicit Human Feedback

2025-07-17 · Suzie Kim, Hye-Bin Shin, Seong-Whan Lee

Conventional reinforcement learning (RL) ap proaches often struggle to learn effective policies under sparse reward conditions, necessitating the manual design of complex, task-specific reward functions. To address this …

EEGMuJoCoreinforcement-learningReinforcement Learning+1

RLNVR: Reinforcement Learning from Non-Verified Real-World Rewards

2025-08-16 · Rohit Krishnan, Jon Evans arxiv

This paper introduces RLNVR (Reinforcement Learning from Non-Verified Rewards), a framework for training language models using noisy, real-world feedback signals without requiring explicit human verification. Traditional…

Reinforcement LearningSemantic Similarity