[Dataset] Add ArxivRollBench#2458
Merged
Merged
Conversation
Myhs-phz
approved these changes
Jun 26, 2026
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
This PR adds ArxivRollBench to OpenCompass as a generative exact-match benchmark.
ArxivRollBench is a private-to-public rolling benchmark built from recent arXiv papers. It evaluates whether LLMs can reason over fresh scholarly text through three task formats: sequencing, cloze, and next-fragment prediction. Its key principle is time-aware evaluation: benchmark snapshots are created from papers that were private or newly released at the time of construction, then later become public so the community can reproduce and compare results. This helps measure model generalization on recent scientific content while reducing the overestimation risk caused by benchmark contamination.
The benchmark paper has been accepted by AAAI 2026:
https://ojs.aaai.org/index.php/AAAI/article/view/41098
The public Hugging Face datasets are available under:
https://huggingface.co/liangzid
Changes
opencompass/configs/datasets/arxivrollbench/arxivrollbench_gen.py.-50splits for ArxivRollBench 2024b, 2025a, and 2026a across eight arXiv domains and three SCP task formats.arxivrollbench_full_datasets.Selection 1-Selection 4andA-Danswers.dataset-index.yml.Why This Benchmark Is Useful For OpenCompass
OpenCompass already covers many static knowledge, reasoning, and domain benchmarks. ArxivRollBench complements them by focusing on recent scientific papers and rolling release snapshots. This gives users a lightweight way to test models on time-sensitive scholarly reasoning tasks, while keeping the default
-50split cost-controlled for API and large-model evaluation. The full split remains available for complete benchmark runs.Validation
python -m compileall -q opencompass/datasets/arxivrollbench.py opencompass/configs/datasets/arxivrollbench/arxivrollbench_gen.pydataset-index.yml.build_dataset_from_cfgsmoke check for one configured dataset.AccEvaluatorsmoke check for both registered answer postprocessors.git diff --check