Papers › Towards Reliable LLM Evaluation: Correcting the Winner's Curse in Adaptive Benchmarking

Towards Reliable LLM Evaluation: Correcting the Winner's Curse in Adaptive Benchmarking

7 May 2026arXiv:2605.05973added by Syntology

Yang Xu, Jiefu Zhang, Haixiang Sun, Zihan Zhou, Tianyu Cao, Vaneet Aggarwal

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Adaptive prompt and program search makes LLM evaluation selection-sensitive. Once benchmark items are reused inside tuning, the observed winner's score need not estimate the fresh-data performance of the full tune-then-deploy procedure. We study inference for this procedure-level target under explicit tuning budgets. We propose SIREN, a selection-aware repeated-split reporting protocol that freezes the post-search shortlist, separates splitwise selection from held-out evaluation, and uses an item-level Gaussian multiplier bootstrap for uncertainty quantification. In a fixed-shortlist regime with smooth stabilized selection, the estimator admits a first-order item-level representation, and the bootstrap yields valid simultaneous inference on a finite budget grid. This supports confidence intervals for procedure-performance curves and pre-specified equal-budget and cross-budget comparisons. Controlled simulations and MMLU-Pro tuning experiments show that winner-based reporting can be optimistic and can change deployment conclusions, while SIREN remains close to the finite-sample reporting target.

PaperPDFCode 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="2605.05973")

Code

Syntology Ran 24 of 24 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 24 ran with no contract checked.

By repository: found in paper text by Syntology: 24 samples from 1 repository, 24 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jznmsl/siren found in paper text by Syntology report

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

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

24ran

Licence: 0 of the 24 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 jznmsl/siren. “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.

compute_ground_truth jznmsl/siren/03_analysis_scripts/compute_ground_truth.py found in paper text by Syntology ran MIT (permissive) · c6409fc87ba95a34 · report
compute_ground_truth jznmsl/siren/03_analysis_scripts/exp3_optimism.py found in paper text by Syntology ran MIT (permissive) · 657c4fbeeb6dac34 · report
extract_answer jznmsl/siren/03_analysis_scripts/study_e_multimodel_api.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 99767d2dbf24d8cf · report
extract_answer jznmsl/siren/03_analysis_scripts/study_e_multimodel_law.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 16e4d0149abd853f · report
extract_answer jznmsl/siren/03_analysis_scripts/build_tensor.py found in paper text by Syntology ran fingerprinted MIT (permissive) · bec005b22dd07b60 · report
extract_letter jznmsl/siren/03_analysis_scripts/study_e_dspy_randsearch_law.py found in paper text by Syntology ran fingerprinted MIT (permissive) · ab86878635cab737 · report
extract_letter jznmsl/siren/03_analysis_scripts/study_e_miprov2_law.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 34e5242449c228b1 · report
fit_rasch jznmsl/siren/03_analysis_scripts/study_h_prompteval_law.py found in paper text by Syntology ran MIT (permissive) · a76e46d8778190cc · report
format_options jznmsl/siren/03_analysis_scripts/build_tensor.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 20ef5b27be91837f · report
format_options jznmsl/siren/03_analysis_scripts/study_e_dspy_randsearch_law.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 7f9f073eb2c03fd6 · report
format_question jznmsl/siren/03_analysis_scripts/study_e_multimodel_api.py found in paper text by Syntology ran MIT (permissive) · 7dc3245651ee6f5e · report
generate_scores jznmsl/siren/03_analysis_scripts/exp1_coverage.py found in paper text by Syntology ran MIT (permissive) · 42d8f6af2837c5f6 · report
generate_scores jznmsl/siren/03_analysis_scripts/exp2_near_tie.py found in paper text by Syntology ran MIT (permissive) · 63018ddc189ff1cd · report
generate_scores jznmsl/siren/03_analysis_scripts/exp3_optimism.py found in paper text by Syntology ran MIT (permissive) · 9c912271312561f5 · report
generate_splits jznmsl/siren/03_analysis_scripts/exp2_near_tie.py found in paper text by Syntology ran MIT (permissive) · 39d80562b160e690 · report
get_true_answer jznmsl/siren/03_analysis_scripts/build_tensor.py found in paper text by Syntology ran MIT (permissive) · 25605f30a28c4300 · report
load_multimodel jznmsl/siren/03_analysis_scripts/compare_models.py found in paper text by Syntology ran MIT (permissive) · 0a1998c1fc760741 · report
make_qualities jznmsl/siren/03_analysis_scripts/exp1_coverage.py found in paper text by Syntology ran MIT (permissive) · 529cdb87aecf6052 · report
prompteval_point jznmsl/siren/03_analysis_scripts/study_h_prompteval_law.py found in paper text by Syntology ran MIT (permissive) · 7b48b187da83fc0a · report
softmax jznmsl/siren/03_analysis_scripts/compute_ground_truth.py found in paper text by Syntology ran fingerprinted MIT (permissive) · d3064adf95e8f16e · report
softmax jznmsl/siren/03_analysis_scripts/exp1_coverage.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 8b1d8ac976df7a27 · report
softmax jznmsl/siren/03_analysis_scripts/exp2_near_tie.py found in paper text by Syntology ran fingerprinted MIT (permissive) · f7b74dbfee2cac12 · report
softmax jznmsl/siren/03_analysis_scripts/exp3_optimism.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 72c3fa12241ebe8f · report
two_way_balanced_sample jznmsl/siren/03_analysis_scripts/study_h_prompteval_law.py found in paper text by Syntology ran MIT (permissive) · c5507d6d47ba2f2c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.05973, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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