Add AIME26 task#1254
Open
Vedant-Agarwal wants to merge 1 commit into
Open
Conversation
Add aime26, aime26_avg, and aime26_gpassk task configs mirroring the existing AIME25 definitions, backed by the math-ai/aime26 dataset (default subset, test split, 30 problems). Closes huggingface#1167
Author
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.
Closes #1167
Adds
aime26,aime26_avg, andaime26_gpassktask configs tosrc/lighteval/tasks/tasks/aime.py, mirroring the aime25 trio exactly (same prompt function,record_to_sample, and metric choices) — only the dataset repo, splits, and version differ.Dataset:
math-ai/aime26(confirmed in the issue comments), configdefault. One adaptation from the aime25 pattern: this dataset ships a singletestsplit (30 problems) rather thantrain, sohf_avail_splits/evaluation_splitsare["test"]. Columns (problem,answer) match whataime_promptexpects — verified by loading the live dataset and running the prompt function on real rows.Unlike the earlier attempt in #1218 (which targeted the multilingual
LumiOpen/mAIME*datasets and bundled unrelated CI/dependency changes), this is a minimal single-file change doing exactly what the issue asks.Verification:
pytest tests/unit/tasks/test_registry.py→ 8 passedruff check/ruff format --checkclean