Papers › From Crowdsourced Data to High-Quality Benchmarks: Arena-Hard and BenchBuilder Pipeline

From Crowdsourced Data to High-Quality Benchmarks: Arena-Hard and BenchBuilder Pipeline

17 Jun 2024arXiv:2406.11939archive 2025-07-28

Tianle Li, Wei-Lin Chiang, Evan Frick, Lisa Dunlap, Tianhao Wu, Banghua Zhu, Joseph E. Gonzalez, Ion Stoica

The rapid evolution of Large Language Models (LLMs) has outpaced the development of model evaluation, highlighting the need for continuous curation of new, challenging benchmarks. However, manual curation of high-quality, human-aligned benchmarks is expensive and time-consuming. To address this, we introduce BenchBuilder, an automated pipeline that leverages LLMs to curate high-quality, open-ended prompts from large, crowd-sourced datasets, enabling continuous benchmark updates without human in the loop. We apply BenchBuilder to datasets such as Chatbot Arena and WildChat-1M, extracting challenging prompts and utilizing LLM-as-a-Judge for automatic model evaluation. To validate benchmark quality, we propose new metrics to measure a benchmark's alignment with human preferences and ability to separate models. We release Arena-Hard-Auto, a benchmark consisting 500 challenging prompts curated by BenchBuilder. Arena-Hard-Auto provides 3x higher separation of model performances compared to MT-Bench and achieves 98.6% correlation with human preference rankings, all at a cost of $20. Our work sets a new framework for the scalable curation of automated benchmarks from extensive data.

PaperPDFCodeCode 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="2406.11939")

Code

Syntology Ran 18 of 21 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 17 ran with no contract checked.

By repository: official repository: 4 samples from 1 repository, 4 ran; community (archive-listed): 17 samples from 1 repository, 14 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/arena-hard-auto officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
lmarena/arena-hard-auto officialmentioned on GitHubpytorch report
lm-sys/arena-hard mentioned on GitHubpytorchApache-2.0 report
lmarena/ppe mentioned on GitHubpytorch 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

21 samples harvested; 18 ran; 0 honoured the contract we drafted; 3 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.

1ran · our draft was wrong
17ran
3unverified

Licence: 0 of the 21 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 2 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.

get_endpoint lm-sys/arena-hard-auto/BenchBuilder/label.py official repository ran fingerprinted Apache-2.0 (permissive) · c8136157d71c093b · report
load_json lm-sys/arena-hard-auto/BenchBuilder/filter.py official repository ran Apache-2.0 (permissive) · 6805dfa84dd06130 · report
load_questions lm-sys/arena-hard-auto/utils/completion.py official repository ran Apache-2.0 (permissive) · 47892c5631a199d4 · report
make_config lm-sys/arena-hard-auto/BenchBuilder/label.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 07e6f41cf857a76f · report
calculate_score lm-sys/arena-hard/BenchBuilder/filter.py community (archive-listed) ran Apache-2.0 (permissive) · 06750b8d972efe27 · report
count_markdown_elements lm-sys/arena-hard/utils/add_markdown_info.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · df075cc813246dcd · report
create_llama3_body lm-sys/arena-hard/utils/bedrock_utils.py community (archive-listed) ran Apache-2.0 (permissive) · da15e93460148f70 · report
create_nova_messages lm-sys/arena-hard/utils/bedrock_utils.py community (archive-listed) ran Apache-2.0 (permissive) · 6743a5e05fc4ad6d · report
extract_innermost_text lm-sys/arena-hard/utils/bedrock_utils.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 759c3030a0ca985f · report
format_confidence_interval lm-sys/arena-hard/show_result.py community (archive-listed) ran Apache-2.0 (permissive) · bf60419bbfec3311 · report
get_categories lm-sys/arena-hard/qa_browser.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 31d3137625992d50 · report
get_element_counts lm-sys/arena-hard/utils/add_markdown_info.py community (archive-listed) ran Apache-2.0 (permissive) · 0a127509b23580f5 · report
get_languages lm-sys/arena-hard/qa_browser.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 7ca039993ebdcc43 · report
get_model_style_metadata lm-sys/arena-hard/show_result.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · b1fbdabfc009df1c · report
load_jsonl lm-sys/arena-hard/qa_browser.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · d049c92b5f5adfa3 · report
register_api lm-sys/arena-hard/utils/completion.py community (archive-listed) ran Apache-2.0 (permissive) · 7a5ee66f6fe09b60 · report
register_engine lm-sys/arena-hard/utils/completion.py community (archive-listed) ran Apache-2.0 (permissive) · 0399a259308f77a0 · report
remove_pattern lm-sys/arena-hard/utils/add_markdown_info.py community (archive-listed) ran Apache-2.0 (permissive) · bae70f745e7b2d09 · report
chat_completion_openai lm-sys/arena-hard/BenchBuilder/label.py community (archive-listed) unverified Apache-2.0 (permissive) · 0322093a9ad847a4 · report
load_jsonl lm-sys/arena-hard/BenchBuilder/filter.py community (archive-listed) unverified Apache-2.0 (permissive) · e094bc160bb7d823 · report
load_judgments lm-sys/arena-hard/show_result.py community (archive-listed) unverified Apache-2.0 (permissive) · ff96063cc3cfa7d6 · report

Tasks

Chatbot

Datasets

Introduced by this paper, per the archive.

Arena-Hard-Auto

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGN

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