Skip to content

Commit cb78969

Browse files
authored
[Eval] Fix AIME25 missing config error (#92)
# What does this PR do? Should fix #91 . `opencompass/AIME2025` has changed the dataset structure after AIME25's 2nd subset was released. --------- Signed-off-by: SumanthRH <[email protected]>
1 parent 4bb8f3e commit cb78969

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

skythought/evals/tasks/aime/aime25.yaml renamed to skythought/evals/tasks/aime/aime25_1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
handler: aime
22
dataset_path: opencompass/AIME2025
3-
dataset_split: train
3+
dataset_subset: AIME2025-I
4+
dataset_split: test
45
question_key: question
56
answer_key: answer
67
templating_parameters:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
handler: aime
2+
dataset_path: opencompass/AIME2025
3+
dataset_subset: AIME2025-II
4+
dataset_split: test
5+
question_key: question
6+
answer_key: answer
7+
templating_parameters:
8+
template: "{prompt}\nReturn your final response within \\boxed{{}}"
9+

0 commit comments

Comments
 (0)