Is Elo Rating Reliable? A Study Under Model Misspecification
Shange Tang, Yuanhao Wang, Chi Jin
TL;DR
The paper investigates the reliability of Elo rating when real-world data deviate from the stationary Bradley-Terry model. It shows through likelihood-ratio testing that BT is frequently misspecified and that matchmaking and player skills often evolve over time, yet Elo-based methods often outperform more complex alternatives in predicting outcomes, especially in sparse data regimes. By reframing Elo as online gradient descent within online convex optimization, it establishes no-regret guarantees under misspecification and non-stationarity, and demonstrates that data sparsity fundamentally drives performance trade-offs between simple and complex models. Synthetic and real-world experiments reveal a strong link between predictive accuracy and ranking quality, while also highlighting scenarios where Elo can fail to produce a consistent global ranking under non-uniform matchmaking. Together, these results clarify Elo’s practical strengths and limitations, with implications for model selection and interpretation in competitive settings and AI evaluation tasks.
Abstract
Elo rating, widely used for skill assessment across diverse domains ranging from competitive games to large language models, is often understood as an incremental update algorithm for estimating a stationary Bradley-Terry (BT) model. However, our empirical analysis of practical matching datasets reveals two surprising findings: (1) Most games deviate significantly from the assumptions of the BT model and stationarity, raising questions on the reliability of Elo. (2) Despite these deviations, Elo frequently outperforms more complex rating systems, such as mElo and pairwise models, which are specifically designed to account for non-BT components in the data, particularly in terms of win rate prediction. This paper explains this unexpected phenomenon through three key perspectives: (a) We reinterpret Elo as an instance of online gradient descent, which provides no-regret guarantees even in misspecified and non-stationary settings. (b) Through extensive synthetic experiments on data generated from transitive but non-BT models, such as strongly or weakly stochastic transitive models, we show that the ''sparsity'' of practical matching data is a critical factor behind Elo's superior performance in prediction compared to more complex rating systems. (c) We observe a strong correlation between Elo's predictive accuracy and its ranking performance, further supporting its effectiveness in ranking.
