paper-with-me

홈 › Papers

BenchBench: Benchmarking Automated Benchmark Generation

2026-03-21 · Yandan Zheng, Haoran Luo, Zhenghong Lin, Wenjin Liu, Luu Anh Tuan arxiv

Benchmarks are the de facto standard for tracking progress in large language models (LLMs), yet static test sets can rapidly saturate, become vulnerable to contamination, and are costly to refresh. Scalable evaluation of open-ended items often relies on LLM judges, introducing additional sources of bias and prompt sensitivity. We argue that evaluation must extend beyond how well models answer benchmarks to how well models design them. We introduce BenchBench, a three-stage pipeline and dataset for benchmarking automated benchmark generation: (i) extract structured domain cards from seed benchmarks, (ii) prompt multiple designer LLMs to generate quota-controlled suites, and (iii) validate items with a multi-model answerer panel using exact/numeric/symbolic verifiers when possible and rubric-guided judging otherwise, yielding designer--answerer matrices with item-level quality flags and psychometric diagnostics. Across nine variants spanning computer science, mathematics, medicine, and theory-of-mind reasoning (including multilingual and multimodal settings), we generate 16.7K items, retain ~15K core items post-filtering, and produce ~152K graded model--item responses. BenchBench shows that benchmark-design ability is only moderately correlated with answer-time strength (Spearman rho ~0.37), invalidity is negatively associated with discrimination (Pearson r~0.62), and the resulting designer--answerer matrices enable scalable audits of format/modality/language fidelity and suite-dependent self/family interactions. The project is available at: https://github.com/koanatakiyo/BenchBench.

📄 PDF Abstract BibTeX arXiv:2603.20807

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Do These LLM Benchmarks Agree? Fixing Benchmark Evaluation with BenchBench

2024-07-18 · Yotam Perlitz, Ariel Gera, Ofir Arviv, Asaf Yehudai 외

Recent advancements in Language Models (LMs) have catalyzed the creation of multiple benchmarks, designed to assess these models' general capabilities. A crucial task, however, is assessing the validity of the benchmarks…

Language Modelling

IR-SIM: A Lightweight Skill-Native Simulator for Navigation, Learning, and Benchmarking

2026-06-07 · Ruihua Han, Shuai Wang, Chengyang Li, Rui Gao 외 arxiv

Simulation plays a key role in automated robotics research supported by large language models (LLMs). However, existing simulators often require custom code or complex interfaces, creating a barrier to rapid prototyping …

Collision Avoidance

Automated Safety Benchmarking: A Multi-agent Pipeline for LVLMs

2026-01-27 · Xiangyang Zhu, Yuan Tian, Zicheng Zhang, Qi Jia 외 arxiv

Large vision-language models (LVLMs) exhibit remarkable capabilities in cross-modal tasks but face significant safety challenges, which undermine their reliability in real-world applications. Efforts have been made to bu…

DualGauge: Automated Joint Security-Functionality Benchmarking of Specification-Only Code Generation by LLMs and Coding Agents

2025-11-24 · Rupam Patir, Keyan Guo, Suvadra Barua, Abhijeet Pathak 외 arxiv

Large language models (LLMs) and LLM-based coding agents are now used to generate code from natural-language specifications, yet ensuring such code is both functionally correct and secure remains a challenge. We present …

Code Generation

DreamBench++: A Human-Aligned Benchmark for Personalized Image Generation

2024-06-24 · Yuang Peng, Yuxin Cui, Haomiao Tang, Zekun Qi 외

Personalized image generation holds great promise in assisting humans in everyday work and life due to its impressive function in creatively generating personalized content. However, current evaluations either are automa…

BenchmarkingImage GenerationPersonalized Image Generation