paper-with-me

Papers

Defining and Characterizing Reward Hacking

2022-09-27 · Joar Skalse, Nikolaus H. R. Howe, Dmitrii Krasheninnikov, David Krueger

We provide the first formal definition of reward hacking, a phenomenon where optimizing an imperfect proxy reward function, $\mathcal{\tilde{R}}$, leads to poor performance according to the true reward function, $\mathcal{R}$. We say that a proxy is unhackable if increasing the expected proxy return can never decrease the expected true return. Intuitively, it might be possible to create an unhackable proxy by leaving some terms out of the reward function (making it "narrower") or overlooking fine-grained distinctions between roughly equivalent outcomes, but we show this is usually not the case. A key insight is that the linearity of reward (in state-action visit counts) makes unhackability a very strong condition. In particular, for the set of all stochastic policies, two reward functions can only be unhackable if one of them is constant. We thus turn our attention to deterministic policies and finite sets of stochastic policies, where non-trivial unhackable pairs always exist, and establish necessary and sufficient conditions for the existence of simplifications, an important special case of unhackability. Our results reveal a tension between using reward functions to specify narrow tasks and aligning AI systems with human values.

📄 PDF Abstract BibTeX arXiv:2209.13085

Code (1)

nikihowe/reward-hacking-paper 공식 구현

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

Unhackable Temporal Rewarding for Scalable Video MLLMs

2025-02-17 · En Yu, Kangheng Lin, Liang Zhao, Yana Wei 외

In the pursuit of superior video-processing MLLMs, we have encountered a perplexing paradox: the "anti-scaling law", where more data and larger models lead to worse performance. This study unmasks the culprit: "temporal …

Bias Fitting to Mitigate Length Bias of Reward Model in RLHF

2025-05-19 · Kangwen Zhao, JianFeng Cai, Jinhua Zhu, Ruopei Sun 외

Reinforcement Learning from Human Feedback relies on reward models to align large language models with human preferences. However, RLHF often suffers from reward hacking, wherein policy learning exploits flaws in the tra…

Relation

The Perfect Blend: Redefining RLHF with Mixture of Judges

2024-09-30 · Tengyu Xu, Eryk Helenowski, Karthik Abinav Sankararaman, Di Jin 외

Reinforcement learning from human feedback (RLHF) has become the leading approach for fine-tuning large language models (LLM). However, RLHF has limitations in multi-task learning (MTL) due to challenges of reward hackin…

Instruction FollowingMathMulti-Task Learning

Pedagogical Safety in Educational Reinforcement Learning: Formalizing and Detecting Reward Hacking in AI Tutoring Systems

2026-04-05 · Oluseyi Olukola, Nick Rahimi arxiv

Reinforcement learning (RL) is increasingly used to personalize instruction in intelligent tutoring systems, yet the field lacks a formal framework for defining and evaluating pedagogical safety. We introduce a four-laye…

Reinforcement Learning