Papers › tinyBenchmarks: evaluating LLMs with fewer examples

tinyBenchmarks: evaluating LLMs with fewer examples

22 Feb 2024arXiv:2402.14992archive 2025-07-28

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

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.

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="2402.14992")

Code

Syntology Ran 10 of 39 code samples harvested from 3 repositories linked to this paper; 29 have no recorded run. Of those that ran: 1 ran · violated contract; 9 ran with no contract checked.

By repository: official repository: 22 samples from 2 repositories, 10 ran; community (archive-listed): 17 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

felipemaiapolo/efficbench officialmentioned in papermentioned on GitHub report
felipemaiapolo/tinybenchmarks officialmentioned in papermentioned on GitHubMIT report
sentient-agi/oml-1.0-fingerprinting mentioned on GitHubpytorchApache-2.0 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

39 samples harvested; 10 ran; 0 honoured the contract we drafted; 29 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 · violated contract
9ran
29unverified

Licence: 17 of the 39 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 3 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_data felipemaiapolo/efficbench/run_experiment.py official repository ran no licence file found · pointer only · f79b7ee882bf1224 · report
get_datas felipemaiapolo/efficbench/generating_data/download-openllmleaderboard/download_model_names/openllm.py official repository ran no licence file found · pointer only · 3f37f4d4e8b9e152 · report
get_lambda felipemaiapolo/efficbench/utils.py official repository ran no licence file found · pointer only · c030bb619c641f8c · report
item_curve felipemaiapolo/efficbench/utils.py official repository ran fingerprinted no licence file found · pointer only · d173066d5ff1fb67 · report
item_curve felipemaiapolo/tinybenchmarks/demo/utils.py official repository ran fingerprinted MIT (permissive) · 921caf5fc3c2b540 · report
load_irt_parameters felipemaiapolo/efficbench/irt.py official repository ran no licence file found · pointer only · a744fa187a860f72 · report
prepare_data felipemaiapolo/tinybenchmarks/tutorials/utils.py official repository ran MIT (permissive) · ef3515d9063526b8 · report
sigmoid felipemaiapolo/tinybenchmarks/demo/utils.py official repository ran · violated contract fingerprinted MIT (permissive) · a911f9cacbc9faf4 · report
sigmoid felipemaiapolo/efficbench/utils.py official repository ran fingerprinted no licence file found · pointer only · 613d5fa522ce2fe7 · report
winrate felipemaiapolo/efficbench/plots.py official repository ran fingerprinted no licence file found · pointer only · f9a2099f222c55c0 · report
calculate_accuracies felipemaiapolo/efficbench/acc.py official repository unverified no licence file found · pointer only · 665d15ac51c28fd5 · report
compute_acc_pirt felipemaiapolo/efficbench/acc.py official repository unverified no licence file found · pointer only · db63652efa566108 · report
estimate_ability_parameters felipemaiapolo/efficbench/irt.py official repository unverified no licence file found · pointer only · a0e44adf60096817 · report
estimate_ability_parameters felipemaiapolo/tinybenchmarks/tutorials/irt.py official repository unverified MIT (permissive) · 5cfb956fb08b8f0e · report
evaluate_scenarios felipemaiapolo/efficbench/experiments.py official repository unverified no licence file found · pointer only · 1153f14380c21738 · report
fit_theta felipemaiapolo/tinybenchmarks/demo/utils.py official repository unverified MIT (permissive) · bfcec22b9dae71a3 · report
get_commit_dates_models felipemaiapolo/efficbench/generating_data/download_alpaca/preprocess_alpaca_eval.py official repository unverified no licence file found · pointer only · 9562e2171d59db3a · report
get_last_commit_date felipemaiapolo/efficbench/generating_data/download_alpaca/preprocess_alpaca_eval.py official repository unverified no licence file found · pointer only · 5c4864e2b480cdcb · report
get_random felipemaiapolo/efficbench/selection.py official repository unverified no licence file found · pointer only · 68f19e5ceaec8296 · report
load_scores felipemaiapolo/efficbench/plots.py official repository unverified no licence file found · pointer only · 9d2ac225248cfcc2 · report
run_adaptive_selection felipemaiapolo/efficbench/selection.py official repository unverified no licence file found · pointer only · 6620cc858a942cb4 · report
select_initial_adaptive_items felipemaiapolo/efficbench/selection.py official repository unverified no licence file found · pointer only · 5c7d27e94d6596c8 · report
check_file_exists mariushobbhahn/swebench-verified-mini/run_all.py community (archive-listed) unverified MIT (permissive) · 3e37b7d40582ad9d · report
compare_difficulty_distributions mariushobbhahn/swebench-verified-mini/compare_subsets.py community (archive-listed) unverified MIT (permissive) · bf1d584f11529d41 · report
compare_means mariushobbhahn/swebench-verified-mini/compare_subsets.py community (archive-listed) unverified MIT (permissive) · fd966a7ef33f7a71 · report
compute_kmeans mariushobbhahn/swebench-verified-mini/generate_subsets.py community (archive-listed) unverified MIT (permissive) · 44ffb79d93d3714c · report
convert_to_gb mariushobbhahn/swebench-verified-mini/get_docker_image_sizes.py community (archive-listed) unverified MIT (permissive) · 607e7cb82032195e · report
count_test_results mariushobbhahn/swebench-verified-mini/extract_data_from_logs.py community (archive-listed) unverified MIT (permissive) · 8ae80ca052410f1d · report
draw_representative_sample mariushobbhahn/swebench-verified-mini/generate_subsets.py community (archive-listed) unverified MIT (permissive) · ac93c19afba2b273 · report
filter_dataset_by_ids mariushobbhahn/swebench-verified-mini/make_new_huggingface_dataset.py community (archive-listed) unverified MIT (permissive) · bac16ddf5e843b55 · report
get_score_and_test_counts_from_sample mariushobbhahn/swebench-verified-mini/extract_data_from_logs.py community (archive-listed) unverified MIT (permissive) · 479a232346a8cdc4 · report
load_sample_ids mariushobbhahn/swebench-verified-mini/make_new_huggingface_dataset.py community (archive-listed) unverified MIT (permissive) · 6a02dcfbdb7bea7d · report
map_environments mariushobbhahn/swebench-verified-mini/get_docker_image_sizes.py community (archive-listed) unverified MIT (permissive) · f81ca1d465c962aa · report
merge_data_with_metadata mariushobbhahn/swebench-verified-mini/add_metadata_to_data.py community (archive-listed) unverified MIT (permissive) · d7d8fe87aefb67aa · report
merge_model_scores mariushobbhahn/swebench-verified-mini/extract_data_from_logs.py community (archive-listed) unverified MIT (permissive) · a2fa41c1789608ea · report
merge_with_environment_data mariushobbhahn/swebench-verified-mini/add_metadata_to_data.py community (archive-listed) unverified MIT (permissive) · ef12fdf35ff27c06 · report
prepare_data mariushobbhahn/swebench-verified-mini/generate_subsets.py community (archive-listed) unverified MIT (permissive) · cc7ed1b21213f9b3 · report
prepare_numeric_data mariushobbhahn/swebench-verified-mini/compare_subsets.py community (archive-listed) unverified MIT (permissive) · f20343e9cf5ded69 · report
process_docker_output mariushobbhahn/swebench-verified-mini/get_docker_image_sizes.py community (archive-listed) unverified MIT (permissive) · fb3c33baacb5cdd5 · report

Tasks

MMLUMultiple-choice

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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