Definition
The Bradley-Terry model is a probabilistic model widely used in psychometrics and machine learning to handle pairwise comparisons. It assigns a latent score to each item, calculating the probability that item i is chosen over item j based on their relative scores. This model is fundamental in ranking systems, such as chess Elo ratings, A/B testing analysis, and preference learning in reinforcement learning from human feedback (RLHF).
Summary
A statistical model used to analyze paired comparison data, estimating the probability that one item is preferred over another.
Key Concepts
- Pairwise Comparison
- Ranking Systems
- Logistic Regression
- Preference Learning
Use Cases
- Sports ranking algorithms
- A/B testing analysis
- Reinforcement Learning from Human Feedback (RLHF)