Zenaique
Glossary · Training

RLHF (Reinforcement Learning from Human Feedback)

Also known as: Reinforcement Learning from Human Feedback

Train a reward model from human preference pairs, then RL-fine-tune the LLM against that reward.

A training procedure that aligns LLMs with human preferences. A reward model is trained on human comparison data, then the LLM is fine-tuned via PPO or DPO to maximize the learned reward signal.

In practice

Underpins ChatGPT, Claude, and Gemini's helpfulness. Senior interviews test reward-hacking, KL penalties, and why DPO is gradually replacing PPO.

How it compares

Supervised fine-tuning teaches the model what to say; RLHF teaches it which of several responses is preferred.

Comparisons that include RLHF (Reinforcement Learning from Human Feedback)

Related topics

Related terms