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

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

9 Jun 2023NeurIPS 2023 11arXiv:2306.05685archive 2025-07-28

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

Evaluating large language model (LLM) based chat assistants is challenging due to their broad capabilities and the inadequacy of existing benchmarks in measuring human preferences. To address this, we explore using strong LLMs as judges to evaluate these models on more open-ended questions. We examine the usage and limitations of LLM-as-a-judge, including position, verbosity, and self-enhancement biases, as well as limited reasoning ability, and propose solutions to mitigate some of them. We then verify the agreement between LLM judges and human preferences by introducing two benchmarks: MT-bench, a multi-turn question set; and Chatbot Arena, a crowdsourced battle platform. Our results reveal that strong LLM judges like GPT-4 can match both controlled and crowdsourced human preferences well, achieving over 80% agreement, the same level of agreement between humans. Hence, LLM-as-a-judge is a scalable and explainable way to approximate human preferences, which are otherwise very expensive to obtain. Additionally, we show our benchmark and traditional benchmarks complement each other by evaluating several variants of LLaMA and Vicuna. The MT-bench questions, 3K expert votes, and 30K conversations with human preferences are publicly available at https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2306.05685")

Code

Syntology Ran 0 of 12 code samples harvested from 3 repositories linked to this paper; 12 have no recorded run.

By repository: community (archive-listed): 12 samples from 3 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lm-sys/fastchat officialmentioned in paperpytorch report
PAIR-code/llm-comparator mentioned on GitHubtfApache-2.0 report
bjoernpl/fasteval mentioned on GitHubApache-2.0 report
dongping-chen/mllm-as-a-judge mentioned on GitHubpytorch report
formulamonks/llm-benchmarker-suite mentioned on GitHubpytorchMIT report
ilyagusev/ping_pong_bench mentioned on GitHubApache-2.0 report
kuk/rulm-sbs2 mentioned on GitHub report
lm-sys/routellm mentioned on GitHubpytorchApache-2.0 report
ojiyumm/mt_bench_rwkv mentioned on GitHubpytorch report
opengvlab/multi-modality-arena mentioned on GitHubpytorch report
theoremone/llm-benchmarker-suite mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bootstrap_mean ilyagusev/ping_pong_bench/src/build_table_v2.py community (archive-listed) unverified Apache-2.0 (permissive) · 97e1d403e329ddba · report
calculate_accuracy formulamonks/llm-benchmarker-suite/metrics/accuracy.py community (archive-listed) unverified MIT (permissive) · 8cd285fe9e20db6b · report
calculate_bleu_score formulamonks/llm-benchmarker-suite/metrics/bleu_score.py community (archive-listed) unverified MIT (permissive) · 5c196faf66a8f85f · report
calculate_f1_score formulamonks/llm-benchmarker-suite/metrics/f1_score.py community (archive-listed) unverified MIT (permissive) · 289ff24d57f60bca · report
count_true_positives_negatives formulamonks/llm-benchmarker-suite/metrics/utils.py community (archive-listed) unverified MIT (permissive) · 68aa24da5846ab68 · report
display_str ilyagusev/ping_pong_bench/src/build_table_v2.py community (archive-listed) unverified Apache-2.0 (permissive) · 33a7dc7b274b93b6 · report
generate_completion formulamonks/llm-benchmarker-suite/eval_levels/large_language_model.py community (archive-listed) unverified MIT (permissive) · 93e8875d6f69828c · report
get_completion_score formulamonks/llm-benchmarker-suite/eval_levels/gpt_completions_api.py community (archive-listed) unverified MIT (permissive) · 31d81ed97dc19096 · report
load_language_model formulamonks/llm-benchmarker-suite/eval_levels/large_language_model.py community (archive-listed) unverified MIT (permissive) · 8b546d8a3cbca5d0 · report
should_filter_process_output bjoernpl/fasteval/evaluation/models/fastchat.py community (archive-listed) unverified Apache-2.0 (permissive) · 056987a0c7465ba0 · report
to_markdown ilyagusev/ping_pong_bench/src/browser.py community (archive-listed) unverified Apache-2.0 (permissive) · 5f0936b6dd8764d2 · report
to_meta ilyagusev/ping_pong_bench/src/browser.py community (archive-listed) unverified Apache-2.0 (permissive) · 876eef1b6c8e5394 · report

Tasks

ChatbotLanguage ModellingLarge Language ModelLong-Context Understanding

Datasets

Introduced by this paper, per the archive.

MT-Bench

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-13b-v1.5-16k 12k 1.4 #6 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-13b-v1.5-16k 16k 0.9 #6 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-13b-v1.5-16k 1k 53.4 #6 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-13b-v1.5-16k 2k 29.2 #6 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-13b-v1.5-16k 4k 13.1 #6 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-13b-v1.5-16k 6k 4.3 #6 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-13b-v1.5-16k 8k 2.2 #6 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-7b-v1.5-16k 12k 1.9 #8 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-7b-v1.5-16k 16k 1.0 #8 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-7b-v1.5-16k 1k 37.0 #8 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-7b-v1.5-16k 2k 11.1 #8 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-7b-v1.5-16k 4k 5.8 #8 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-7b-v1.5-16k 6k 3.2 #8 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) Vicuna-7b-v1.5-16k 8k 1.8 #8 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) LongChat-7b-v1.5-32k 12k 1.6 #9 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) LongChat-7b-v1.5-32k 16k 0.8 #9 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) LongChat-7b-v1.5-32k 1k 32.4 #9 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) LongChat-7b-v1.5-32k 2k 10.7 #9 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) LongChat-7b-v1.5-32k 4k 5.7 #9 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) LongChat-7b-v1.5-32k 6k 3.1 #9 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (BestAnswer) LongChat-7b-v1.5-32k 8k 1.9 #9 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) Vicuna-13b-v1.5-16k 16k 3.1 #3 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) Vicuna-13b-v1.5-16k 2k 5.4 #3 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) Vicuna-13b-v1.5-16k 4k 5.0 #3 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) Vicuna-13b-v1.5-16k 8k 2.4 #3 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) LongChat-7b-v1.5-32k 16k 2.5 #4 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) LongChat-7b-v1.5-32k 2k 5.3 #4 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) LongChat-7b-v1.5-32k 4k 5.0 #4 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) LongChat-7b-v1.5-32k 8k 3.1 #4 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) Vicuna-7b-v1.5-16k 16k 1.7 #5 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) Vicuna-7b-v1.5-16k 2k 5.3 #5 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) Vicuna-7b-v1.5-16k 4k 2.2 #5 of 10 Archive leaderboard report
Long-Context Understanding Ada-LEval (TSort) Vicuna-7b-v1.5-16k 8k 2.3 #5 of 10 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutGPT-4Label SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections