Add ArxivRollBench tasks#1245
Open
liangzid wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
_fullsuffix.cs,q_fin,math,physics,stat,q_bio,econ, andeess.s), cloze (c), and prediction (p).Selection 1throughSelection 4for sequencing/cloze tasks andAthroughDfor prediction tasks.What is ArxivRollBench?
ArxivRollBench is a dynamic private benchmark generated by ArxivRoll, a one-time-pad-inspired framework for constructing fresh LLM evaluation items from recent arXiv papers. The benchmark is designed to study benchmark overestimation: the gap between model performance on public benchmarks and performance on newly generated private items that are less likely to have appeared in training data or benchmark-aware tuning.
The benchmark periodically rolls forward with new arXiv papers and evaluates models through three SCP construction strategies:
Project links:
Task names
Default compact 50-sample tasks:
arxivrollbencharxivrollbench2026aarxivrollbench2026a:cs:sFull-split tasks:
arxivrollbench_fullarxivrollbench2026a_fullarxivrollbench2026a_full:cs:sThe implementation also exposes
arxivrollbench:<release>:<domain>:<task_type>andarxivrollbench_full:<release>:<domain>:<task_type>aliases so users can run all releases through LightEval superset expansion.Validation
python -m compileall -q src/lighteval/tasks/tasks/arxivrollbench.pypython -m ruff check src/lighteval/tasks/tasks/arxivrollbench.pypython -m ruff format --check src/lighteval/tasks/tasks/arxivrollbench.pygit diff --checkarxivrollbench2026a:cs:smaps toliangzid/robench2026a_test_all_category_setcsSCP-s-50;arxivrollbench2026a_full:cs:smaps toliangzid/robench2026a_test_all_category_setcsSCP-s.Selection 1scores 1.0 on a goldSelection 1;Selection 2scores 0.0.python -m lighteval accelerate "model_name=hf-internal-testing/tiny-random-gpt2,dtype=float32,device=cpu" "arxivrollbench2026a:cs:s|0" --max-samples 2 --output-dir /tmp/arxivrollbench_lighteval_smokecompleted successfully.