Bradley-Terry model in reward modeling.
hardAnswer
- Probability preferred response given prompt x: .
- Loss: -log over preference dataset.
- Reward model r_φ is scalar-output classifier (usually initialized from SFT model + linear head).
- Modern reward models: hundreds of thousands of preference pairs; usually much more efficient than expected due to LLM capabilities.
Check yourself — multiple choice
- Random
- ; loss = -log σ over preference pairs; r_φ scalar model initialized from SFT + linear head
- Same as CE
- Not real
Bradley-Terry: preference model; MLE via -log σ.
#llm#alignment
Practise Reinforcement Learning
214 interview questions in this topic.