RLHF and Preference Training
Definition
Reinforcement learning from human feedback uses preference information from people to train or guide models toward preferred behavior; modern post-training also uses related preference-optimization techniques.
What is RLHF?
Reinforcement learning from human feedback, or RLHF, uses human preference judgments to shape model behavior after pretraining. People compare candidate outputs, and those preferences are used to train a reward model or another preference-learning objective.
How the pipeline works
A common historical pipeline is supervised instruction tuning, collection of ranked model responses, training of a reward model, and reinforcement-learning optimization against that reward. Newer preference-optimization methods can learn from comparison data without the exact same RL loop.
Why it is used
Pretraining teaches statistical language prediction; it does not directly teach that an assistant should follow instructions, refuse certain requests or present information in a helpful format. Preference training moves behavior toward those product goals, although it cannot eliminate hallucinations or guarantee correctness.
Related terms, defined
Reference guide and primary sources
Wikipedia is used here as a terminology and history reference guide. Current model versions, institutional statistics and product-specific claims are also linked to first-party or institutional sources because those details can change faster than encyclopedia articles.