Prediction-Powered Ranking of Large Language Models
Ivi Chatzi, Eleni Straitouri, Suhas Thejaswi, Manuel Gomez Rodriguez
TL;DR
The paper tackles the challenge of ranking large language models by human preferences when human-labeled pairwise data are scarce and model-derived comparisons are abundant but potentially misaligned. It introduces a prediction-powered inference framework that constructs a confidence ellipsoid for the human-consistent win probabilities and converts it into rank-sets with provable coverage guarantees. By integrating a small human-labeled dataset with a large set of model-driven comparisons, the method yields uncertainty-aware rankings and robust performance over purely model-driven rankings. Empirical results on LMSYS Chatbot Arena show that rank-sets informed by human data are more likely to cover the true human-consistent ranking than those based solely on strong LLM comparisons, highlighting practical gains for reliable model evaluation. The work also provides open-source code, enabling broader adoption and future refinements in uncertainty-aware LLM evaluation.
Abstract
Large language models are often ranked according to their level of alignment with human preferences -- a model is better than other models if its outputs are more frequently preferred by humans. One of the popular ways to elicit human preferences utilizes pairwise comparisons between the outputs provided by different models to the same inputs. However, since gathering pairwise comparisons by humans is costly and time-consuming, it has become a common practice to gather pairwise comparisons by a strong large language model -- a model strongly aligned with human preferences. Surprisingly, practitioners cannot currently measure the uncertainty that any mismatch between human and model preferences may introduce in the constructed rankings. In this work, we develop a statistical framework to bridge this gap. Given a (small) set of pairwise comparisons by humans and a large set of pairwise comparisons by a model, our framework provides a rank-set -- a set of possible ranking positions -- for each of the models under comparison. Moreover, it guarantees that, with a probability greater than or equal to a user-specified value, the rank-sets cover the true ranking consistent with the distribution of human pairwise preferences asymptotically. Using pairwise comparisons made by humans in the LMSYS Chatbot Arena platform and pairwise comparisons made by three strong large language models, we empirically demonstrate the effectivity of our framework and show that the rank-sets constructed using only pairwise comparisons by the strong large language models are often inconsistent with (the distribution of) human pairwise preferences.
