Arena-Lite: Efficient and Reliable Large Language Model Evaluation via Tournament-Based Direct Comparisons
Seonil Son, Ju-Min Oh, Heegon Jin, Cheolhun Jang, Jeongbeom Jeong, Kuntae Kim
TL;DR
Arena-Lite addresses the challenge of reliably ranking Large Language Models (LLMs) with fewer evaluations by replacing baseline-mediated comparisons with direct head-to-head, per-prompt tournaments. By aggregating results across multiple randomized tournaments and applying a Bradley-Terry rating from match outcomes, Arena-Lite achieves rankings that align more closely with human-ground-truth benchmarks than traditional baseline-based methods. The authors validate the approach through both a controlled stochastic modeling experiment and a comprehensive empirical study using real LLM judges, demonstrating improved reliability even with smaller datasets or weaker judges. The work provides an open-source web demo and code, enabling researchers and industry practitioners to adopt efficient, reliable LLM evaluation in diverse research and deployment contexts.
Abstract
As Large Language Models (LLMs) expand across domains, LLM judges have become essential for systems evaluation. Current benchmarks typically compare system outputs against baselines. This baseline-mediated approach, though convenient, yields lower reliability than direct comparison between systems. We propose Arena-Lite which integrates tournament structure on top of head-to-head comparison. The application of a tournament structure and direct comparison eliminates the need for baseline outputs, reduces the number of required comparisons, and allows higher reliability in system rankings. We conducted two experiments: (1) controlled stochastic modeling and (2) empirical validation with a real LLM judge. Those experiments collectively demonstrate that Arena-Lite consistently achieves higher reliability with fewer comparisons, even with smaller datasets or weaker judges. We release an easy-to-use web demonstration and code to foster adoption of Arena-Lite, streamlining model selection across research and industry communities. Arena-Lite demo and code are available on \href{https://huggingface.co/spaces/NCSOFT/ArenaLite}{https://huggingface.co/spaces/NCSOFT/ArenaLite}
