pairsort

Summary Showdown results

The full write-up behind the interactive Summary Showdown. Numbers below are generated from examples/results/showdown.json by examples/showdown_plots.py.

Results

Ground truth: none. Nobody can say which summary of a paper is truly best. Rankings here are the AI jury’s pairwise judgments. They are checked against a separate LLM reference grader (Claude Sonnet 5 with a rubric of 9 key facts hand-extracted from the paper), which is another model, not human judgment. How much to trust that grader is measured on exact counts in the verifiable eval. Human votes from the site are reported separately in Humans vs judges.

100 of OpenRouter’s most-used models each summarized the same paper, the 1994 PKPD paper this library implements. pairsort ranked the summaries on six questions from just 400 of the 4,950 possible pairs (8.1%). Then you can judge them yourself → and find out which AI judge agrees with you.

Summary Showdown: top 20

# model popularity accuracy completeness faithfulness writing understandability verbosity words cost
1 GPT-6 Astra #86 3 17 2 9 53 4 186 $0.0735
2 Claude Opus 5 #33 1 1 1 4 94 75 272 $0.0537
3 Nemotron 3 Ultra #9 25 8 13 3 84 6 186 free
4 Kimi K3 #30 11 9 6 5 30 74 215 $0.0196
5 GPT-5.6 Sol Pro #192 12 33 19 33 23 10 151 $0.0370
6 DeepSeek V4 Flash 0423 #2 10 16 12 13 42 42 198 $0.0005
7 Gemini 3.7 Flash #43 4 5 5 6 97 28 172 $0.0049
8 GLM 5.3 Flash #7 2 2 8 17 85 79 240 $0.0009
9 Claude Opus 4.8 #22 6 4 3 23 63 86 231 $0.0505
10 MiniMax M3 #8 9 10 16 1 65 72 234 $0.0020

Full 100-model leaderboard: examples/SHOWDOWN.md · interactive version: ericflo.github.io/pairsort/summary-showdown.html.

What we found

judge AUC vs LLM reference grader (overall; not human truth) Kendall τ judge spend
DeepSeek V4.1 Flash (deepseek/deepseek-v4.1-flash) 0.781 0.41 $0.37
Gemma 4 31B (google/gemma-4-31b-it) 0.764 0.37 $1.55
Nemotron 3.5 Lightning (nvidia/nemotron-3.5-lightning) 0.666 0.21 $0.72
Jev 1.13 (TypeSafe) (typesafe/jev-1.13) 0.743 0.33 $0.11
jury (all judges pooled) 0.805 0.43 $2.75

cost vs quality ranking convergence vs pairs

Reproduce: python examples/summary_showdown.py all --n 100 (≈ $5 on OpenRouter; everything is cached, so re-runs are free). The paper text is downloaded at runtime and not redistributed.

Method

Reproduce

python examples/summary_showdown.py collect --n 100 --days 365   # summaries (cached in examples/data/summaries.json)
python examples/summary_showdown.py grade                        # reference grades (evaluation only)
python examples/summary_showdown.py rank --max-pairs 400         # the jury ranking
python examples/showdown_plots.py                                # figures, site data, leaderboard, this page

Home · Usage → · All docs