tinyBenchmarks: evaluating LLMs with fewer examples

Felipe Maia Polo, Lucas Weber, Leshem Choshen, Yuekai Sun, Gongjun Xu, M. Yurochkin

arXiv:2402.14992 · 2026-07-27 공개 · arXiv · PDF

llm-evaluation benchmarking sample-efficiency mmlu alpacaeval llm-performance tiny-benchmarks open-llm-leaderboard

Abstract

The versatility of large language models (LLMs) led to the creation of diverse benchmarks that thoroughly test a variety of language models' abilities. These benchmarks consist of tens of thousands of examples making evaluation of LLMs very expensive. In this paper, we investigate strategies to reduce the number of evaluations needed to assess the performance of an LLM on several key benchmarks. For example, we show that to accurately estimate the performance of an LLM on MMLU, a popular multiple-choice QA benchmark consisting of 14K examples, it is sufficient to evaluate this LLM on 100 curated examples. We release evaluation tools and tiny versions of popular benchmarks: Open LLM Leaderboard, MMLU, HELM, and AlpacaEval 2.0. Our empirical analysis demonstrates that these tools and tiny benchmarks are sufficient to reliably and efficiently reproduce the original evaluation results.

한국어 요약

한 줄 요약

tinyBenchmarks는 대형 언어 모델(LLM) 평가를 100개 미만의 예시로 정확히 재현할 수 있도록 설계된 도구와 축소된 벤치마크 데이터셋을 제공한다.

핵심 기여도

핵심 아이디어

기존 LLM 평가 벤치마크는 수만 개의 예시를 포함하여 비용이 높고 시간이 많이 소요된다. 본 연구는 교육 평가 이론인 IRT를 LLM 평가에 적용하여, 예시를 클러스터링하고 핵심적인 100개 예시만으로도 전체 성능을 정확히 추정할 수 있음을 보여준다. IRT는 각 예시의 난이도와 구분력을 파라미터로 학습하고, 이를 통해 유사한 특성을 가진 예시를 그룹화하여 평가 집합을 축소한다. 또한, 모델의 정답 여부를 기반으로 클러스터링하는 "correctness" 전략과, 단순 무작위 샘플링인 "stratified random sampling"을 비교하며, IRT 기반 전략이 가장 높은 정확도를 보인다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용

tinyBenchmarks는 LLM 개발자들이 프리트레이닝 중간 점검, 프롬프트 최적화, 하이퍼파라미터 조정 시 빠르고 저비용으로 모델 성능을 평가하는 데 유용하게 활용될 수 있다. 특히, GPU 자원이 제한된 연구 환경이나 실시간 모델 성능 모니터링이 필요한 산업 현장에서 효과적이다.