Nonparametric LLM Evaluation from Preference Data
Dennis Frauen, Athiya Deviyani, Mihaela van der Schaar, Stefan Feuerriegel
TL;DR
The paper tackles the challenge of ranking LLMs from context-dependent human preferences by proposing a nonparametric framework (DMLEval / DMLRank) built around generalized average ranking scores (GARS), which express the target ranking as $\theta=\mathbb{E}[F(\mu(X))]$. It develops a debiased, EIF-based estimator that remains valid when nuisance components are estimated with black-box models, and it integrates external judges and budget-aware data collection. The framework unifies multiple ranking notions (e.g., Borda, Bradley–Terry, Rank Centrality) under one target and provides an explicit A-optimal data-acquisition policy to minimize estimator variance under cost. Empirically, it demonstrates improved statistical efficiency and principled uncertainty quantification on synthetic data and real-world LLM preference datasets, with robust rankings that are less sensitive to BT misspecification. This approach advances practical LLM leaderboards by enabling flexible, reliable, and cost-effective evaluation from preference data.
Abstract
Evaluating the performance of large language models (LLMs) from human preference data is crucial for obtaining LLM leaderboards. However, many existing approaches either rely on restrictive parametric assumptions or lack valid uncertainty quantification when flexible machine learning methods are used. In this paper, we propose a nonparametric statistical framework, DMLEval, for comparing and ranking LLMs from preference data using debiased machine learning (DML). For this, we introduce generalized average ranking scores (GARS), which generalize commonly used ranking models, including the Bradley-Terry model or PageRank/ Rank centrality, with complex human responses such as ties. DMLEval comes with the following advantages: (i) It produces statistically efficient estimates of GARS ranking scores. (ii) It naturally allows the incorporation of black-box machine learning methods for estimation. (iii) It can be combined with pre-trained LLM evaluators (e.g., using LLM-as-a-judge). (iv) It suggests optimal policies for collecting preference data under budget constraints. We demonstrate these advantages both theoretically and empirically using both synthetic and real-world preference datasets. In summary, our framework provides practitioners with powerful, state-of-the-art methods for comparing or ranking LLMs.
