Decentralized Arena: Towards Democratic and Scalable Automatic Evaluation of Language Models
Yanbin Yin, Kun Zhou, Zhen Wang, Xiangdong Zhang, Yifei Shao, Shibo Hao, Yi Gu, Jieyuan Liu, Somanshu Singla, Tianyang Liu, Eric P. Xing, Zhengzhong Liu, Haojian Jin, Zhiting Hu
TL;DR
This work tackles the challenge of scalable, bias-resistant benchmarking for large language models by introducing Decentralized Arena (De-Arena), a fully automatic framework in which all participating LLMs act as judges. It combines a coarse-to-fine incremental ranking algorithm with an automatic representative-question selection strategy, enabling efficient, pairwise, democratic evaluation across many models and dimensions, with complexity framed as $\\mathcal{O}(k n \\log n)$. Across 66 LLMs and nine fine-grained dimensions, De-Arena achieves up to 0.97 correlation with human judgments (Chatbot Arena) while reducing annotation costs and mitigating single-model judge bias. The approach advances scalable, transparent LLM benchmarking and holds promise for broad real-world deployment and future automatic dimension discovery.
Abstract
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-offs: closed-ended question-based benchmarks (eg MMLU) struggle with saturation as newer models emerge, while crowd-sourced leaderboards (eg Chatbot Arena) rely on costly and slow human judges. Recently, automated methods (eg LLM-as-a-judge) shed light on the scalability, but risk bias by relying on one or a few "authority" models. To tackle these issues, we propose Decentralized Arena (dearena), a fully automated framework leveraging collective intelligence from all LLMs to evaluate each other. It mitigates single-model judge bias by democratic, pairwise evaluation, and remains efficient at scale through two key components: (1) a coarse-to-fine ranking algorithm for fast incremental insertion of new models with sub-quadratic complexity, and (2) an automatic question selection strategy for the construction of new evaluation dimensions. Across extensive experiments across 66 LLMs, dearena attains up to 97% correlation with human judgements, while significantly reducing the cost. Our code and data will be publicly released on https://github.com/maitrix-org/de-arena.
