paper-with-me

Papers

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

2023-06-09 · NeurIPS 2023 11 · 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.

📄 PDF Abstract BibTeX arXiv:2306.05685

Code (11)

lm-sys/fastchat 공식 구현 pytorch
PAIR-code/llm-comparator tf
bjoernpl/fasteval
dongping-chen/mllm-as-a-judge pytorch
formulamonks/llm-benchmarker-suite pytorch
ilyagusev/ping_pong_bench
kuk/rulm-sbs2
lm-sys/routellm pytorch
ojiyumm/mt_bench_rwkv pytorch
opengvlab/multi-modality-arena pytorch
theoremone/llm-benchmarker-suite pytorch

Tasks

ChatbotLanguage ModellingLarge Language ModelLong-Context Understanding

Methods 이 논문이 사용한 방법론

MONTANA +256777182862 Love spells caster, voodoo spells IN MONTANA, BILLINGS, MISSOULA, BLACK MAGIC GURU 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

When LLM Judge Scores Look Good but Best-of-N Decisions Fail

2026-03-12 · Eddie Landesberg arxiv

Large language models are often used as judges to score candidate responses, then validated with a single global metric such as correlation with reference labels. This can be misleading when the real deployment task is b…

VideoAutoArena: An Automated Arena for Evaluating Large Multimodal Models in Video Analysis through User Simulation

2024-11-20 · CVPR 2025 1 · Ziyang Luo, HaoNing Wu, Dongxu Li, Jing Ma 외

Large multimodal models (LMMs) with advanced video analysis capabilities have recently garnered significant attention. However, most evaluations rely on traditional methods like multiple-choice questions in benchmarks su…

ChatbotMultiple-choiceUser SimulationVideo Understanding

Decentralized Arena: Towards Democratic and Scalable Automatic Evaluation of Language Models

2025-05-19 · Yanbin Yin, Kun Zhou, Zhen Wang, Xiangdong Zhang 외

The recent explosion of large language models (LLMs), each with its own general or specialized strengths, makes scalable, reliable benchmarking more urgent than ever. Standard practices nowadays face fundamental trade-of…

BenchmarkingChatbotMMLUQuestion Selection

SciArena: An Open Evaluation Platform for Non-Verifiable Scientific Literature-Grounded Tasks

2025-07-01 · Yilun Zhao, Kaiyan Zhang, Tiansheng Hu, Sihong Wu 외 arxiv

We present SciArena, an open and collaborative platform for evaluating foundation models on scientific literature-grounded tasks. Unlike traditional benchmarks for scientific literature understanding and synthesis, SciAr…

Dropping Just a Handful of Preferences Can Change Top Large Language Model Rankings

2025-08-16 · Jenny Y. Huang, Yunyi Shen, Dennis Wei, Tamara Broderick arxiv

We propose a method for evaluating the robustness of widely used LLM ranking systems -- variants of a Bradley--Terry model -- to dropping a worst-case very small fraction of preference data. Our approach is computational…