AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

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

Use Cases