DPO — Direct Preference Optimization instead of RLHF PPO.
hardAnswer
- Rafailov et al. 2023: skips explicit reward model + PPO.
- Direct loss on preference pairs: L(θ) = -.
- Derived from KL-constrained reward-maximization → closed-form optimal policy in terms of reward → invert to remove reward.
- Simpler + more stable than PPO.
- Now standard for open-source LLM alignment (Llama, Zephyr).
Check yourself — multiple choice
- Same as PPO
- Direct loss on preference pairs; skips reward model + PPO; derived from KL-constrained optimal policy — simpler + more stable; standard for open-source LLM alignment
- Random
- Not real
DPO: direct preference loss; no reward model + PPO; simpler LLM alignment.
#llm#alignment#policy-methods
Practise Reinforcement Learning
214 interview questions in this topic.