Add HLE dataset

This commit is contained in:
liushz 2025-03-03 10:52:30 +00:00
parent 34cc0a5f5f
commit 5a2462a26f
3 changed files with 7 additions and 1 deletions

View File

@ -399,6 +399,11 @@
category: Math
paper: https://proceedings.mlr.press/v202/gao23f/gao23f.pdf
configpath: opencompass/configs/datasets/gsm_hard
- hellaswag:
name: HLE
category: Reasoning
paper: https://lastexam.ai/paper
configpath: opencompass/configs/datasets/HLE
- hellaswag:
name: HellaSwag
category: Reasoning

View File

@ -1,4 +1,5 @@
from mmengine.config import read_base
with read_base():
from .hle_llmjudge_gen_63a000 import hle_datasets # noqa: F401, F403
# Default use LLM as a judge
from .hle_llmverify_gen_6ff468 import hle_datasets # noqa: F401, F403