Prompt-to-Leaderboard
Evan Frick, Connor Chen, Joseph Tennyson, Tianle Li, Wei-Lin Chiang, Anastasios N. Angelopoulos, Ion Stoica
TL;DR
Prompt-to-Leaderboard (P2L) tackles the problem that aggregate LLM evaluations obscure prompt- and user-specific performance. It trains a meta-model to map a prompt $z$ to a per-prompt leaderboard $\theta^*(z)$ of Bradley-Terry coefficients, enabling prompt-conditioned evaluation, routing, and automated analysis; it further extends to Prompt-to-Regression to handle diverse feedback types. The approach supports efficient aggregation over prompt distributions, cost-aware and unconstrained routing, and automatic strength/weakness analysis, with strong empirical results on Chatbot Arena and LiveBench demonstrating improved prediction of human preferences, superior per-prompt routing, and robust generalization. The work shows scaling laws and practical benefits for personalized model selection, unsupervised task-specific evaluation, and granular insight into model strengths and weaknesses, with real-world routing gains evidenced by a top Arena placement in early 2025. Altogether, P2L provides a principled, scalable framework for nuanced LLM evaluation and deployment decisions that go beyond average-leaderboard summaries.
Abstract
Large language model (LLM) evaluations typically rely on aggregated metrics like accuracy or human preference, averaging across users and prompts. This averaging obscures user- and prompt-specific variations in model performance. To address this, we propose Prompt-to-Leaderboard (P2L), a method that produces leaderboards specific to a prompt. The core idea is to train an LLM taking natural language prompts as input to output a vector of Bradley-Terry coefficients which are then used to predict the human preference vote. The resulting prompt-dependent leaderboards allow for unsupervised task-specific evaluation, optimal routing of queries to models, personalization, and automated evaluation of model strengths and weaknesses. Data from Chatbot Arena suggest that P2L better captures the nuanced landscape of language model performance than the averaged leaderboard. Furthermore, our findings suggest that P2L's ability to produce prompt-specific evaluations follows a power law scaling similar to that observed in LLMs themselves. In January 2025, the router we trained based on this methodology achieved the #1 spot on the Chatbot Arena leaderboard. Our code is available on GitHub at https://github.com/lmarena/p2l.
