A leaderboard at Georgetown University is quietly doing something most AI benchmark chatter never touches: grading real, current academic research — not a synthetic eval set, not a coding sandbox, but actual finance and economics working papers, the kind researchers submit for peer review — using an LLM as the referee.
The project is called the AI Referee Paper Leaderboard, part of Georgetown's "AI, Analytics, and the Future of Work" initiative (futureofwork.georgetown.edu). It uses Claude Opus 4.8 to score the top 100 papers from a much larger pool, applying a fixed, multi-dimensional rubric the way a human reviewer would — then publishing the scores, ranks, and the model's actual reasoning, in public.
For explainx.ai's audience — people building AI evaluation and grading pipelines, not just AI-in-academia spectators — this is a genuinely useful case study. It is LLM-as-judge applied to one of the highest-stakes evaluation tasks there is, with some design choices worth stealing and some limitations worth flagging before anyone treats an AI score as ground truth.
TL;DR
| Question | Answer |
|---|---|
| What does it score? | Top 100 of the top finance/economics working papers, ranked by AI-assigned score |
| Which model judges? | Claude Opus 4.8, acting as an "AI referee" |
| How many papers scored? | 4,442 since July 14, 2026 (as observed); 3,017 scored in the trailing 1-month view shown |
| Is it one score or many? | Five named rubric dimensions plus revision level and confidence rating, not a single number |
| Does it disclose what it read? | Yes — a "confidence rationale" states which sections were visible vs. truncated |
| Is it validated against human review? | Not published — no disclosed correlation with actual peer-review outcomes |
| Where do papers come from? | SSRN/NBER-style repositories, with real author names and 7-digit paper IDs |
What the leaderboard actually shows
As observed, the leaderboard displays the top 100 papers scored within a trailing one-month window (the site also offers 3-month, year-to-date, and 1-year views), out of 3,017 papers scored in that window and 4,442 scored overall since the project's July 14, 2026 start.
Papers carry real author names, publish dates, and rank or percentile tags. The top three observed on the leaderboard:
| Rank | Paper | Authors | Score |
|---|---|---|---|
| 1 | "The Anatomy of Tariff Pass-Through into Consumer Prices" | Mary Amiti, Sebastian Heise, David E. Weinstein | 79 |
| 2 | "Parental Love in Debt: Intergenerational Effects of Student Loans" | Naser Hamdi, Ankit Kalda, David Sovich, Qianfan Wu | 78 |
| 3 | "Homeowners' Willingness To Insure Flood Risks as Prices Increase" | Benjamin Collier, Tobias Huber, Johannes Gerd Jaspersen, Andreas Richter | 78 |
Each paper links to a numeric working-paper ID in the SSRN/NBER style (seven digits — e.g. "ID 7360521"), which is how the site sources its pool: real, currently circulating academic drafts, not a curated benchmark set built for the purpose.
What "LLM-as-judge" means, and why this is a strong example of it
LLM-as-judge is the practice of using a language model call to score a piece of work against defined criteria, instead of relying only on exact-match rules or slow, expensive human review. It shows up constantly in AI pipelines — grading a chatbot's response, scoring a coding agent's patch, ranking retrieval quality — but most implementations output a single scalar: a 1–10 score, a pass/fail, a preference between two options.
The AI Referee Paper Leaderboard is a more interesting specimen because it does three things a typical LLM-as-judge setup skips:
- It scores multiple named dimensions, not one number.
- It emits structured qualitative output alongside every score.
- It discloses what the model could and could not actually read.
That third point is the one worth dwelling on, because most AI grading tools quietly fail at it.
The design choices worth stealing for your own eval pipeline
Georgetown's own explanation of the tool is a single, minimal claim: an AI grades papers against a fixed rubric. The interesting part is what the per-paper detail view reveals about how that grading is structured. One observed example — rank #90, "Partisan Values and Financial Misconduct" by James O'Donovan and Anthony B. Rice, scored 70, in the Empirical Finance / Financial Misconduct category — shows the full shape.
1. A fixed, five-dimension rubric
Every paper is scored across the same five named dimensions, each with its own sub-score:
| Dimension | Score (example paper) |
|---|---|
| Significance | 71 |
| Originality | 73 |
| Correctness | 65 |
| Data & methodology | 73 |
| Exposition | 70 |
Plus a stated revision level ("Moderate") and a confidence rating ("Medium"). This is a transferable structure for almost any evaluation task — a coding-agent rubric could swap in correctness, test coverage, code quality, security, and clarity; a customer-support judge could swap in accuracy, tone, resolution, and policy compliance. The pattern generalizes better than a single aggregate score because it tells you where a submission is weak, not just that it is.
2. Decisive vs. major (fixable) weaknesses — a genuinely useful triage pattern
The detail view separates weaknesses into two buckets:
- Decisive weaknesses — fundamental flaws a revision cannot fix (in the example: sample selection into states with partisan voter registration is not geographically random).
- Major (fixable) weaknesses — real issues that a revision could address (in the example: the effect size is modest in absolute terms — roughly a 10% relative increase on a 7% base rate, under one percentage point).
This separation is exactly the triage move most human reviewers do informally in their heads but rarely write down explicitly. For any AI grading pipeline — code review, content moderation, application screening — separating "this submission cannot be salvaged" from "this submission needs one more pass" turns a flat score into an actionable routing decision.
3. The confidence rationale — disclosing what the model actually read
This is the standout design choice. Rather than presenting a confident score as if the model read the entire paper, the confidence rationale states exactly which sections were visible and which were truncated. In the observed example: the abstract, introduction, proxy-justification section, main magnitudes, sorting analysis, and a record-linkage appendix were readable — but the main results tables and most of the robustness analysis were truncated out of context.
That is a level of transparency most AI graders never surface. A judge that silently scores an incomplete document looks identical, from the outside, to a judge that read everything — the score comes back with the same confident formatting either way. Disclosing the gap is what makes a score auditable instead of just plausible. Anyone building an LLM-as-judge pipeline against long documents — contracts, transcripts, codebases — should treat this as close to a minimum bar, not a nice-to-have.
4. Structured qualitative output alongside the score
Beyond the numbers, each detail view includes a bulleted Strengths list (specific, not generic — e.g., praising an identification design for holding firm, year, and branch confounds constant), an Optional improvements list of suggested robustness checks, and the decisive/major weakness split covered above. This is closer to what a careful human referee actually writes in a review than what most automated graders output. It is also what makes the tool useful for the paper's authors, not just for ranking — a pure score tells you where you stand; the qualitative sections tell you what to do next.
Where to be honestly skeptical
None of the above should be read as "an AI can now peer-review your paper." Several real limitations sit underneath the polish, and builders evaluating similar tools for their own use cases should weigh them directly.
Context-window truncation means incomplete grading, by the tool's own admission. The confidence rationale in the example paper explicitly states that the main results tables and most robustness analysis were truncated. That is the single most important caveat on the entire leaderboard: papers are, at least sometimes, graded on a fraction of their actual content. A "70" score attached to a paper whose results section the model never saw is a different kind of number than a 70 from a referee who read the whole thing — even with the honesty of disclosure, it is still an incomplete grade.
No published correlation with human peer-review outcomes. There is no disclosed evidence, on the leaderboard as observed, that Claude's scores track what actual journal reviewers or editors decide. A paper scoring 79 on this leaderboard has not been shown to correlate with acceptance at a top finance journal, faster review, or higher citation counts. Without that validation step, the score is a self-consistent ranking within the tool's own rubric — useful for relative comparison across the pool it has scored, but unproven as a predictor of real-world academic outcomes.
The risk of over-trusting a single AI referee's score as ground truth. Academia already has a benchmark-contamination and gaming problem in its own right — see Goodhart's law showing up in AI benchmarks for the mechanics of how any published score becomes a target the moment it starts mattering to funding or careers. If AI referee scores started influencing hiring, tenure, or grant decisions, the same dynamic would apply: authors would start writing for the rubric (loading up on "significance" language, front-loading exposition) rather than for the actual research question. A single model's opinion, however well-structured, is not a substitute for the adversarial, multi-reviewer process peer review exists to provide.
What this means for AI builders
The broader implication for explainx.ai's practitioner audience is less about academia and more about evaluation-pipeline design generally. This leaderboard is a working proof that an LLM-as-judge system can:
- Apply a consistent, multi-dimensional rubric across thousands of long, unstructured documents at scale
- Produce structured qualitative feedback, not just a number, cheaply enough to run on every submission
- Disclose its own blind spots instead of hiding truncation behind a confident-sounding score
Those three properties are worth copying directly into any grading pipeline you build — for code review, content moderation, application screening, or prompt evaluation. The properties worth leaving behind are the ones this leaderboard has not solved either: nobody has shown the scores correlate with the outcome that actually matters, and nothing stops the rubric from becoming a target once people start optimizing for it. Read benchmark and referee scores — this one included — the same way you'd read any AI benchmark claim: as a lead worth investigating, not a verdict to accept.
It is also a live example of the kind of serious, verifiable research-adjacent work current models are increasingly asked to do — in the same spirit as Claude's documented push on a Riemann zeta lower bound, where the interesting part was not that the model produced an answer, but that the process was structured to be checkable.
Related on explainx.ai
- Evaluating prompts: how to measure quality and build reliable LLM pipelines
- How to read an AI benchmark and not get fooled
- Goodhart's law comes for every benchmark you trust: the 2026 receipts
- LangSmith Tuned Evaluators: Perceived Error at 82% lower cost
- Claude pushed a Riemann zeta bound from 41.6% to 67.2% — using 60 subagents
- AI Benchmarks in 2026: the complete guide
- Specification gaming, Goodhart's law, and the metrics that lie about AI
Primary source: Georgetown University's "AI, Analytics, and the Future of Work" initiative
Leaderboard figures, rankings, and the example paper's rubric breakdown reflect what was observed on the AI Referee Paper Leaderboard as of early September 2026; scores update continuously as new papers are graded, so exact ranks and totals will have shifted by the time you check the live site.
