Start here
RLHF, in plain language
Reinforcement Learning from Human Feedback. Preference optimization adapts model behavior to human goals, but introduces reward misspecification, annotator uncertainty, and difficult safety tradeoffs.
For a small example, one answer is concise and correct; another is polished but wrong. Write a rubric, compare independently, and notice how vague preference labels can reward style over truth. This is the mechanism to keep in view as the lesson becomes more technical. Before moving on, identify the input, transformation, output, and one observation that would falsify your conclusion.
Key points
- Demonstrations, pairwise preferences, reward models, policies, and reference models.
- Bradley-Terry preference likelihood and KL regularization.
- SFT, PPO-style RLHF, DPO, and their conceptual differences.