Back to LLMs Mind Map
中文·English
LLMsID: simpo-orpo-kto

Reference-Free Alignment SimPO/ORPO/KTO

无参考对齐 SimPO/ORPO/KTO
🎯Core Definition
reference-free alignment methods drop the reference policy and/or the separate SFT stage: ① SimPO (Simple Preference Optimization) removes the reference model entirely, using the sequence-level average log-probability 1ytlogπθ(yty<t,x)\frac{1}{|y|}\sum_t \log \pi_\theta(y_t|y_{<t}, x) as an implicit reward (vs DPO's same-size reference model, typically β = 0.1), saving ~50% VRAM and training time; ② ORPO (Odds Ratio Preference Optimization) adds a preference term on top of the SFT cross-entropy, doing SFT + alignment in one step; ③ KTO (Kahneman-Tversky Optimization) trains on per-response desirable/undesirable signals, supporting unpaired data.
💡Use Cases
low-cost fine-tuning in the open-source community (7B on a single GPU), scenarios with only thumbs-up/down feedback, and teams iterating rapidly on alignment experiments.
Key Problems Solved
DPO needs a reference model the size of the policy, doubling memory, and requires paired data. SimPO cuts VRAM ~50%, ORPO merges SFT + alignment into one step, and KTO lifts the paired-data requirement — collectively lowering the engineering bar for alignment.
🎯5 High-Frequency Exam Points
1
How does SimPO remove the reference model? Its implicit reward and advantages?
2
ORPO's loss composition? Why does it do SFT + alignment in one step?
3
KTO vs DPO: core differences, and what behavioral-economics theory underlies KTO?
4
Compare SimPO/ORPO/KTO with DPO: memory, data requirements, training stability?
5
Common risks of reference-free methods? Issues from losing the KL anchor?
Updated 2026-08-12
🎯
Test Your Knowledge: Practice Questions for "Reference-Free Alignment SimPO/ORPO/KTO"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardDirect Preference OptimizationNext CardGroup Relative Policy Optimization

🔗 More LLMs Knowledge Cards

Agent & Tool CallingAlignment Tax & Preference DataScaled Dot-Product AttentionAttention Variants MHA/MQA/GQA