[Update] Add AIME2025 oss info (#1936)

* Support OlympiadBench Benchmark

* Support OlympiadBench Benchmark

* Support OlympiadBench Benchmark

* update dataset path

* Update olmpiadBench

* Update olmpiadBench

* Update olmpiadBench

* Add HLE dataset

* Add HLE dataset

* Add HLE dataset

* Add AIME2025 oss info

---------

Co-authored-by: sudanl <sudanl@foxmail.com>
This commit is contained in:
liushz 2025-03-12 18:41:16 +08:00 committed by GitHub
parent bc2969dba8
commit 709bc4af0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -309,6 +309,11 @@ DATASETS_MAPPING = {
"hf_id": "",
"local": "./data/aime.jsonl",
},
"opencompass/aime2025": {
"ms_id": "",
"hf_id": "",
"local": "./data/aime2025/aime2025.jsonl",
},
"opencompass/cmo_fib": {
"ms_id": "",
"hf_id": "",
@ -652,11 +657,16 @@ DATASETS_URL = {
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/test_generation.zip",
"md5": "918a6ea2b1eee6f2b1314db3c21cb4c7",
},
"/aime": {
"/aime2024": {
"url":
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/aime.zip",
"md5": "fbe2d0577fc210962a549f8cea1a00c8",
},
"/aime2025": {
"url":
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/aime2025.zip",
"md5": "aa18cd5d2e2de246c5397f5eb1e61004",
},
"/cmo": {
"url":
"http://opencompass.oss-cn-shanghai.aliyuncs.com/datasets/data/cmo.zip",