LinkedIn analytics tracking pixel for AIDOLS AI consulting website performance measurement
Training & Optimization

Reinforcement Learning from Human Feedback (RLHF)

Reinforcement Learning from Human Feedback (RLHF) is a training technique that aligns a language model's outputs with human preferences by training a reward model on human comparisons of candidate responses, then optimizing the LLM against that reward.

Full definition

RLHF has three stages: (1) supervised fine-tuning on demonstrations, (2) training a reward model on human-ranked pairs of outputs, and (3) RL (typically PPO or DPO) to push the model toward higher-reward outputs. RLHF is the technique that turned raw GPT-3 into ChatGPT — taking a model that completed text into one that follows instructions, refuses unsafe requests, and behaves like an assistant.

Why it matters

RLHF (and successors like Constitutional AI and DPO) is what makes frontier LLMs safe and useful enough to deploy in regulated environments. Without alignment training, the same base models are not enterprise-deployable.

Example

OpenAI used RLHF to turn GPT-3.5 into ChatGPT in 2022, producing the first LLM mass enough to reach 100 million users in two months.

Source & further reading

Primary source: Ouyang et al. — "Training language models to follow instructions with human feedback" (InstructGPT) (2022).

Citation policy: this entry is part of the AIDOLS AI Implementation Glossary and may be quoted for research, journalism, and education with attribution to aidolsgroup.com/nl/glossary/rlhf/.