Rendered Source Note

Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena

Generated HTML view. Markdown remains canonical.

Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena

Type: paper Tier: 2 (Foundational Paper) Author(s): Lianmin Zheng, Wei-Lin Chiang, Ying Sheng, Siyuan Zhuang, Zhanghao Wu, Yonghao Zhuang, Zi Lin, Zhuohan Li, Dacheng Li, Eric P. Xing, Hao Zhang, Joseph E. Gonzalez, Ion Stoica Date: 2023 (submitted 2023-06-09) URL: https://arxiv.org/abs/2306.05685 Accessed: 2026-06-01

Why This Source Matters

This is the primary source for LLM-as-a-judge — the central learning target of Project 07. The core problem of evaluation is that a text response often has no single right answer: how do you score "is this answer good?" at scale, without paying humans for every example? This paper establishes that a strong LLM (GPT-4) can stand in for a human judge — and, crucially, it measures how well that works and where it fails. It is both the justification for using an LLM as a grader and the catalog of biases you must design around. Project 07 implements a judge and then reproduces these biases as its failure analysis.

Key Claims

LLM-as-a-judge

It agrees with humans ~80% of the time

The biases — why a judge is not a free oracle

The paper names specific, reproducible failure modes of LLM judges:

Mitigations

The benchmarks

Relevant To

Notes