CLAIApr 2, 2025

YourBench: Easy Custom Evaluation Sets for Everyone

arXiv:2504.01833v118 citationsh-index: 22Has Code
Originality Highly original
AI Analysis

This addresses the bottleneck of costly and slow LLM evaluation for researchers and practitioners, enabling timely and domain-specific assessment.

The authors tackled the problem of evaluating large language models by introducing YourBench, an open-source framework that enables dynamic, automated generation of domain-tailored benchmarks from user-provided documents without manual annotation. They demonstrated its efficacy by replicating 7 MMLU subsets for under 15 USD while perfectly preserving model performance rankings (Spearman Rho = 1).

Evaluating large language models (LLMs) effectively remains a critical bottleneck, as traditional static benchmarks suffer from saturation and contamination, while human evaluations are costly and slow. This hinders timely or domain-specific assessment, crucial for real-world applications. We introduce YourBench, a novel, open-source framework that addresses these limitations by enabling dynamic, automated generation of reliable, up-to-date, and domain-tailored benchmarks cheaply and without manual annotation, directly from user-provided documents. We demonstrate its efficacy by replicating 7 diverse MMLU subsets using minimal source text, achieving this for under 15 USD in total inference costs while perfectly preserving the relative model performance rankings (Spearman Rho = 1) observed on the original benchmark. To ensure that YourBench generates data grounded in provided input instead of relying on posterior parametric knowledge in models, we also introduce Tempora-0325, a novel dataset of over 7K diverse documents, published exclusively after March 2025. Our comprehensive analysis spans 26 SoTA models from 7 major families across varying scales (3-671B parameters) to validate the quality of generated evaluations through rigorous algorithmic checks (e.g., citation grounding) and human assessments. We release the YourBench library, the Tempora-0325 dataset, 150k+ question answer pairs based on Tempora and all evaluation and inference traces to facilitate reproducible research and empower the community to generate bespoke benchmarks on demand, fostering more relevant and trustworthy LLM evaluation.

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