paper-with-me

Papers

Mitigating Reward Hacking in RLHF via Bayesian Non-negative Reward Modeling

2026-02-11 · Zhibin Duan, Guowei Rong, Zhuo Li, Bo Chen, Mingyuan Zhou, Dandan Guo arxiv

Reward models learned from human preferences are central to aligning large language models (LLMs) via reinforcement learning from human feedback, yet they are often vulnerable to reward hacking due to noisy annotations and systematic biases such as response length or style. We propose Bayesian Non-Negative Reward Model (BNRM), a principled reward modeling framework that integrates non-negative factor analysis into Bradley-Terry (BT) preference model. BNRM represents rewards through a sparse, non-negative latent factor generative process that operates at two complementary levels: instance-specific latent variables induce disentangled reward representations, while sparsity over global latent factors acts as an implicit debiasing mechanism that suppresses spurious correlations. Together, this disentanglement-then-debiasing structure enables robust uncertainty-aware reward learning. To scale BNRM to modern LLMs, we develop an amortized variational inference network conditioned on deep model representations, allowing efficient end-to-end training. Extensive empirical results demonstrate that BNRM substantially mitigates reward over-optimization, improves robustness under distribution shifts, and yields more interpretable reward decompositions than strong baselines.

📄 PDF Abstract BibTeX arXiv:2602.10623

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

The Energy Loss Phenomenon in RLHF: A New Perspective on Mitigating Reward Hacking

2025-01-31 · Yuchun Miao, Sen Zhang, Liang Ding, Yuqi Zhang 외

This work identifies the Energy Loss Phenomenon in Reinforcement Learning from Human Feedback (RLHF) and its connection to reward hacking. Specifically, energy loss in the final layer of a Large Language Model (LLM) grad…

Large Language Model

Mitigating Reward Hacking in RLHF via Advantage Sign Robustness

2026-04-03 · Shinnosuke Ono, Johannes Ackermann, Soichiro Nishimori, Takashi Ishida 외 arxiv

Reward models (RMs) used in reinforcement learning from human feedback (RLHF) are vulnerable to reward hacking: as the policy maximizes a learned proxy reward, true quality plateaus or degrades. We make the assumption th…

Reinforcement Learning

The Horcrux: Mechanistically Interpretable Task Decomposition for Detecting and Mitigating Reward Hacking in Embodied AI Systems

2025-11-22 · Subramanyam Sahoo, Jared Junkin arxiv

Embodied AI agents exploit reward signal flaws through reward hacking, achieving high proxy scores while failing true objectives. We introduce Mechanistically Interpretable Task Decomposition (MITD), a hierarchical trans…

Mitigating Preference Hacking in Policy Optimization with Pessimism

2025-03-10 · Dhawal Gupta, Adam Fisch, Christoph Dann, Alekh Agarwal

This work tackles the problem of overoptimization in reinforcement learning from human feedback (RLHF), a prevalent technique for aligning models with human preferences. RLHF relies on reward or preference models trained…

Document Summarization

ODIN: Disentangled Reward Mitigates Hacking in RLHF

2024-02-11 · Lichang Chen, Chen Zhu, Davit Soselia, Jiuhai Chen 외

In this work, we study the issue of reward hacking on the response length, a challenge emerging in Reinforcement Learning from Human Feedback (RLHF) on LLMs. A well-formatted, verbose but less helpful response from the L…