Maintained by the Fudan NLP Group.
Contact: xhwang24@m.fudan.edu.cn
- 2026-04 Our survey "Reward Hacking in the Era of Large Models: Mechanisms, Emergent Misalignment, Challenges" is available on arXiv.
- 2026-04 This repository is released as a living companion — PRs are welcome! See CONTRIBUTING.md.
Reinforcement Learning from Human Feedback (RLHF), RLAIF, and Reinforcement Learning from Verifiable Rewards (RLVR) have become central to aligning large language and multimodal models with human values. Yet all of them share a structural vulnerability — reward hacking — where models exploit imperfections in learned reward signals to maximize a proxy objective while bypassing true task intent.
This repository accompanies our survey, which proposes the Proxy Compression Hypothesis (PCH) as a unifying theoretical frame and organizes the field along an escalating hierarchy of exploitation mechanisms:
Feature-level → Representation-level → Evaluator-level → Environment-level.
We further synthesize detection, diagnosis, and mitigation strategies across the model lifecycle, and survey reward hacking in LLMs, MLLMs, visual generative models, and agentic systems.
Figure 1 · A structured overview of reward hacking in large models (reproduced from our survey; source PDF: assets/main.pdf).
If you find this survey or list useful, please cite:
@article{wang2026rewardhacking,
title = {Reward Hacking in the Era of Large Models:
Mechanisms, Emergent Misalignment, Challenges},
author = {Wang, Xiaohua and Tian, Muzhao and Zeng, Yuqi and Huang, Zisu and
Yuan, Jiakang and Chen, Bowen and Xu, Jingwen and Zhou, Mingbo and
Liu, Wenhao and Wu, Muling and Guo, Zhengkang and Qian, Qi and
Wang, Yifei and Zhang, Feiran and Yin, Ruicheng and Dou, Shihan and
Lv, Changze and Chen, Tao and Song, Kaitao and Tan, Xu and
Gui, Tao and Zheng, Xiaoqing and Huang, Xuanjing},
journal = {arXiv preprint arXiv:2604.13602},
year = {2026},
url = {https://arxiv.org/abs/2604.13602}
}- 1 · Foundations of Proxy-Based Alignment
- 2 · Manifestations in Large Language Models
- 3 · From Local Shortcut Learning to Emergent Misalignment
- 4 · Detection and Diagnosis — A Lifecycle Approach
- 5 · Mitigation Through Structural Intervention
- 6 · Reward Hacking in Multimodal, Generative & Agentic Models
- 7 · Open Challenges and Future Directions
- 🤝 Contributing
- ⭐ Star History
Goodhart's Law, proxy evaluators (RLHF / RLAIF / RLVR), the Proxy Compression Hypothesis, and the escalating hierarchy of feature- / representation- / evaluator- / environment-level exploitation.
📑 26 papers
- Benchmarking Reward Hack Detection in Code Environments via Contrastive Analysis
Deshpande et al. ·
📝 Recent advances in reinforcement learning for code generation have made robust environments essential to prevent reward hacking. - Countdown-Code: A Testbed for Studying The Emergence and Generalization of Reward Hacking in RLVR
Khalifa et al. ·
📝 Reward hacking is a form of misalignment in which models overoptimize proxy rewards without genuinely solving the underlying task. - DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning
DeepSeek-AI & others ·
📝 General reasoning represents a long-standing and formidable challenge in artificial intelligence. - Inference-time reward hacking in large language models
Khalaf et al. ·
📝 A common paradigm to improve the performance of large language models is optimizing for a reward model. - Investigating the Vulnerability of LLM-as-a-Judge Architectures to Prompt-Injection Attacks
Maloyan et al. ·
📝 Large Language Models (LLMs) are increasingly employed as evaluators (LLM-as-a-Judge) for assessing the quality of machine-generated text. - Llms cannot reliably judge (yet?): A comprehensive assessment on the robustness of llm-as-a-judge
Li et al. ·
📝 Large Language Models (LLMs) have demonstrated exceptional capabilities across diverse tasks, driving the development and widespread adoption of LLM-as-a-Judge systems for automated evaluation, including red teaming and… - Reinforcement learning with verifiable rewards implicitly incentivizes correct reasoning in base llms
Wen et al. ·
📝 Recent advancements in long chain-of-thought (CoT) reasoning, particularly through the Group Relative Policy Optimization algorithm used by DeepSeek-R1, have led to significant interest in the potential of Reinforcement… - School of Reward Hacks: Hacking harmless tasks generalizes to misaligned behavior in LLMs
Taylor et al. ·
📝 Reward hacking--where agents exploit flaws in imperfect reward functions rather than performing tasks as intended--poses risks for AI alignment. - Visionary-r1: Mitigating shortcuts in visual reasoning with reinforcement learning
Xia et al. ·
📝 Learning general-purpose reasoning capabilities has long been a challenging problem in AI. - Feedback loops with language models drive in-context reward hacking
Pan et al. ·
📝 Language models influence the external world: they query APIs that read and write to web pages, generate content that shapes human behavior, and run system commands as autonomous agents. - Inform: Mitigating reward hacking in rlhf via information-theoretic reward modeling
Miao et al. ·
📝 Despite the success of reinforcement learning from human feedback (RLHF) in aligning language models with human values, reward hacking, also termed reward overoptimization, remains a critical challenge. - Rlhf workflow: From reward modeling to online rlhf
Dong et al. ·
📝 We present the workflow of Online Iterative Reinforcement Learning from Human Feedback (RLHF) in this technical report, which is widely reported to outperform its offline counterpart by a large margin in the recent… - Scaling laws for reward model overoptimization in direct alignment algorithms
Rafailov et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) has been crucial to the recent success of Large Language Models (LLMs), however, it is often a complex and brittle process. - Direct preference optimization: Your language model is secretly a reward model
Rafailov et al. ·
📝 While large-scale unsupervised language models (LMs) learn broad world knowledge and some reasoning skills, achieving precise control of their behavior is difficult due to the completely unsupervised nature of their… - Goodhart's law in reinforcement learning
Karwowski et al. ·
📝 Implementing a reward function that perfectly captures a complex task in the real world is impractical. - Language models don't always say what they think: Unfaithful explanations in chain-of-thought prompting
Turpin et al. ·
📝 Large Language Models (LLMs) can achieve strong performance on many tasks by producing step-by-step reasoning before giving a final output, often referred to as chain-of-thought reasoning (CoT). - Measuring faithfulness in chain-of-thought reasoning
Lanham et al. ·
📝 Large language models (LLMs) perform better when they produce step-by-step, "Chain-of-Thought" (CoT) reasoning before answering a question, but it is unclear if the stated reasoning is a faithful explanation of the… - Rlaif vs. rlhf: Scaling reinforcement learning from human feedback with ai feedback
Lee et al. ·
📝 Reinforcement learning from human feedback (RLHF) has proven effective in aligning large language models (LLMs) with human preferences, but gathering high-quality preference labels is expensive. - Scaling laws for reward model overoptimization
Gao et al. ·
📝 In reinforcement learning from human feedback, it is common to optimize against a reward model trained to predict human preferences. - Constitutional AI: Harmlessness from AI Feedback
Bai et al. ·
📝 As AI systems become more capable, we would like to enlist their help to supervise other AIs. - Defining and Characterizing Reward Gaming
Skalse et al. · - Measuring Progress on Scalable Oversight for Large Language Models
Bowman et al. ·
📝 Developing safe and useful general-purpose AI systems will require us to make progress on scalable oversight: the problem of supervising systems that potentially outperform us on most skills relevant to the task at hand. - Training language models to follow instructions with human feedback
Ouyang et al. ·
📝 Making language models bigger does not inherently make them better at following a user's intent. - Reward tampering problems and solutions in reinforcement learning: A causal influence diagram perspective
Everitt et al. ·
📝 Can humans get arbitrarily capable reinforcement learning (RL) agents to do their bidding? - Deep Reinforcement Learning from Human Preferences
Christiano et al. · - Concrete problems in AI safety
Amodei et al. ·
📝 Rapid progress in machine learning and artificial intelligence (AI) has brought increasing attention to the potential impacts of AI technologies on society.
Length / markdown / formatting biases and other surface-level shortcuts.
📑 20 papers
- Beacon: Single-Turn Diagnosis and Mitigation of Latent Sycophancy in Large Language Models
Pandey et al. ·
📝 Large language models internalize a structural trade-off between truthfulness and obsequious flattery, emerging from reward optimization that conflates helpfulness with polite submission. - CoLD: Counterfactually-Guided Length Debiasing for Process Reward Models
Zheng et al. ·
📝 Process Reward Models (PRMs) play a central role in evaluating and guiding multi-step reasoning in large language models (LLMs), especially for mathematical problem solving. - DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning
DeepSeek-AI & others ·
📝 General reasoning represents a long-standing and formidable challenge in artificial intelligence. - Measuring Chain of Thought Faithfulness by Unlearning Reasoning Steps
Tutek et al. ·
📝 When prompted to think step-by-step, language models (LMs) produce a chain of thought (CoT), a sequence of reasoning steps that the model supposedly used to produce its prediction. - Natural Emergent Misalignment from Reward Hacking in Production RL
MacDiarmid et al. ·
📝 We show that when large language models learn to reward hack on production RL environments, this can result in egregious emergent misalignment. - Reasoning Models Don't Always Say What They Think
Chen et al. ·
📝 Chain-of-thought (CoT) offers a potential boon for AI safety as it allows monitoring a model's CoT to try to understand its intentions and reasoning processes. - Reward Model Overoptimisation in Iterated RLHF
Wolf et al. ·
📝 Reinforcement learning from human feedback (RLHF) is a widely used method for aligning large language models with human preferences. - School of Reward Hacks: Hacking harmless tasks generalizes to misaligned behavior in LLMs
Taylor et al. ·
📝 Reward hacking--where agents exploit flaws in imperfect reward functions rather than performing tasks as intended--poses risks for AI alignment. - SycEval: Evaluating LLM Sycophancy
Fanous et al. ·
📝 Large language models (LLMs) are increasingly applied in educational, clinical, and professional settings, but their tendency for sycophancy -- prioritizing user agreement over independent reasoning -- poses risks to… - Frontier Models are Capable of In-context Scheming
Meinke et al. ·
📝 Frontier models are increasingly trained and deployed as autonomous agent. - Inform: Mitigating reward hacking in rlhf via information-theoretic reward modeling
Miao et al. ·
📝 Despite the success of reinforcement learning from human feedback (RLHF) in aligning language models with human values, reward hacking, also termed reward overoptimization, remains a critical challenge. - Scaling laws for reward model overoptimization in direct alignment algorithms
Rafailov et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) has been crucial to the recent success of Large Language Models (LLMs), however, it is often a complex and brittle process. - Sleeper Agents: Training Deceptive LLMs that Persist Through Safety Training
Hubinger et al. ·
📝 Humans are capable of strategically deceptive behavior: behaving helpfully in most situations, but then behaving very differently in order to pursue alternative objectives when given the opportunity. - A long way to go: Investigating length correlations in rlhf
Singhal et al. ·
📝 Great success has been reported using Reinforcement Learning from Human Feedback (RLHF) to align large language models, with open preference datasets enabling wider experimentation, particularly for "helpfulness" in… - Language models don't always say what they think: Unfaithful explanations in chain-of-thought prompting
Turpin et al. ·
📝 Large Language Models (LLMs) can achieve strong performance on many tasks by producing step-by-step reasoning before giving a final output, often referred to as chain-of-thought reasoning (CoT). - Measuring faithfulness in chain-of-thought reasoning
Lanham et al. ·
📝 Large language models (LLMs) perform better when they produce step-by-step, "Chain-of-Thought" (CoT) reasoning before answering a question, but it is unclear if the stated reasoning is a faithful explanation of the… - Scaling laws for reward model overoptimization
Gao et al. ·
📝 In reinforcement learning from human feedback, it is common to optimize against a reward model trained to predict human preferences. - Defining and Characterizing Reward Gaming
Skalse et al. · - Goal misgeneralization in deep reinforcement learning
Di Langosco et al. ·
📝 We study goal misgeneralization, a type of out-of-distribution generalization failure in reinforcement learning (RL). - Measuring Progress on Scalable Oversight for Large Language Models
Bowman et al. ·
📝 Developing safe and useful general-purpose AI systems will require us to make progress on scalable oversight: the problem of supervising systems that potentially outperform us on most skills relevant to the task at hand.
Agreement bias, evaluator-pleasing, and social-desirability hacks.
📑 4 papers
- Beacon: Single-Turn Diagnosis and Mitigation of Latent Sycophancy in Large Language Models
Pandey et al. ·
📝 Large language models internalize a structural trade-off between truthfulness and obsequious flattery, emerging from reward optimization that conflates helpfulness with polite submission. - SycEval: Evaluating LLM Sycophancy
Fanous et al. ·
📝 Large language models (LLMs) are increasingly applied in educational, clinical, and professional settings, but their tendency for sycophancy -- prioritizing user agreement over independent reasoning -- poses risks to… - Simple synthetic data reduces sycophancy in large language models
Wei et al. ·
📝 Sycophancy is an undesirable behavior where models tailor their responses to follow a human user's view even when that view is not objectively correct (e.g., adapting liberal views once a user reveals that they are… - Measuring Progress on Scalable Oversight for Large Language Models
Bowman et al. ·
📝 Developing safe and useful general-purpose AI systems will require us to make progress on scalable oversight: the problem of supervising systems that potentially outperform us on most skills relevant to the task at hand.
Unfaithful chain-of-thought, hallucinated justification, and decoupled reasoning traces.
📑 6 papers
- Reward Under Attack: Analyzing the Robustness and Hackability of Process Reward Models
Tiwari & others ·
📝 Process Reward Models (PRMs) are rapidly becoming the backbone of LLM reasoning pipelines, yet we demonstrate that state-of-the-art PRMs are systematically exploitable under adversarial optimization pressure. - Measuring Chain of Thought Faithfulness by Unlearning Reasoning Steps
Tutek et al. ·
📝 When prompted to think step-by-step, language models (LMs) produce a chain of thought (CoT), a sequence of reasoning steps that the model supposedly used to produce its prediction. - Reasoning Models Don't Always Say What They Think
Chen et al. ·
📝 Chain-of-thought (CoT) offers a potential boon for AI safety as it allows monitoring a model's CoT to try to understand its intentions and reasoning processes. - Spurious Rewards: Rethinking Training Signals in RLVR
Authors ·
📝 We show that reinforcement learning with verifiable rewards (RLVR) can elicit strong mathematical reasoning in certain language models even with spurious rewards that have little, no, or even negative correlation with… - Language models don't always say what they think: Unfaithful explanations in chain-of-thought prompting
Turpin et al. ·
📝 Large Language Models (LLMs) can achieve strong performance on many tasks by producing step-by-step reasoning before giving a final output, often referred to as chain-of-thought reasoning (CoT). - Measuring faithfulness in chain-of-thought reasoning
Lanham et al. ·
📝 Large language models (LLMs) perform better when they produce step-by-step, "Chain-of-Thought" (CoT) reasoning before answering a question, but it is unclear if the stated reasoning is a faithful explanation of the…
Proxy–gold divergence, scaling laws for reward hacking, and overoptimization under KL budgets.
📑 6 papers
- Inference-time reward hacking in large language models
Khalaf et al. ·
📝 A common paradigm to improve the performance of large language models is optimizing for a reward model. - Reward Model Overoptimisation in Iterated RLHF
Wolf et al. ·
📝 Reinforcement learning from human feedback (RLHF) is a widely used method for aligning large language models with human preferences. - Scaling Laws for Generative Reward Models
Authors · - Spurious Rewards: Rethinking Training Signals in RLVR
Authors ·
📝 We show that reinforcement learning with verifiable rewards (RLVR) can elicit strong mathematical reasoning in certain language models even with spurious rewards that have little, no, or even negative correlation with… - Scaling laws for reward model overoptimization in direct alignment algorithms
Rafailov et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) has been crucial to the recent success of Large Language Models (LLMs), however, it is often a complex and brittle process. - Scaling laws for reward model overoptimization
Gao et al. ·
📝 In reinforcement learning from human feedback, it is common to optimize against a reward model trained to predict human preferences.
Cross-task and out-of-distribution generalization of shortcut meta-strategies.
📑 11 papers
- Natural Emergent Misalignment from Reward Hacking in Production RL
MacDiarmid et al. ·
📝 We show that when large language models learn to reward hack on production RL environments, this can result in egregious emergent misalignment. - Reward Model Overoptimisation in Iterated RLHF
Wolf et al. ·
📝 Reinforcement learning from human feedback (RLHF) is a widely used method for aligning large language models with human preferences. - School of Reward Hacks: Hacking harmless tasks generalizes to misaligned behavior in LLMs
Taylor et al. ·
📝 Reward hacking--where agents exploit flaws in imperfect reward functions rather than performing tasks as intended--poses risks for AI alignment. - Improving Reinforcement Learning from Human Feedback with Efficient Reward Model Ensemble
Zhang et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) is a widely adopted approach for aligning large language models with human values. - ODIN: Disentangled Reward Mitigates Hacking in RLHF
Chen et al. ·
📝 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. - Rethinking the Role of Proxy Rewards in Language Model Alignment
Kim & Seo ·
📝 Learning from human feedback via proxy reward modeling has been studied to align Large Language Models (LLMs) with human values. - Reward Model Ensembles Help Mitigate Overoptimization
Coste et al. ·
📝 Reinforcement learning from human feedback (RLHF) is a standard approach for fine-tuning large language models to follow instructions. - Reward-Robust RLHF in LLMs
Yan et al. ·
📝 As Large Language Models (LLMs) continue to progress toward more advanced forms of intelligence, Reinforcement Learning from Human Feedback (RLHF) is increasingly seen as a key pathway toward achieving Artificial… - The Alignment Ceiling: Objective Mismatch in Reinforcement Learning from Human Feedback
Lambert & Calandra ·
📝 Reinforcement learning from human feedback (RLHF) has emerged as a powerful technique to make large language models (LLMs) more capable in complex settings. - Goal misgeneralization in deep reinforcement learning
Di Langosco et al. ·
📝 We study goal misgeneralization, a type of out-of-distribution generalization failure in reinforcement learning (RL). - Measuring Progress on Scalable Oversight for Large Language Models
Bowman et al. ·
📝 Developing safe and useful general-purpose AI systems will require us to make progress on scalable oversight: the problem of supervising systems that potentially outperform us on most skills relevant to the task at hand.
Models treating the evaluator as a separable object; strategic non-compliance and scheming.
📑 8 papers
- BadJudge: Backdoor Vulnerabilities of LLM-as-a-Judge
Tong et al. ·
📝 This paper proposes a novel backdoor threat attacking the LLM-as-a-Judge evaluation regime, where the adversary controls both the candidate and evaluator model. - Investigating the Vulnerability of LLM-as-a-Judge Architectures to Prompt-Injection Attacks
Maloyan et al. ·
📝 Large Language Models (LLMs) are increasingly employed as evaluators (LLM-as-a-Judge) for assessing the quality of machine-generated text. - Reasoning Models Don't Always Say What They Think
Chen et al. ·
📝 Chain-of-thought (CoT) offers a potential boon for AI safety as it allows monitoring a model's CoT to try to understand its intentions and reasoning processes. - Alignment Faking in Large Language Models
Greenblatt et al. ·
📝 We present a demonstration of a large language model engaging in alignment faking: selectively complying with its training objective in training to prevent modification of its behavior out of training. - Frontier Models are Capable of In-context Scheming
Meinke et al. ·
📝 Frontier models are increasingly trained and deployed as autonomous agent. - Optimization-based Prompt Injection Attack to LLM-as-a-Judge
Shi et al. ·
📝 LLM-as-a-Judge uses a large language model (LLM) to select the best response from a set of candidates for a given question. - Sleeper Agents: Training Deceptive LLMs that Persist Through Safety Training
Hubinger et al. ·
📝 Humans are capable of strategically deceptive behavior: behaving helpfully in most situations, but then behaving very differently in order to pursue alternative objectives when given the opportunity. - Risks from Learned Optimization in Advanced Machine Learning Systems
Hubinger et al. ·
📝 We analyze the type of learned optimization that occurs when a learned model (such as a neural network) is itself an optimizer - a situation we refer to as mesa-optimization, a neologism we introduce in this paper.
Iterative co-evolution of policies and evaluators, blind-spot convergence, and adversarial dynamics.
📑 24 papers
- Adversarial Reward Auditing for Active Detection and Mitigation of Reward Hacking
Beigi et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) remains vulnerable to reward hacking, where models exploit spurious correlations in learned reward models to achieve high scores while violating human intent. - AuditBench: Evaluating Alignment Auditing Techniques on Models with Hidden Behaviors
Sheshadri et al. ·
📝 We introduce AuditBench, an alignment auditing benchmark. - Benchmarking Reward Hack Detection in Code Environments via Contrastive Analysis
Deshpande et al. ·
📝 Recent advances in reinforcement learning for code generation have made robust environments essential to prevent reward hacking. - Factored Causal Representation Learning for Robust Reward Modeling in RLHF
Yang et al. ·
📝 A reliable reward model is essential for aligning large language models with human preferences through reinforcement learning from human feedback. - Monitoring Emergent Reward Hacking During Generation via Internal Activations
Wilhelm et al. ·
📝 Fine-tuned large language models can exhibit reward-hacking behavior arising from emergent misalignment, which is difficult to detect from final outputs alone. - Auditing language models for hidden objectives
Marks et al. ·
📝 We study the feasibility of conducting alignment audits: investigations into whether models have undesired objectives. - Detecting proxy gaming in rl and llm alignment via evaluator stress tests
Shihab et al. ·
📝 Proxy optimization, where AI systems exploit evaluator weaknesses rather than improve intended objectives, threatens both reinforcement learning (reward hacking) and LLM alignment (evaluator gaming). - Monitoring Reasoning Models for Misbehavior and the Risks of Promoting Obfuscation
Baker et al. ·
📝 Mitigating reward hacking--where AI systems misbehave due to flaws or misspecifications in their learning objectives--remains a key challenge in constructing capable and aligned models. - Seal: Systematic error analysis for value alignment
Revel et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) aims to align language models (LMs) with human values by training reward models (RMs) on binary preferences and using these RMs to fine-tune the base LMs. - Super(ficial)-alignment: Strong Models May Deceive Weak Models in Weak-to-Strong Generalization
Yang et al. ·
📝 Superalignment, where humans act as weak supervisors for superhuman models, has become a crucial problem with the rapid development of Large Language Models (LLMs). - Teaching Models to Verbalize Reward Hacking in Chain-of-Thought Reasoning
Turpin et al. ·
📝 Language models trained with reinforcement learning (RL) can engage in reward hacking--the exploitation of unintended strategies for high reward--without revealing this behavior in their chain-of-thought reasoning. - The energy loss phenomenon in rlhf: A new perspective on mitigating reward hacking
Miao et al. ·
📝 This work identifies the Energy Loss Phenomenon in Reinforcement Learning from Human Feedback (RLHF) and its connection to reward hacking. - Training LLMs for Honesty via Confessions
Joglekar et al. ·
📝 Large language models (LLMs) can be dishonest when reporting on their actions and beliefs -- for example, they may overstate their confidence in factual claims or cover up evidence of covert actions. - Frontier Models are Capable of In-context Scheming
Meinke et al. ·
📝 Frontier models are increasingly trained and deployed as autonomous agent. - Inform: Mitigating reward hacking in rlhf via information-theoretic reward modeling
Miao et al. ·
📝 Despite the success of reinforcement learning from human feedback (RLHF) in aligning language models with human values, reward hacking, also termed reward overoptimization, remains a critical challenge. - Weak-to-Strong Generalization: Eliciting Strong Capabilities With Weak Supervision
Burns et al. ·
📝 Widely used alignment techniques, such as reinforcement learning from human feedback (RLHF), rely on the ability of humans to supervise model behavior - for example, to evaluate whether a model faithfully followed… - Evaluating Shutdown Avoidance of Language Models in Textual Scenarios
van der Weij et al. ·
📝 Recently, there has been an increase in interest in evaluating large language models for emergent and dangerous capabilities. - Sparse Autoencoders Find Highly Interpretable Features in Language Models
Cunningham et al. ·
📝 One of the roadblocks to a better understanding of neural networks' internals is , where neurons appear to activate in multiple, semantically distinct contexts. - Measuring Progress on Scalable Oversight for Large Language Models
Bowman et al. ·
📝 Developing safe and useful general-purpose AI systems will require us to make progress on scalable oversight: the problem of supervising systems that potentially outperform us on most skills relevant to the task at hand. - The Effects of Reward Misspecification: Mapping and Mitigating Misaligned Models
Pan et al. ·
📝 Reward hacking -- where RL agents exploit gaps in misspecified reward functions -- has been widely observed, but not yet systematically studied. - Training language models to follow instructions with human feedback
Ouyang et al. ·
📝 Making language models bigger does not inherently make them better at following a user's intent. - AI Safety via Debate
Irving et al. ·
📝 To make AI systems broadly useful for challenging real-world tasks, we need them to learn complex human goals and preferences. - Scalable Agent Alignment via Reward Modeling: A Research Direction
Leike et al. ·
📝 One obstacle to applying reinforcement learning algorithms to real-world problems is the lack of suitable reward functions. - Deep Reinforcement Learning from Human Preferences
Christiano et al. ·
VIB, energy loss, statistical attribution, and CoT monitors applied during training.
📑 11 papers
- Adversarial Reward Auditing for Active Detection and Mitigation of Reward Hacking
Beigi et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) remains vulnerable to reward hacking, where models exploit spurious correlations in learned reward models to achieve high scores while violating human intent. - Factored Causal Representation Learning for Robust Reward Modeling in RLHF
Yang et al. ·
📝 A reliable reward model is essential for aligning large language models with human preferences through reinforcement learning from human feedback. - Detecting proxy gaming in rl and llm alignment via evaluator stress tests
Shihab et al. ·
📝 Proxy optimization, where AI systems exploit evaluator weaknesses rather than improve intended objectives, threatens both reinforcement learning (reward hacking) and LLM alignment (evaluator gaming). - The energy loss phenomenon in rlhf: A new perspective on mitigating reward hacking
Miao et al. ·
📝 This work identifies the Energy Loss Phenomenon in Reinforcement Learning from Human Feedback (RLHF) and its connection to reward hacking. - Inform: Mitigating reward hacking in rlhf via information-theoretic reward modeling
Miao et al. ·
📝 Despite the success of reinforcement learning from human feedback (RLHF) in aligning language models with human values, reward hacking, also termed reward overoptimization, remains a critical challenge. - Scaling laws for reward model overoptimization in direct alignment algorithms
Rafailov et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) has been crucial to the recent success of Large Language Models (LLMs), however, it is often a complex and brittle process. - A long way to go: Investigating length correlations in rlhf
Singhal et al. ·
📝 Great success has been reported using Reinforcement Learning from Human Feedback (RLHF) to align large language models, with open preference datasets enabling wider experimentation, particularly for "helpfulness" in… - Scaling laws for reward model overoptimization
Gao et al. ·
📝 In reinforcement learning from human feedback, it is common to optimize against a reward model trained to predict human preferences. - Training language models to follow instructions with human feedback
Ouyang et al. ·
📝 Making language models bigger does not inherently make them better at following a user's intent. - Learning to summarize with human feedback
Stiennon et al. ·
📝 As language models become more powerful, training and evaluation are increasingly bottlenecked by the data and metrics used for a particular task. - Deep variational information bottleneck
Alemi et al. ·
📝 We present a variational approximation to the information bottleneck of Tishby et al.
Runtime detectors, trajectory analysis, and inference-time internal-CoT monitoring.
📑 12 papers
- Benchmarking Reward Hack Detection in Code Environments via Contrastive Analysis
Deshpande et al. ·
📝 Recent advances in reinforcement learning for code generation have made robust environments essential to prevent reward hacking. - Monitoring Emergent Reward Hacking During Generation via Internal Activations
Wilhelm et al. ·
📝 Fine-tuned large language models can exhibit reward-hacking behavior arising from emergent misalignment, which is difficult to detect from final outputs alone. - Monitoring Reasoning Models for Misbehavior and the Risks of Promoting Obfuscation
Baker et al. ·
📝 Mitigating reward hacking--where AI systems misbehave due to flaws or misspecifications in their learning objectives--remains a key challenge in constructing capable and aligned models. - Natural Emergent Misalignment from Reward Hacking in Production RL
MacDiarmid et al. ·
📝 We show that when large language models learn to reward hack on production RL environments, this can result in egregious emergent misalignment. - Teaching Models to Verbalize Reward Hacking in Chain-of-Thought Reasoning
Turpin et al. ·
📝 Language models trained with reinforcement learning (RL) can engage in reward hacking--the exploitation of unintended strategies for high reward--without revealing this behavior in their chain-of-thought reasoning. - The Hawthorne Effect in Reasoning Models: Evaluating and Steering Test Awareness
Abdelnabi & Salem ·
📝 Reasoning-focused LLMs sometimes alter their behavior when they detect that they are being evaluated, which can lead them to optimize for test-passing performance or to comply more readily with harmful prompts if… - Training LLMs for Honesty via Confessions
Joglekar et al. ·
📝 Large language models (LLMs) can be dishonest when reporting on their actions and beliefs -- for example, they may overstate their confidence in factual claims or cover up evidence of covert actions. - Alignment Faking in Large Language Models
Greenblatt et al. ·
📝 We present a demonstration of a large language model engaging in alignment faking: selectively complying with its training objective in training to prevent modification of its behavior out of training. - Frontier Models are Capable of In-context Scheming
Meinke et al. ·
📝 Frontier models are increasingly trained and deployed as autonomous agent. - Sleeper Agents: Training Deceptive LLMs that Persist Through Safety Training
Hubinger et al. ·
📝 Humans are capable of strategically deceptive behavior: behaving helpfully in most situations, but then behaving very differently in order to pursue alternative objectives when given the opportunity. - Sparse Autoencoders Find Highly Interpretable Features in Language Models
Cunningham et al. ·
📝 One of the roadblocks to a better understanding of neural networks' internals is , where neurons appear to activate in multiple, semantically distinct contexts. - The Effects of Reward Misspecification: Mapping and Mitigating Misaligned Models
Pan et al. ·
📝 Reward hacking -- where RL agents exploit gaps in misspecified reward functions -- has been widely observed, but not yet systematically studied.
Mechanistic interpretability, adversarial auditing, and red-teaming after training.
📑 33 papers
- AuditBench: Evaluating Alignment Auditing Techniques on Models with Hidden Behaviors
Sheshadri et al. ·
📝 We introduce AuditBench, an alignment auditing benchmark. - IR$^3$: Contrastive Inverse Reinforcement Learning for Interpretable Detection and Mitigation of Reward Hacking
Beigi et al. ·
📝 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. - RM-R1: Reward Modeling as Reasoning
Chen et al. · - Rubrics as Rewards: Reinforcement Learning Beyond Verifiable Domains
Gunjal et al. ·
📝 Reinforcement Learning with Verifiable Rewards (RLVR) has proven effective for complex reasoning tasks with clear correctness signals such as math and coding. - Auditing language models for hidden objectives
Marks et al. ·
📝 We study the feasibility of conducting alignment audits: investigations into whether models have undesired objectives. - Checklists Are Better Than Reward Models For Aligning Language Models
Viswanathan et al. · - Detecting proxy gaming in rl and llm alignment via evaluator stress tests
Shihab et al. ·
📝 Proxy optimization, where AI systems exploit evaluator weaknesses rather than improve intended objectives, threatens both reinforcement learning (reward hacking) and LLM alignment (evaluator gaming). - Improving reward models with synthetic critiques
Ye et al. ·
📝 Reward models (RMs) play a critical role in aligning language models through the process of reinforcement learning from human feedback. - Inference-time reward hacking in large language models
Khalaf et al. ·
📝 A common paradigm to improve the performance of large language models is optimizing for a reward model. - Mitigating preference hacking in policy optimization with pessimism
Gupta et al. ·
📝 This work tackles the problem of overoptimization in reinforcement learning from human feedback (RLHF), a prevalent technique for aligning models with human preferences. - Mitigating Reward Over-optimization in Direct Alignment Algorithms with Importance Sampling
Phuc et al. ·
📝 Direct Alignment Algorithms (DAAs) such as Direct Preference Optimization (DPO) have emerged as alternatives to the standard Reinforcement Learning from Human Feedback (RLHF) for aligning large language models (LLMs)… - Mitigating Reward Over-Optimization in RLHF via Behavior-Supported Regularization
Dai et al. ·
📝 Reinforcement learning from human feedback (RLHF) is an effective method for aligning large language models (LLMs) with human values. - Monitoring Reasoning Models for Misbehavior and the Risks of Promoting Obfuscation
Baker et al. ·
📝 Mitigating reward hacking--where AI systems misbehave due to flaws or misspecifications in their learning objectives--remains a key challenge in constructing capable and aligned models. - Regularized best-of-n sampling with minimum bayes risk objective for language model alignment
Jinnai et al. ·
📝 Best-of-N (BoN) sampling with a reward model has been shown to be an effective strategy for aligning Large Language Models (LLMs) to human preferences at the time of decoding. - Reinforcement learning for large language models via group preference reward shaping
Zhu et al. ·
📝 Many applications of large language models (LLMs), ranging from chatbots to creative writing, require nuanced subjective judgments that can differ significantly across different groups. - Rethinking Diverse Human Preference Learning through Principal Component Analysis
Luo et al. · - Reward Shaping to Mitigate Reward Hacking in RLHF
Fu et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) is essential for aligning large language models (LLMs) with human values. - RIVAL: Reinforcement Learning with Iterative and Adversarial Optimization for Machine Translation
Li et al. ·
📝 Large language models (LLMs) possess strong multilingual capabilities, and combining Reinforcement Learning from Human Feedback (RLHF) with translation tasks has shown great potential. - RRM: Robust Reward Model Training Mitigates Reward Hacking
Liu et al. · - Seal: Systematic error analysis for value alignment
Revel et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) aims to align language models (LMs) with human values by training reward models (RMs) on binary preferences and using these RMs to fine-tune the base LMs. - Adversarial Preference Optimization: Enhancing Your Alignment via RM-LLM Game
Cheng et al. ·
📝 Human preference alignment is essential to improve the interaction quality of large language models (LLMs). - Dataset reset policy optimization for rlhf
Chang et al. ·
📝 Reinforcement Learning (RL) from Human Preference-based feedback is a popular paradigm for fine-tuning generative models, which has produced impressive models such as GPT-4 and Claude3 Opus. - Inform: Mitigating reward hacking in rlhf via information-theoretic reward modeling
Miao et al. ·
📝 Despite the success of reinforcement learning from human feedback (RLHF) in aligning language models with human values, reward hacking, also termed reward overoptimization, remains a critical challenge. - Interpretable Preferences via Multi-Objective Reward Modeling and Mixture-of-Experts
Wang et al. ·
📝 Reinforcement learning from human feedback (RLHF) has emerged as the primary method for aligning large language models (LLMs) with human preferences. - Iterative Preference Learning from Human Feedback: Bridging Theory and Practice for RLHF under KL-constraint
Xiong et al. ·
📝 This paper studies the alignment process of generative models with Reinforcement Learning from Human Feedback (RLHF). - Mitigating reward overoptimization via lightweight uncertainty estimation
Zhang et al. ·
📝 We introduce Adversarial Policy Optimization (AdvPO), a novel solution to the pervasive issue of reward over-optimization in Reinforcement Learning from Human Feedback (RLHF) for Large Language Models (LLMs). - Provably mitigating overoptimization in rlhf: Your sft loss is implicitly an adversarial regularizer
Liu et al. ·
📝 Aligning generative models with human preference via RLHF typically suffers from overoptimization, where an imperfectly learned reward model can misguide the generative model to output undesired responses. - Rlhf workflow: From reward modeling to online rlhf
Dong et al. ·
📝 We present the workflow of Online Iterative Reinforcement Learning from Human Feedback (RLHF) in this technical report, which is widely reported to outperform its offline counterpart by a large margin in the recent… - Rule Based Rewards for Language Model Safety
Mu et al. · - Self-Rewarding Language Models
Yuan et al. · - Fine-grained human feedback gives better rewards for language model training
Wu et al. ·
📝 Language models (LMs) often exhibit undesirable text generation behaviors, including generating false, toxic, or irrelevant outputs. - Let's verify step by step
Lightman et al. ·
📝 In recent years, large language models have greatly improved in their ability to perform complex multi-step reasoning. - Sparse Autoencoders Find Highly Interpretable Features in Language Models
Cunningham et al. ·
📝 One of the roadblocks to a better understanding of neural networks' internals is , where neurons appear to activate in multiple, semantically distinct contexts.
Rubrics, multi-criteria rewards, fine-grained feedback, and spurious-feature suppression.
📑 61 papers
- Empowering LLM Tool Invocation with Tool-call Reward Model
Ma et al. · - Health-SCORE: Towards Scalable Rubrics for Improving Health-LLMs
Yang et al. ·
📝 Rubrics are essential for evaluating open-ended LLM responses, especially in safety-critical domains such as healthcare. - Improving Data and Reward Design for Scientific Reasoning in Large Language Models
Chen et al. ·
📝 Solving open-ended science questions remains challenging for large language models, particularly due to inherently unreliable supervision and evaluation. - Mitigating Reward Hacking in RLHF via Bayesian Non-negative Reward Modeling
Duan et al. ·
📝 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… - Nemotron-Research-Tool-N1: Exploring Tool-Using Language Models with Reinforced Reasoning
Zhang et al. ·
📝 Enabling large language models with external tools has become a pivotal strategy for extending their functionality beyond text space. - Outcome Accuracy is Not Enough: Aligning the Reasoning Process of Reward Models
Wang et al. ·
📝 Generative Reward Models (GenRMs) and LLM-as-a-Judge exhibit deceptive alignment by producing correct judgments for incorrect reasons, as they are trained and evaluated to prioritize Outcome Accuracy, which undermines… - P-Check: Advancing Personalized Reward Model via Learning to Generate Dynamic Checklist
Seo & Lee ·
📝 Recent approaches in personalized reward modeling have primarily focused on leveraging user interaction history to align model judgments with individual preferences. - Rethinking Rubric Generation for Improving LLM Judge and Reward Modeling for Open-ended Tasks
Shen et al. ·
📝 Recently, rubrics have been used to guide LLM judges in capturing subjective, nuanced, multi-dimensional human preferences, and have been extended from evaluation to reward signals for reinforcement fine-tuning (RFT). - Reward Modeling from Natural Language Human Feedback
Wang et al. ·
📝 Reinforcement Learning with Verifiable reward (RLVR) on preference data has become the mainstream approach for training Generative Reward Models (GRMs). - RM-R1: Reward Modeling as Reasoning
Chen et al. · - Robust Reward Modeling via Causal Rubrics
Srivastava et al. ·
📝 Reward models (RMs) are fundamental to aligning Large Language Models (LLMs) via human feedback, yet they often suffer from reward hacking. - RubricHub: A Comprehensive and Highly Discriminative Rubric Dataset via Automated Coarse-to-Fine Generation
Li et al. ·
📝 Reinforcement Learning with Verifiable Rewards (RLVR) has driven substantial progress in reasoning-intensive domains like mathematics. - Rubrics as Rewards: Reinforcement Learning Beyond Verifiable Domains
Gunjal et al. ·
📝 Reinforcement Learning with Verifiable Rewards (RLVR) has proven effective for complex reasoning tasks with clear correctness signals such as math and coding. - A Survey of Process Reward Models: From Outcome Signals to Process Supervisions for Large Language Models
Zheng et al. ·
📝 Although Large Language Models (LLMs) exhibit advanced reasoning ability, conventional alignment remains largely dominated by outcome reward models (ORMs) that judge only final answers. - Advancedif: Rubric-based benchmarking and reinforcement learning for advancing llm instruction following
He et al. ·
📝 Recent progress in large language models (LLMs) has led to impressive performance on a range of tasks, yet advanced instruction following (IF)-especially for complex, multi-turn, and system-prompted instructions-remains… - Are reasoning models more prone to hallucination?
Yao et al. ·
📝 Recently evolved large reasoning models (LRMs) show powerful performance in solving complex tasks with long chain-of-thought (CoT) reasoning capability. - Auto-rubric: Learning to extract generalizable criteria for reward modeling, 2025
Xie et al. ·
📝 Conventional reward modeling relies on gradient descent over neural weights, creating opaque, data-hungry "black boxes." We propose a paradigm shift from implicit to explicit reward parameterization, recasting… - Beyond correctness: Harmonizing process and outcome rewards through rl training
Ye et al. ·
📝 Reinforcement learning with verifiable rewards (RLVR) has emerged to be a predominant paradigm for mathematical reasoning tasks, offering stable improvements in reasoning ability. - Beyond Excess and Deficiency: Adaptive Length Bias Mitigation in Reward Models for RLHF
Bu et al. · - Bias Fitting to Mitigate Length Bias of Reward Model in RLHF
Zhao et al. ·
📝 Reinforcement Learning from Human Feedback relies on reward models to align large language models with human preferences. - CARMO: Dynamic Criteria Generation for Context Aware Reward Modelling
Gupta et al. ·
📝 Reward modeling in large language models is susceptible to reward hacking, causing models to latch onto superficial features such as the tendency to generate lists or unnecessarily long responses. - Chasing the Tail: Effective Rubric-based Reward Modeling for Large Language Model Post-Training
Zhang et al. ·
📝 Reinforcement fine-tuning (RFT) often suffers from reward over-optimization, where a policy model hacks the reward signals to achieve high scores while producing low-quality outputs. - Checklists Are Better Than Reward Models For Aligning Language Models
Viswanathan et al. · - Discriminative Policy Optimization for Token-Level Reward Models
Chen et al. ·
📝 Process reward models (PRMs) provide more nuanced supervision compared to outcome reward models (ORMs) for optimizing policy models, positioning them as a promising approach to enhancing the capabilities of LLMs in… - DPO Meets PPO: Reinforced Token Optimization for RLHF
Zhong et al. ·
📝 In the classical Reinforcement Learning from Human Feedback (RLHF) framework, Proximal Policy Optimization (PPO) is employed to learn from sparse, sentence-level rewards -- a challenging scenario in traditional deep… - Dr tulu: Reinforcement learning with evolving rubrics for deep research
Shao et al. ·
📝 Deep research models perform multi-step research to produce long-form, well-attributed answers. - Encouraging Good Processes Without the Need for Good Answers: Reinforcement Learning for LLM Agent Planning
Li et al. ·
📝 The functionality of Large Language Model (LLM) agents is primarily determined by two capabilities: action planning and answer summarization. - Generative Verifiers: Reward Modeling as Next-Token Prediction
Zhang et al. ·
📝 Verifiers or reward models are often used to enhance the reasoning performance of large language models (LLMs). - Healthbench: Evaluating large language models towards improved human health
Arora et al. ·
📝 We present HealthBench, an open-source benchmark measuring the performance and safety of large language models in healthcare. - Improving reward models with synthetic critiques
Ye et al. ·
📝 Reward models (RMs) play a critical role in aligning language models through the process of reinforcement learning from human feedback. - Openrubrics: Towards scalable synthetic rubric generation for reward modeling and llm alignment
Liu et al. ·
📝 Reward modeling lies at the core of reinforcement learning from human feedback (RLHF), yet most existing reward models rely on scalar or pairwise judgments that fail to capture the multifaceted nature of human… - PoU: Proof-of-Use to Counter Tool-Call Hacking in DeepResearch Agents
Ma et al. ·
📝 While reinforcement learning (RL) enhances their ability to plan and reason across retrieval steps, we identify a critical failure mode in this setting: Tool-Call Hacking. - Researchrubrics: A benchmark of prompts and rubrics for evaluating deep research agents
Sharma et al. ·
📝 Deep Research (DR) is an emerging agent application that leverages large language models (LLMs) to address open-ended queries. - Rethinking Diverse Human Preference Learning through Principal Component Analysis
Luo et al. · - Reward Hacking Mitigation using Verifiable Composite Rewards
Bin Tarek & Beheshti ·
📝 Reinforcement Learning from Verifiable Rewards (RLVR) has recently shown that large language models (LLMs) can develop their own reasoning without direct supervision. - Reward Reasoning Models
Guo et al. ·
📝 Large Reasoning Language Models (LRLMs or LRMs) demonstrate remarkable capabilities in complex reasoning tasks, but suffer from significant computational inefficiencies due to overthinking phenomena. - RRM: Robust Reward Model Training Mitigates Reward Hacking
Liu et al. · - RuleAdapter: Dynamic Rules for training Safety Reward Models in RLHF
Li et al. · - Segmenting text and learning their rewards for improved rlhf in language model
Yin et al. ·
📝 Reinforcement learning from human feedback (RLHF) has been widely adopted to align language models (LMs) with human preference. - Self-generated critiques boost reward modeling for language models
Yu et al. ·
📝 Reward modeling is crucial for aligning large language models (LLMs) with human preferences, especially in reinforcement learning from human feedback (RLHF). - Sentence-level Reward Model can Generalize Better for Aligning LLM from Human Preference
Qiu et al. ·
📝 Learning reward models from human preference datasets and subsequently optimizing language models via reinforcement learning has emerged as a fundamental paradigm for aligning LLMs with human preferences. - Aligning large language models via fine-grained supervision
Xu et al. ·
📝 Pre-trained large-scale language models (LLMs) excel at producing coherent articles, yet their outputs may be untruthful, toxic, or fail to align with user expectations. - Arithmetic Control of LLMs for Diverse User Preferences: Directional Preference Alignment with Multi-Objective Rewards
Wang et al. ·
📝 Fine-grained control over large language models (LLMs) remains a significant challenge, hindering their adaptability to diverse user needs. - Critique-out-Loud Reward Models
Ankner et al. ·
📝 Traditionally, reward models used for reinforcement learning from human feedback (RLHF) are trained to directly predict preference scores without leveraging the generation capabilities of the underlying large language… - Enhancing Reinforcement Learning with Dense Rewards from Language Model Critic
Cao et al. · - Generative Reward Models
Mahan et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) has greatly improved the performance of modern Large Language Models (LLMs). - HelpSteer 2: Open-source dataset for training top-performing reward models
Wang et al. ·
📝 High-quality preference datasets are essential for training reward models that can effectively guide large language models (LLMs) in generating high-quality responses aligned with human preferences. - HelpSteer: Multi-attribute Helpfulness Dataset for SteerLM
Wang et al. ·
📝 Existing open-source helpfulness preference datasets do not specify what makes some responses more helpful and others less so. - Improving Large Language Models via Fine-grained Reinforcement Learning with Minimum Editing Constraint
Chen et al. ·
📝 Reinforcement learning (RL) has been widely used in training large language models (LLMs) for preventing unexpected outputs, eg reducing harmfulness and errors. - Inform: Mitigating reward hacking in rlhf via information-theoretic reward modeling
Miao et al. ·
📝 Despite the success of reinforcement learning from human feedback (RLHF) in aligning language models with human values, reward hacking, also termed reward overoptimization, remains a critical challenge. - Interpretable Preferences via Multi-Objective Reward Modeling and Mixture-of-Experts
Wang et al. ·
📝 Reinforcement learning from human feedback (RLHF) has emerged as the primary method for aligning large language models (LLMs) with human preferences. - Inverse-Q: Token Level Reinforcement Learning for Aligning Large Language Models Without Preference Data*
Xia et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) has proven effective in aligning large language models with human intentions, yet it often relies on complex methodologies like Proximal Policy Optimization (PPO) that… - Math-shepherd: Verify and reinforce llms step-by-step without human annotations
Wang et al. ·
📝 In this paper, we present an innovative process-oriented math process reward model called , which assigns a reward score to each step of math problem solutions. - ODIN: Disentangled Reward Mitigates Hacking in RLHF
Chen et al. ·
📝 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. - Rule Based Rewards for Language Model Safety
Mu et al. · - TLCR: Token-Level Continuous Reward for Fine-grained Reinforcement Learning from Human Feedback
Yoon et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) leverages human preference data to train language models to align more closely with human essence. - ULTRAFEEDBACK: Boosting Language Models with Scaled AI Feedback
Cui et al. · - Fine-grained human feedback gives better rewards for language model training
Wu et al. ·
📝 Language models (LMs) often exhibit undesirable text generation behaviors, including generating false, toxic, or irrelevant outputs. - Let's verify step by step
Lightman et al. ·
📝 In recent years, large language models have greatly improved in their ability to perform complex multi-step reasoning. - OpenAssistant Conversations - Democratizing Large Language Model Alignment
K"{o}pf et al. ·
📝 Aligning large language models (LLMs) with human preferences has proven to drastically improve usability and has driven rapid adoption as demonstrated by ChatGPT. - Constitutional AI: Harmlessness from AI Feedback
Bai et al. ·
📝 As AI systems become more capable, we would like to enlist their help to supervise other AIs.
Reward shaping, KL/divergence regularization, and budgeted optimization.
📑 20 papers
- Reward Shaping for Inference-Time Alignment: A Stackelberg Game Perspective
Wang et al. ·
📝 Existing alignment methods directly use the reward model learned from user preference data to optimize an LLM policy, subject to KL regularization with respect to the base policy. - Correlated Proxies: A New Definition and Improved Mitigation for Reward Hacking
Laidlaw et al. · - Evaluation of Best-of-N Sampling Strategies for Language Model Alignment
Ichihara et al. ·
📝 Best-of-N (BoN) sampling with a reward model has been shown to be an effective strategy for aligning Large Language Models (LLMs) with human preferences at the time of decoding. - Inference-time reward hacking in large language models
Khalaf et al. ·
📝 A common paradigm to improve the performance of large language models is optimizing for a reward model. - Mitigating preference hacking in policy optimization with pessimism
Gupta et al. ·
📝 This work tackles the problem of overoptimization in reinforcement learning from human feedback (RLHF), a prevalent technique for aligning models with human preferences. - Mitigating Reward Over-optimization in Direct Alignment Algorithms with Importance Sampling
Phuc et al. ·
📝 Direct Alignment Algorithms (DAAs) such as Direct Preference Optimization (DPO) have emerged as alternatives to the standard Reinforcement Learning from Human Feedback (RLHF) for aligning large language models (LLMs)… - Mitigating Reward Over-Optimization in RLHF via Behavior-Supported Regularization
Dai et al. ·
📝 Reinforcement learning from human feedback (RLHF) is an effective method for aligning large language models (LLMs) with human values. - Regularized best-of-n sampling with minimum bayes risk objective for language model alignment
Jinnai et al. ·
📝 Best-of-N (BoN) sampling with a reward model has been shown to be an effective strategy for aligning Large Language Models (LLMs) to human preferences at the time of decoding. - Reinforcement learning for large language models via group preference reward shaping
Zhu et al. ·
📝 Many applications of large language models (LLMs), ranging from chatbots to creative writing, require nuanced subjective judgments that can differ significantly across different groups. - Reward Shaping to Mitigate Reward Hacking in RLHF
Fu et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) is essential for aligning large language models (LLMs) with human values. - The energy loss phenomenon in rlhf: A new perspective on mitigating reward hacking
Miao et al. ·
📝 This work identifies the Energy Loss Phenomenon in Reinforcement Learning from Human Feedback (RLHF) and its connection to reward hacking. - Dataset reset policy optimization for rlhf
Chang et al. ·
📝 Reinforcement Learning (RL) from Human Preference-based feedback is a popular paradigm for fine-tuning generative models, which has produced impressive models such as GPT-4 and Claude3 Opus. - Inform: Mitigating reward hacking in rlhf via information-theoretic reward modeling
Miao et al. ·
📝 Despite the success of reinforcement learning from human feedback (RLHF) in aligning language models with human values, reward hacking, also termed reward overoptimization, remains a critical challenge. - Mitigating reward overoptimization via lightweight uncertainty estimation
Zhang et al. ·
📝 We introduce Adversarial Policy Optimization (AdvPO), a novel solution to the pervasive issue of reward over-optimization in Reinforcement Learning from Human Feedback (RLHF) for Large Language Models (LLMs). - Provably mitigating overoptimization in rlhf: Your sft loss is implicitly an adversarial regularizer
Liu et al. ·
📝 Aligning generative models with human preference via RLHF typically suffers from overoptimization, where an imperfectly learned reward model can misguide the generative model to output undesired responses. - Safe RLHF: Safe Reinforcement Learning from Human Feedback
Dai et al. ·
📝 To use reinforcement learning from human feedback (RLHF) in practical applications, it is crucial to learn reward models from diverse sources of human feedback and to consider human factors involved in providing… - Scaling laws for reward model overoptimization in direct alignment algorithms
Rafailov et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) has been crucial to the recent success of Large Language Models (LLMs), however, it is often a complex and brittle process. - The importance of online data: Understanding preference fine-tuning via coverage
Song et al. ·
📝 Learning from human preference data has emerged as the dominant paradigm for fine-tuning large language models (LLMs). - Transforming and combining rewards for aligning large language models
Wang et al. ·
📝 A common approach for aligning language models to human preferences is to first learn a reward model from preference data, and then use this reward model to update the language model. - Scaling laws for reward model overoptimization
Gao et al. ·
📝 In reinforcement learning from human feedback, it is common to optimize against a reward model trained to predict human preferences.
Iterative refinement of evaluators and adversarial co-evolution with policies.
📑 44 papers
- ContextRL: Enhancing MLLM's Knowledge Discovery Efficiency with Context-Augmented RL
Lu et al. ·
📝 We propose ContextRL, a novel framework that leverages context augmentation to overcome these bottlenecks. - FAIL: Flow Matching Adversarial Imitation Learning for Image Generation
Ma et al. ·
📝 Post-training of flow matching models-aligning the output distribution with a high-quality target-is mathematically equivalent to imitation learning. - GDRO: Group-level Reward Post-training Suitable for Diffusion Models
Wang et al. ·
📝 Recent advancements adopt online reinforcement learning (RL) from LLMs to text-to-image rectified flow diffusion models for reward alignment. - Improving Text-to-Image Generation with Intrinsic Self-Confidence Rewards
Kim & Cho ·
📝 Text-to-image generation powers content creation across design, media, and data augmentation. - RuCL: Stratified Rubric-Based Curriculum Learning for Multimodal Large Language Model Reasoning
Chen et al. ·
📝 Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a prevailing paradigm for enhancing reasoning in Multimodal Large Language Models (MLLMs). - StitchCUDA: An Automated Multi-Agents End-to-End GPU Programing Framework with Rubric-based Agentic Reinforcement Learning
Li et al. ·
📝 Modern machine learning (ML) workloads increasingly rely on GPUs, yet achieving high end-to-end performance remains challenging due to dependencies on both GPU kernel efficiency and host-side settings. - Adaptive Divergence Regularized Policy Optimization for Fine-tuning Generative Models
Fan et al. ·
📝 Balancing exploration and exploitation during reinforcement learning fine-tuning of generative models presents a critical challenge, as existing approaches rely on fixed divergence regularization that creates an… - Bootstrapping Language Models with DPO Implicit Rewards
Chen et al. ·
📝 Human alignment in large language models (LLMs) is an active area of research. - CodeV: Code with Images for Faithful Visual Reasoning via Tool-Aware Policy Optimization
Hou et al. ·
📝 Agentic vision-language models are increasingly trained to "think with images" by calling image operations. - Cooper: Co-Optimizing Policy and Reward Models in Reinforcement Learning for Large Language Models
Hong et al. ·
📝 Large language models (LLMs) have demonstrated remarkable performance in reasoning tasks, where reinforcement learning (RL) serves as a key algorithm for enhancing their reasoning capabilities. - CREAM: Consistency Regularized Self-Rewarding Language Models
Wang et al. ·
📝 Recent self-rewarding large language models (LLM) have successfully applied LLM-as-a-Judge to iteratively improve the alignment performance without the need of human annotations for preference data. - Decouple to Generalize: Context-First Self-Evolving Learning for Data-Scarce Vision-Language Reasoning
Li et al. ·
📝 Recent vision-language models (VLMs) achieve remarkable reasoning through reinforcement learning (RL), which provides a feasible solution for realizing continuous self-evolving large vision-language models (LVLMs) in… - Diffusionreward: Enhancing blind face restoration through reward feedback learning
Wu et al. ·
📝 Reward Feedback Learning (ReFL) has recently shown great potential in aligning model outputs with human preferences across various generative tasks. - Elucidating optimal reward-diversity tradeoffs in text-to-image diffusion models
Jena et al. ·
📝 Text-to-image (T2I) diffusion models have become prominent tools for generating high-fidelity images from text prompts. - FinPercep-RM: A Fine-grained Reward Model and Co-evolutionary Curriculum for RL-based Real-world Super-Resolution
Liu et al. ·
📝 Reinforcement Learning with Human Feedback (RLHF) has proven effective in image generation field guided by reward models to align human preferences. - Generative rlhf-v: Learning principles from multi-modal human preference
Zhou et al. ·
📝 Training multi-modal large language models (MLLMs) that align with human intentions is a long-term challenge. - Gui-g1: Understanding r1-zero-like training for visual grounding in gui agents
Zhou et al. ·
📝 Recent Graphical User Interface (GUI) agents replicate the R1-Zero paradigm, coupling online Reinforcement Learning (RL) with explicit chain-of-thought reasoning prior to object grounding and thereby achieving… - JarvisEvo: Towards a Self-Evolving Photo Editing Agent with Synergistic Editor-Evaluator Optimization
Lin et al. ·
📝 Agent-based editing models have substantially advanced interactive experiences, processing quality, and creative flexibility. - Mona: Myopic optimization with non-myopic approval can mitigate multi-step reward hacking
Farquhar et al. ·
📝 Future advanced AI systems may learn sophisticated strategies through reinforcement learning (RL) that humans cannot understand well enough to safely evaluate. - Monitoring Reasoning Models for Misbehavior and the Risks of Promoting Obfuscation
Baker et al. ·
📝 Mitigating reward hacking--where AI systems misbehave due to flaws or misspecifications in their learning objectives--remains a key challenge in constructing capable and aligned models. - Multimodal Reinforcement Learning with Agentic Verifier for AI Agents
Tan et al. ·
📝 Agentic reasoning models trained with multimodal reinforcement learning (MMRL) have become increasingly capable, yet they are almost universally optimized using sparse, outcome-based rewards computed based on the final… - Nabla-r2d3: Effective and efficient 3d diffusion alignment with 2d rewards
Liu et al. ·
📝 Generating high-quality and photorealistic 3D assets remains a longstanding challenge in 3D vision and computer graphics. - Perceptual-Evidence Anchored Reinforced Learning for Multimodal Reasoning
Zhang et al. ·
📝 Reinforcement Learning with Verifiable Rewards (RLVR) has significantly advanced the reasoning capabilities of Large Language Models (LLMs) and is now being applied to Vision-Language Models (VLMs). - PoU: Proof-of-Use to Counter Tool-Call Hacking in DeepResearch Agents
Ma et al. ·
📝 While reinforcement learning (RL) enhances their ability to plan and reason across retrieval steps, we identify a critical failure mode in this setting: Tool-Call Hacking. - Pref-grpo: Pairwise preference reward-based grpo for stable text-to-image reinforcement learning
Wang et al. ·
📝 Recent advancements highlight the importance of GRPO-based reinforcement learning methods and benchmarking in enhancing text-to-image (T2I) generation. - Relook: Vision-grounded rl with a multimodal llm critic for agentic web coding
Li et al. ·
📝 While Large Language Models (LLMs) excel at algorithmic code generation, they struggle with front-end development, where correctness is judged on rendered pixels and interaction. - RIVAL: Reinforcement Learning with Iterative and Adversarial Optimization for Machine Translation
Li et al. ·
📝 Large language models (LLMs) possess strong multilingual capabilities, and combining Reinforcement Learning from Human Feedback (RLHF) with translation tasks has shown great potential. - Scalable Supervising Software Agents with Patch Reasoner
Xu et al. ·
📝 While large language model agents have advanced software engineering tasks, the unscalable nature of existing test-based supervision is limiting the potential improvement of data scaling. - Self-rewarding vision-language model via reasoning decomposition
Li et al. ·
📝 Vision-Language Models (VLMs) often suffer from visual hallucinations, saying things that are not actually in the image, and language shortcuts, where they skip the visual part and just rely on text priors. - SoliReward: Mitigating Susceptibility to Reward Hacking and Annotation Noise in Video Generation Reward Models
Lian et al. ·
📝 Post-training alignment of video generation models with human preferences is a critical goal. - Sophiavl-r1: Reinforcing mllms reasoning with thinking reward
Fan et al. ·
📝 Recent advances have shown success in eliciting strong reasoning abilities in multimodal large language models (MLLMs) through rule-based reinforcement learning (RL) with outcome rewards. - Taming Preference Mode Collapse via Directional Decoupling Alignment in Diffusion Reinforcement Learning
Chen et al. ·
📝 Recent studies have demonstrated significant progress in aligning text-to-image diffusion models with human preference via Reinforcement Learning from Human Feedback. - Temporal Self-Rewarding Language Models: Decoupling Chosen-Rejected via Past-Future
Wang et al. ·
📝 Self-Rewarding Language Models propose an architecture in which the Large Language Models(LLMs) both generates responses and evaluates its own outputs via LLM-as-a-Judge prompting, dynamically improving its generative… - Towards agentic self-learning llms in search environment
Sun et al. ·
📝 We study whether self-learning can scale LLM-based agents without relying on human-curated datasets or predefined rule-based rewards. - URPO: A Unified Reward & Policy Optimization Framework for Large Language Models
Lu et al. ·
📝 Large-scale alignment pipelines typically pair a policy model with a separately trained reward model whose parameters remain frozen during reinforcement learning (RL). - Vision-r1: Evolving human-free alignment in large vision-language models via vision-guided reinforcement learning
Zhan et al. ·
📝 Large Vision-Language Models (LVLMs) typically follow a two-stage training paradigm-pretraining and supervised fine-tuning. - Vlm-r1: A stable and generalizable r1-style large vision-language model
Shen et al. ·
📝 Recently DeepSeek R1 has shown that reinforcement learning (RL) can substantially improve the reasoning capabilities of Large Language Models (LLMs) through a simple yet effective design. - Adversarial Preference Optimization: Enhancing Your Alignment via RM-LLM Game
Cheng et al. ·
📝 Human preference alignment is essential to improve the interaction quality of large language models (LLMs). - Alphaverus: Bootstrapping formally verified code generation through self-improving translation and treefinement
Aggarwal et al. ·
📝 Automated code generation with large language models has gained significant traction, but there remains no guarantee on the correctness of generated code. - Direct language model alignment from online ai feedback
Guo et al. ·
📝 Direct alignment from preferences (DAP) methods, such as DPO, have recently emerged as efficient alternatives to reinforcement learning from human feedback (RLHF), that do not require a separate reward model. - Feedback loops with language models drive in-context reward hacking
Pan et al. ·
📝 Language models influence the external world: they query APIs that read and write to web pages, generate content that shapes human behavior, and run system commands as autonomous agents. - Iterative Preference Learning from Human Feedback: Bridging Theory and Practice for RLHF under KL-constraint
Xiong et al. ·
📝 This paper studies the alignment process of generative models with Reinforcement Learning from Human Feedback (RLHF). - Rlhf workflow: From reward modeling to online rlhf
Dong et al. ·
📝 We present the workflow of Online Iterative Reinforcement Learning from Human Feedback (RLHF) in this technical report, which is widely reported to outperform its offline counterpart by a large margin in the recent… - Self-Rewarding Language Models
Yuan et al. ·
Perception–reasoning decoupling, visual grounding failures, and cross-modal evaluator gaming.
📑 12 papers
- ContextRL: Enhancing MLLM's Knowledge Discovery Efficiency with Context-Augmented RL
Lu et al. ·
📝 We propose ContextRL, a novel framework that leverages context augmentation to overcome these bottlenecks. - RuCL: Stratified Rubric-Based Curriculum Learning for Multimodal Large Language Model Reasoning
Chen et al. ·
📝 Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a prevailing paradigm for enhancing reasoning in Multimodal Large Language Models (MLLMs). - Decouple to Generalize: Context-First Self-Evolving Learning for Data-Scarce Vision-Language Reasoning
Li et al. ·
📝 Recent vision-language models (VLMs) achieve remarkable reasoning through reinforcement learning (RL), which provides a feasible solution for realizing continuous self-evolving large vision-language models (LVLMs) in… - Generative rlhf-v: Learning principles from multi-modal human preference
Zhou et al. ·
📝 Training multi-modal large language models (MLLMs) that align with human intentions is a long-term challenge. - Gui-g1: Understanding r1-zero-like training for visual grounding in gui agents
Zhou et al. ·
📝 Recent Graphical User Interface (GUI) agents replicate the R1-Zero paradigm, coupling online Reinforcement Learning (RL) with explicit chain-of-thought reasoning prior to object grounding and thereby achieving… - Multimodal Reinforcement Learning with Agentic Verifier for AI Agents
Tan et al. ·
📝 Agentic reasoning models trained with multimodal reinforcement learning (MMRL) have become increasingly capable, yet they are almost universally optimized using sparse, outcome-based rewards computed based on the final… - Perceptual-Evidence Anchored Reinforced Learning for Multimodal Reasoning
Zhang et al. ·
📝 Reinforcement Learning with Verifiable Rewards (RLVR) has significantly advanced the reasoning capabilities of Large Language Models (LLMs) and is now being applied to Vision-Language Models (VLMs). - Self-rewarding vision-language model via reasoning decomposition
Li et al. ·
📝 Vision-Language Models (VLMs) often suffer from visual hallucinations, saying things that are not actually in the image, and language shortcuts, where they skip the visual part and just rely on text priors. - Sophiavl-r1: Reinforcing mllms reasoning with thinking reward
Fan et al. ·
📝 Recent advances have shown success in eliciting strong reasoning abilities in multimodal large language models (MLLMs) through rule-based reinforcement learning (RL) with outcome rewards. - Unlocking multimodal mathematical reasoning via process reward model
Luo et al. ·
📝 Process Reward Models (PRMs) have shown promise in enhancing the mathematical reasoning capabilities of Large Language Models (LLMs) through Test-Time Scaling (TTS). - Vision-r1: Evolving human-free alignment in large vision-language models via vision-guided reinforcement learning
Zhan et al. ·
📝 Large Vision-Language Models (LVLMs) typically follow a two-stage training paradigm-pretraining and supervised fine-tuning. - Vlm-r1: A stable and generalizable r1-style large vision-language model
Shen et al. ·
📝 Recently DeepSeek R1 has shown that reinforcement learning (RL) can substantially improve the reasoning capabilities of Large Language Models (LLMs) through a simple yet effective design.
Reward hacking in T2I / T2V diffusion: aesthetic shortcuts and prompt-alignment gaming.
📑 29 papers
- Bidirectional Reward-Guided Diffusion for Real-World Image Super-Resolution
Fan et al. ·
📝 Powered by multimodal text-to-image priors, diffusion-based super-resolution excels at synthesizing intricate details; however, models trained on synthetic low-resolution (LR) and high-resolution (HR) image pairs often… - Diffusion-DRF: Differentiable Reward Flow for Video Diffusion Fine-Tuning
Wang et al. ·
📝 Video diffusion alignment has been heavily relied on scalar rewards. - FAIL: Flow Matching Adversarial Imitation Learning for Image Generation
Ma et al. ·
📝 Post-training of flow matching models-aligning the output distribution with a high-quality target-is mathematically equivalent to imitation learning. - GDRO: Group-level Reward Post-training Suitable for Diffusion Models
Wang et al. ·
📝 Recent advancements adopt online reinforcement learning (RL) from LLMs to text-to-image rectified flow diffusion models for reward alignment. - Improving Text-to-Image Generation with Intrinsic Self-Confidence Rewards
Kim & Cho ·
📝 Text-to-image generation powers content creation across design, media, and data augmentation. - Understanding Reward Hacking in Text-to-Image Reinforcement Learning
Hong et al. ·
📝 Reinforcement learning (RL) has become a standard approach for post-training large language models and, more recently, for improving image generation models, which uses reward functions to enhance generation quality and… - WorldCompass: Reinforcement Learning for Long-Horizon World Models
Wang et al. ·
📝 This work presents WorldCompass, a novel Reinforcement Learning (RL) post-training framework for the long-horizon, interactive video-based world models, enabling them to explore the world more accurately and… - Activation reward models for few-shot model alignment
Chai et al. ·
📝 Aligning Large Language Models (LLMs) and Large Multimodal Models (LMMs) to human preferences is a central challenge in improving the quality of the models' generative outputs for real-world applications. - Adaptive Divergence Regularized Policy Optimization for Fine-tuning Generative Models
Fan et al. ·
📝 Balancing exploration and exploitation during reinforcement learning fine-tuning of generative models presents a critical challenge, as existing approaches rely on fixed divergence regularization that creates an… - BadReward: Clean-Label Poisoning of Reward Models in Text-to-Image RLHF
Duan et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) is crucial for aligning text-to-image (T2I) models with human preferences. - CAD-Judge: Toward Efficient Morphological Grading and Verification for Text-to-CAD Generation
Zhou et al. ·
📝 Computer-Aided Design (CAD) models are widely used across industrial design, simulation, and manufacturing processes. - Data-regularized Reinforcement Learning for Diffusion Models at Scale
Ye et al. ·
📝 Aligning generative diffusion models with human preferences via reinforcement learning (RL) is critical yet challenging. - Diffusionreward: Enhancing blind face restoration through reward feedback learning
Wu et al. ·
📝 Reward Feedback Learning (ReFL) has recently shown great potential in aligning model outputs with human preferences across various generative tasks. - Elucidating optimal reward-diversity tradeoffs in text-to-image diffusion models
Jena et al. ·
📝 Text-to-image (T2I) diffusion models have become prominent tools for generating high-fidelity images from text prompts. - FinPercep-RM: A Fine-grained Reward Model and Co-evolutionary Curriculum for RL-based Real-world Super-Resolution
Liu et al. ·
📝 Reinforcement Learning with Human Feedback (RLHF) has proven effective in image generation field guided by reward models to align human preferences. - Flash-DMD: Towards High-Fidelity Few-Step Image Generation with Efficient Distillation and Joint Reinforcement Learning
Chen et al. ·
📝 Diffusion Models have emerged as a leading class of generative models, yet their iterative sampling process remains computationally expensive. - Follow-Your-Preference: Towards Preference-Aligned Image Inpainting
Shen et al. ·
📝 This paper investigates image inpainting with preference alignment. - GARDO: Reinforcing Diffusion Models without Reward Hacking
He et al. ·
📝 Fine-tuning diffusion models via online reinforcement learning (RL) has shown great potential for enhancing text-to-image alignment. - JarvisEvo: Towards a Self-Evolving Photo Editing Agent with Synergistic Editor-Evaluator Optimization
Lin et al. ·
📝 Agent-based editing models have substantially advanced interactive experiences, processing quality, and creative flexibility. - Nabla-r2d3: Effective and efficient 3d diffusion alignment with 2d rewards
Liu et al. ·
📝 Generating high-quality and photorealistic 3D assets remains a longstanding challenge in 3D vision and computer graphics. - Pref-grpo: Pairwise preference reward-based grpo for stable text-to-image reinforcement learning
Wang et al. ·
📝 Recent advancements highlight the importance of GRPO-based reinforcement learning methods and benchmarking in enhancing text-to-image (T2I) generation. - RAPID^ 3: Tri-Level Reinforced Acceleration Policies for Diffusion Transformer
Zhao et al. ·
📝 Diffusion Transformers (DiTs) excel at visual generation yet remain hampered by slow sampling. - ROCM: RLHF on consistency models
Shekhar & Zhang ·
📝 Diffusion models have revolutionized generative modeling in continuous domains like image, audio, and video synthesis. - SoliReward: Mitigating Susceptibility to Reward Hacking and Annotation Noise in Video Generation Reward Models
Lian et al. ·
📝 Post-training alignment of video generation models with human preferences is a critical goal. - Stage: Stable and generalizable grpo for autoregressive image generation
Ma et al. ·
📝 Reinforcement learning has recently been explored to improve text-to-image generation, yet applying existing GRPO algorithms to autoregressive (AR) image models remains challenging. - Taming Preference Mode Collapse via Directional Decoupling Alignment in Diffusion Reinforcement Learning
Chen et al. ·
📝 Recent studies have demonstrated significant progress in aligning text-to-image diffusion models with human preference via Reinforcement Learning from Human Feedback. - The Image as Its Own Reward: Reinforcement Learning with Adversarial Reward for Image Generation
Mao et al. ·
📝 A reliable reward function is essential for reinforcement learning (RL) in image generation. - Rfsr: Improving isr diffusion models via reward feedback learning
Sun et al. ·
📝 Generative diffusion models (DM) have been extensively utilized in image super-resolution (ISR). - See-dpo: Self entropy enhanced direct preference optimization
Shekhar et al. ·
📝 Direct Preference Optimization (DPO) has been successfully used to align large language models (LLMs) according to human preferences, and more recently it has also been applied to improving the quality of text-to-image…
Tool misuse, test-suite tampering, and environment exploitation in agentic workflows.
📑 11 papers
- StitchCUDA: An Automated Multi-Agents End-to-End GPU Programing Framework with Rubric-based Agentic Reinforcement Learning
Li et al. ·
📝 Modern machine learning (ML) workloads increasingly rely on GPUs, yet achieving high end-to-end performance remains challenging due to dependencies on both GPU kernel efficiency and host-side settings. - CodeV: Code with Images for Faithful Visual Reasoning via Tool-Aware Policy Optimization
Hou et al. ·
📝 Agentic vision-language models are increasingly trained to "think with images" by calling image operations. - Mona: Myopic optimization with non-myopic approval can mitigate multi-step reward hacking
Farquhar et al. ·
📝 Future advanced AI systems may learn sophisticated strategies through reinforcement learning (RL) that humans cannot understand well enough to safely evaluate. - Monitoring Reasoning Models for Misbehavior and the Risks of Promoting Obfuscation
Baker et al. ·
📝 Mitigating reward hacking--where AI systems misbehave due to flaws or misspecifications in their learning objectives--remains a key challenge in constructing capable and aligned models. - PoU: Proof-of-Use to Counter Tool-Call Hacking in DeepResearch Agents
Ma et al. ·
📝 While reinforcement learning (RL) enhances their ability to plan and reason across retrieval steps, we identify a critical failure mode in this setting: Tool-Call Hacking. - ProofWright: Towards Agentic Formal Verification of CUDA
Chatterjee et al. ·
📝 Large Language Models (LLMs) are increasingly used to automatically generate optimized CUDA kernels, substantially improving developer productivity. - Relook: Vision-grounded rl with a multimodal llm critic for agentic web coding
Li et al. ·
📝 While Large Language Models (LLMs) excel at algorithmic code generation, they struggle with front-end development, where correctness is judged on rendered pixels and interaction. - Scalable Supervising Software Agents with Patch Reasoner
Xu et al. ·
📝 While large language model agents have advanced software engineering tasks, the unscalable nature of existing test-based supervision is limiting the potential improvement of data scaling. - Towards agentic self-learning llms in search environment
Sun et al. ·
📝 We study whether self-learning can scale LLM-based agents without relying on human-curated datasets or predefined rule-based rewards. - Alphaverus: Bootstrapping formally verified code generation through self-improving translation and treefinement
Aggarwal et al. ·
📝 Automated code generation with large language models has gained significant traction, but there remains no guarantee on the correctness of generated code. - Feedback loops with language models drive in-context reward hacking
Pan et al. ·
📝 Language models influence the external world: they query APIs that read and write to web pages, generate content that shapes human behavior, and run system commands as autonomous agents.
Scalable oversight, multimodal grounding, agentic autonomy, and post-benchmark evaluation protocols.
📑 30 papers
- Monitoring Emergent Reward Hacking During Generation via Internal Activations
Wilhelm et al. ·
📝 Fine-tuned large language models can exhibit reward-hacking behavior arising from emergent misalignment, which is difficult to detect from final outputs alone. - Auditing language models for hidden objectives
Marks et al. ·
📝 We study the feasibility of conducting alignment audits: investigations into whether models have undesired objectives. - Beacon: Single-Turn Diagnosis and Mitigation of Latent Sycophancy in Large Language Models
Pandey et al. ·
📝 Large language models internalize a structural trade-off between truthfulness and obsequious flattery, emerging from reward optimization that conflates helpfulness with polite submission. - DPO Meets PPO: Reinforced Token Optimization for RLHF
Zhong et al. ·
📝 In the classical Reinforcement Learning from Human Feedback (RLHF) framework, Proximal Policy Optimization (PPO) is employed to learn from sparse, sentence-level rewards -- a challenging scenario in traditional deep… - Multimodal Reinforcement Learning with Agentic Verifier for AI Agents
Tan et al. ·
📝 Agentic reasoning models trained with multimodal reinforcement learning (MMRL) have become increasingly capable, yet they are almost universally optimized using sparse, outcome-based rewards computed based on the final… - Perceptual-Evidence Anchored Reinforced Learning for Multimodal Reasoning
Zhang et al. ·
📝 Reinforcement Learning with Verifiable Rewards (RLVR) has significantly advanced the reasoning capabilities of Large Language Models (LLMs) and is now being applied to Vision-Language Models (VLMs). - RIVAL: Reinforcement Learning with Iterative and Adversarial Optimization for Machine Translation
Li et al. ·
📝 Large language models (LLMs) possess strong multilingual capabilities, and combining Reinforcement Learning from Human Feedback (RLHF) with translation tasks has shown great potential. - Scalable Supervising Software Agents with Patch Reasoner
Xu et al. ·
📝 While large language model agents have advanced software engineering tasks, the unscalable nature of existing test-based supervision is limiting the potential improvement of data scaling. - The energy loss phenomenon in rlhf: A new perspective on mitigating reward hacking
Miao et al. ·
📝 This work identifies the Energy Loss Phenomenon in Reinforcement Learning from Human Feedback (RLHF) and its connection to reward hacking. - Unlocking multimodal mathematical reasoning via process reward model
Luo et al. ·
📝 Process Reward Models (PRMs) have shown promise in enhancing the mathematical reasoning capabilities of Large Language Models (LLMs) through Test-Time Scaling (TTS). - Adversarial Preference Optimization: Enhancing Your Alignment via RM-LLM Game
Cheng et al. ·
📝 Human preference alignment is essential to improve the interaction quality of large language models (LLMs). - Alignment Faking in Large Language Models
Greenblatt et al. ·
📝 We present a demonstration of a large language model engaging in alignment faking: selectively complying with its training objective in training to prevent modification of its behavior out of training. - Feedback loops with language models drive in-context reward hacking
Pan et al. ·
📝 Language models influence the external world: they query APIs that read and write to web pages, generate content that shapes human behavior, and run system commands as autonomous agents. - Frontier Models are Capable of In-context Scheming
Meinke et al. ·
📝 Frontier models are increasingly trained and deployed as autonomous agent. - Generative Reward Models
Mahan et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) has greatly improved the performance of modern Large Language Models (LLMs). - Improving Reinforcement Learning from Human Feedback with Efficient Reward Model Ensemble
Zhang et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) is a widely adopted approach for aligning large language models with human values. - Interpretable Preferences via Multi-Objective Reward Modeling and Mixture-of-Experts
Wang et al. ·
📝 Reinforcement learning from human feedback (RLHF) has emerged as the primary method for aligning large language models (LLMs) with human preferences. - Iterative Preference Learning from Human Feedback: Bridging Theory and Practice for RLHF under KL-constraint
Xiong et al. ·
📝 This paper studies the alignment process of generative models with Reinforcement Learning from Human Feedback (RLHF). - Online Iterative Reinforcement Learning from Human Feedback with General Preference Model
Ye et al. ·
📝 We investigate Reinforcement Learning from Human Feedback (RLHF) in the context of a general preference oracle. - Reward Model Ensembles Help Mitigate Overoptimization
Coste et al. ·
📝 Reinforcement learning from human feedback (RLHF) is a standard approach for fine-tuning large language models to follow instructions. - Rule Based Rewards for Language Model Safety
Mu et al. · - Sleeper Agents: Training Deceptive LLMs that Persist Through Safety Training
Hubinger et al. ·
📝 Humans are capable of strategically deceptive behavior: behaving helpfully in most situations, but then behaving very differently in order to pursue alternative objectives when given the opportunity. - TLCR: Token-Level Continuous Reward for Fine-grained Reinforcement Learning from Human Feedback
Yoon et al. ·
📝 Reinforcement Learning from Human Feedback (RLHF) leverages human preference data to train language models to align more closely with human essence. - Direct preference optimization: Your language model is secretly a reward model
Rafailov et al. ·
📝 While large-scale unsupervised language models (LMs) learn broad world knowledge and some reasoning skills, achieving precise control of their behavior is difficult due to the completely unsupervised nature of their… - Fine-grained human feedback gives better rewards for language model training
Wu et al. ·
📝 Language models (LMs) often exhibit undesirable text generation behaviors, including generating false, toxic, or irrelevant outputs. - Goodhart's law in reinforcement learning
Karwowski et al. ·
📝 Implementing a reward function that perfectly captures a complex task in the real world is impractical. - Scaling laws for reward model overoptimization
Gao et al. ·
📝 In reinforcement learning from human feedback, it is common to optimize against a reward model trained to predict human preferences. - Sparse Autoencoders Find Highly Interpretable Features in Language Models
Cunningham et al. ·
📝 One of the roadblocks to a better understanding of neural networks' internals is , where neurons appear to activate in multiple, semantically distinct contexts. - Training language models to follow instructions with human feedback
Ouyang et al. ·
📝 Making language models bigger does not inherently make them better at following a user's intent. - Reward tampering problems and solutions in reinforcement learning: A causal influence diagram perspective
Everitt et al. ·
📝 Can humans get arbitrarily capable reinforcement learning (RL) agents to do their bidding?
We welcome community contributions! If you know of a paper that should be included — or spot an error in an existing entry — please:
- Check CONTRIBUTING.md for the entry format.
- Open a pull request, or file an issue with the paper's title, venue, and link.
We maintain this list as a living document; reward hacking is a fast-moving area and your input keeps the repo useful.
- 🗒 Full paper index (by year):
docs/paper_index.md - 🧠 Survey abstract & key concepts:
docs/abstract.md