LGCLFeb 20, 2025

Prompt-to-Leaderboard

arXiv:2502.14855v224 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This addresses the need for more nuanced, task-specific evaluation and routing in LLMs, though it is incremental as it builds on existing Bradley-Terry models and leaderboard frameworks.

The paper tackles the problem that aggregated metrics in LLM evaluations obscure user- and prompt-specific performance variations by proposing Prompt-to-Leaderboard (P2L), a method that produces prompt-specific leaderboards, which achieved the #1 spot on the Chatbot Arena leaderboard in January 2025.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes