paper-with-me

홈 › Papers

Reward Hacking Mitigation using Verifiable Composite Rewards

2025-09-19 · Mirza Farhan Bin Tarek, Rahmatollah Beheshti arxiv

Reinforcement Learning from Verifiable Rewards (RLVR) has recently shown that large language models (LLMs) can develop their own reasoning without direct supervision. However, applications in the medical domain, specifically for question answering, are susceptible to significant reward hacking during the reasoning phase. Our work addresses two primary forms of this behavior: i) providing a final answer without preceding reasoning, and ii) employing non-standard reasoning formats to exploit the reward mechanism. To mitigate these, we introduce a composite reward function with specific penalties for these behaviors. Our experiments show that extending RLVR with our proposed reward model leads to better-formatted reasoning with less reward hacking and good accuracy compared to the baselines. This approach marks a step toward reducing reward hacking and enhancing the reliability of models utilizing RLVR.

📄 PDF Abstract BibTeX arXiv:2509.15557

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningQuestion Answering

Similar Papers 제목 키워드 기반

Stop Summation: Min-Form Credit Assignment Is All Process Reward Model Needs for Reasoning

2025-04-21 · Jie Cheng, Ruixi Qiao, Lijun Li, Chao Guo 외

Process reward models (PRMs) have proven effective for test-time scaling of Large Language Models (LLMs) on challenging reasoning tasks. However, reward hacking issues with PRMs limit their successful application in rein…

AllFormMathReinforcement Learning (RL)

Detecting and Suppressing Reward Hacking with Gradient Fingerprints

2026-04-17 · Songtao Wang, Quang Hieu Pham, Fangcong Yin, Xinpeng Wang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) typically optimizes for outcome rewards without imposing constraints on intermediate reasoning. This leaves training susceptible to reward hacking, where models explo…

Reinforcement LearningLogical Reasoning

Trade-R1: Bridging Verifiable Rewards to Stochastic Environments via Process-Level Reasoning Verification

2026-01-07 · Rui Sun, Yifan Sun, Sheng Xu, Li Zhao 외 arxiv

Reinforcement Learning (RL) has enabled Large Language Models (LLMs) to achieve remarkable reasoning in domains like mathematics and coding, where verifiable rewards provide clear signals. However, extending this paradig…

Reinforcement Learning

Writing-Zero: Bridge the Gap Between Non-verifiable Tasks and Verifiable Rewards

2025-05-30 · Ruipeng Jia, Yunyi Yang, Yongbo Gai, Kai Luo 외

Reinforcement learning with verifiable rewards (RLVR) has enabled large language models (LLMs) to achieve remarkable breakthroughs in reasoning tasks with objective ground-truth answers, such as mathematics and code gene…

Code Generation

IR$^3$: Contrastive Inverse Reinforcement Learning for Interpretable Detection and Mitigation of Reward Hacking

2026-02-23 · Mohammad Beigi, Ming Jin, Junshan Zhang, Jiaxin Zhang 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) enables powerful LLM alignment but can introduce reward hacking - models exploit spurious correlations in proxy rewards without genuine alignment. Compounding this, the o…

Reinforcement Learning