AIME2025ΒΆ
NAME = AIME2025
DATASET_PATH = math-ai/aime25
SAMPLE_SPLIT = test
FEWSHOT_SPLIT = test
RESPONSE_TYPE = COMPLETION
METRICS = [MathReasoningCompletion, LanguageRawConsistencyChecker]
SUBJECTS = ['no_subject']
LANGUAGE = <Language.ENG: 'English'>
Module:
eval_framework.tasks.benchmarks.math_reasoningFile: src/eval_framework/tasks/benchmarks/math_reasoning.py | View on GitHub
Link to dataset: https://huggingface.co/datasets/math-ai/aime25
More detailed documentation, with prompt examples and ground truth completions, can be generated with uv run -m eval_framework.utils.generate_task_docs --add-prompt-examples --only-tasks "AIME2025".