CLLGMay 19, 2025

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

arXiv:2505.12808v12 citationsh-index: 14Has Code
Originality Highly original
AI Analysis

This addresses the need for democratic and efficient evaluation methods in the AI community, offering a scalable alternative to human-judged leaderboards and biased automated methods.

The paper tackles the problem of scalable and reliable benchmarking for large language models by proposing Decentralized Arena (dearena), a fully automated framework that uses collective intelligence from all LLMs to evaluate each other, achieving up to 97% correlation with human judgments while reducing costs.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes