Use case
Building eval leaderboards with compere
Rank models or prompts from head-to-head judgements, not brittle scalar scores.
Who it's for: Teams comparing models, prompts, or system configurations
The problem
Scalar eval scores are hard to calibrate across raters and tasks, and absolute grades drift. Head-to-head “which output is better?” is a far more reliable judgement — but you need a principled way to turn a pile of pairwise verdicts into a single ranking.
How compere approaches it
- Register each model / prompt / configuration as an entity.
- Serve UCB-selected pairs to human judges or an LLM-as-judge.
- Record verdicts; Elo updates the ratings after every comparison.
- GET /ratings for a sortable leaderboard that is a pure function of the votes.
Where it fits (and where it doesn't)
compere fits single-dimension “which is better overall?” leaderboards. If you need per-criterion weighted scoring, an AHP-style tool is a better match — see the comparison.
Ready to try this?
The quickstart gets you from install to a live leaderboard in minutes.