rlhf-three-stage-pipeline

IN premiseentries/2026/06/21/wiki-Reinforcement_learning_from_human_feedback.md

Created 2026-06-21T09:50:10+00:00

The RLHF training pipeline has three stages: (1) supervised fine-tuning of a base model, (2) training a reward model from human preference rankings, and (3) optimizing the policy against the reward model using RL (typically PPO).

Summary

Alignment in large language models works as a sequential three-step process: teach the model to produce well-formed responses, learn what humans prefer from comparison data, then use reinforcement learning to push the model toward those preferences. This staging matters because problems can be isolated to a specific step, and improvements in one stage only help if the others are sound.

Dependents

These beliefs depend on this one: