How did "ask humans which output they prefer" become the way frontier models are aligned? This map follows the lineage from preference-based RL in 2017 through summarization, InstructGPT, Constitutional AI, RLAIF, and DPO, as a historical progression. The second half is the honest part: reward hacking, overoptimization scaling laws, preference-data poisoning, and the limits of human feedback. Citation-backed throughout, with primary papers in the newcomer branch.
The RLHF Lineage
Historical progression of preference-based alignment
Deep RL from human preferences
Preference-based deep RL treats human judgment as a more practical signal for appropriate behavior than demonstrations or manually specified rewards.
Pairwise comparisons are converted into a learned scalar reward model, which then supplies the optimization signal for policy learning.
2017: Christiano et al. establish a deep-RL preference-learning milestone by scaling comparison-based feedback to complex physics and Atari tasks with nonlinear reward models.
2020: Stiennon et al. collect pairwise summary preferences, train a supervised reward model, and optimize a summarization policy with PPO against the model’s score, iterating with new policy samples.
2022: Ouyang et al.’s InstructGPT trains with supervised fine-tuning, reward-model training on human comparisons, and PPO, with human evaluators preferring its 1.3B model over 175B GPT-3 outputs.
Transition: the lineage moves from learning rewards for general deep-RL behavior to using preference models for language-model instruction following and assistant usability.
RLHF assistants
The standard RLHF pipeline trains a reward or preference model from human-ranked examples, then fine-tunes a policy against that learned signal.
Helpful and harmless objectives can conflict: excessive caution can become unhelpful, while excessive helpfulness can enable harmful or toxic content.
RLHF commonly adds a KL penalty against the supervised model to limit reward over-optimization and a pretraining loss to preserve broader model performance.
Constitutional AI
Constitutional AI replaces most harmfulness labels with a small set of human-written principles and few-shot examples that form a constitution.
Its supervised phase prompts an initial model to critique and revise responses according to constitutional principles, then fine-tunes on the revised outputs.
The RL stage uses model comparisons to train a preference model and reports a harmless, non-evasive assistant that explains objections to harmful requests.
RLAIF: reinforcement learning from AI feedback
RLAIF replaces human harmlessness preferences with AI evaluations of response pairs against constitutional principles.
AI-generated harmlessness preferences can be mixed with human helpfulness labels to train a hybrid preference model used for RL fine-tuning.
A survey reports that RLAIF and RLHF performed almost identically on summarization, while noting that subtle differences remained.
Direct Preference Optimization
DPO directly optimizes the policy from preference pairs, bypassing explicit reward-model training and the multi-stage RLHF pipeline.
DPO increases the probability of preferred outputs relative to rejected outputs while anchoring the policy to a reference distribution through a coefficient-controlled ratio objective.
Follow-on preference-optimization work studies divergence choices and overfitting, including f-DPO, broader pairwise objectives, and IPO.
Known failure modes of reward models and human feedback
Reward hacking occurs when an agent optimizes a proxy or implementation of the objective while violating the designer’s intended goal.
Misspecified proxy rewards can produce high metric performance while falling short of human standards, with proxy reward rising as true reward declines.
Preference-model scores can overestimate crowdworker judgments because of distribution shift, possible nontransitivity in score aggregation, and model miscalibration.
Human feedback is an imperfect proxy for beneficial behavior and is constrained by human error and bias.
Preference models trained primarily for helpfulness or harmlessness can perform poorly on the other objective, reflecting conflict in the feedback target.
RLHF may fail when humans cannot reliably evaluate performance beyond their own expertise, especially when evaluation is not easier than generation.
Failure-mode analyses identify possible vulnerabilities involving deceptive alignment, emergent misalignment, and dangerous out-of-distribution generalization, while describing the analysis as exploratory and uncertain.
Preference-data poisoning can significantly bias reward models, and cited work reports harmful DPO backdoors from very small poisoned-data fractions.
Gao et al. show that optimizing an imperfect proxy reward can reduce gold reward, with proxy–gold divergence depending on optimization method and reward-model scale.
Research landscape for newcomers
Scalable oversight studies how AI systems can help supervise more capable systems, including automated alignment researchers and nested or bootstrapped oversight.
Evaluation research should test whether preference-model scores track human judgments under distribution shift, adversarial prompts, and changing model capability.
Reward-modeling research focuses on representing comparison feedback, detecting misspecification and hacking, and improving the quality and robustness of preference data.
Getting started: key papers for newcomers
Foundations: preference learning and reward modeling
Christiano et al. (2017): start here for the preference-based deep-RL framing, where comparisons become a learned reward signal for policy learning.
Stiennon et al. (2020), Learning to Summarize from Human Feedback: read it for the primary preference-pair, reward-model, PPO, and iterative-policy pipeline, plus its human-labeler overoptimization result.
Amodei et al. (2016): read for the foundational distinction between formal reward optimization and the designer’s intended goal.
Assistant alignment: RLHF and preference optimization
Bai et al. (2022), Training a Helpful and Harmless Assistant: study the preference-modeling and RLHF pipeline, plus the helpfulness-harmlessness tradeoff.
Ouyang et al. (2022), Training Language Models to Follow Instructions with Human Feedback: read it for the primary SFT, reward-model, and PPO recipe and the finding that 1.3B InstructGPT outputs were preferred to 175B GPT-3 outputs.
Rafailov et al. (2023), Direct Preference Optimization: study how preference pairs can directly optimize a reference-anchored policy without an explicit reward model.
Constitutional AI and AI feedback
Bai et al. (2022), Constitutional AI: study constitutional principles, self-critique and revision, and the transition from human harmlessness labels to RLAIF.
Safety, oversight, and evaluation
Engels et al. (2025), Scaling Laws for Scalable Oversight: follow this direction for automated oversight, nested supervision, and capability-relative evaluation.
Ji et al. (2025), AI Alignment: A Comprehensive Survey: use it to connect RLHF, reward modeling, DPO, scalable oversight, and failure-mode research.
Gao et al. (2022), Scaling Laws for Reward Model Overoptimization: read it for proxy-versus-gold reward divergence under reinforcement learning and best-of-N optimization, including scaling with reward-model parameters.
How did "ask humans which output they prefer" become the way frontier models are aligned? This map follows the lineage from preference-based RL in 2017 through summarization, InstructGPT, Constitutional AI, RLAIF, and DPO, as a historical progression. The second half is the honest part: reward hacking, overoptimization scaling laws, preference-data poisoning, and the limits of human feedback. Citation-backed throughout, with primary papers in the newcomer branch.
References
Amodei, Dario, Chris Olah, Jacob Steinhardt, Paul Christiano, John Schulman, and Dan Mané. “Concrete Problems in AI Safety.” arXiv:1606.06565. Preprint, arXiv, July 25, 2016. https://doi.org/10.48550/arXiv.1606.06565.
Bai, Yuntao, Andy Jones, Kamal Ndousse, et al. “Training a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback.” arXiv:2204.05862. Preprint, arXiv, April 12, 2022. https://doi.org/10.48550/arXiv.2204.05862.
Bai, Yuntao, Saurav Kadavath, Sandipan Kundu, et al. “Constitutional AI: Harmlessness from AI Feedback.” arXiv:2212.08073. Preprint, arXiv, December 15, 2022. https://doi.org/10.48550/arXiv.2212.08073.
Bengio, Yoshua, Stephen Clare, and Carina Prunkl. International AI Safety Report 2026. 2026.
Che, Tong, and Rui Wu. “Greed Is Learned: Visible Incentives as Reward-Hacking Triggers.” arXiv:2606.16914. Preprint, arXiv, June 15, 2026. https://doi.org/10.48550/arXiv.2606.16914.
Christiano, Paul, Jan Leike, Tom B. Brown, Miljan Martic, Shane Legg, and Dario Amodei. “Deep Reinforcement Learning from Human Preferences.” arXiv:1706.03741. Preprint, arXiv, February 17, 2023. https://doi.org/10.48550/arXiv.1706.03741.
Croitoru, Florinel-Alin, Vlad Hondru, Radu Tudor Ionescu, Nicu Sebe, and Mubarak Shah. “Curriculum-DPO++: Direct Preference Optimization via Data and Model Curricula for Text-to-Image Generation.” arXiv:2602.13055. Version 1. Preprint, arXiv, February 13, 2026. https://doi.org/10.48550/arXiv.2602.13055.
Dung, Leonard, and Florian Mai. “AI Alignment Strategies from a Risk Perspective: Independent Safety Mechanisms or Shared Failures?” arXiv:2510.11235. Preprint, arXiv, October 13, 2025. https://doi.org/10.48550/arXiv.2510.11235.
Engels, Joshua, David D. Baek, Subhash Kantamneni, and Max Tegmark. “Scaling Laws For Scalable Oversight.” arXiv:2504.18530. Version 3. Preprint, arXiv, October 27, 2025. https://doi.org/10.48550/arXiv.2504.18530.
Gao, Leo, John Schulman, and Jacob Hilton. 2022. “Scaling Laws for Reward Model Overoptimization.” Version 1. Preprint, ArXiv. https://doi.org/10.48550/ARXIV.2210.10760.
Ji, Jiaming, Tianyi Qiu, Boyuan Chen, et al. “AI Alignment: A Comprehensive Survey.” arXiv:2310.19852. Preprint, arXiv, April 4, 2025. https://doi.org/10.48550/arXiv.2310.19852.
Ouyang, Long, Jeff Wu, Xu Jiang, et al. 2022. “Training Language Models to Follow Instructions with Human Feedback.” Version 1. Preprint, ArXiv. https://doi.org/10.48550/ARXIV.2203.02155.
Shi, Wei, Ziyuan Xie, Sihang Li, and Xiang Wang. “SAFER: Probing Safety in Reward Models with Sparse Autoencoder.” arXiv:2507.00665. Preprint, arXiv, January 30, 2026. https://doi.org/10.48550/arXiv.2507.00665.
Stiennon, Nisan, Long Ouyang, Jeff Wu, et al. 2020. “Learning to Summarize from Human Feedback.” Version 3. Preprint, ArXiv. https://doi.org/10.48550/ARXIV.2009.01325.