mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* [Update] Support OlympiadBench-Math/OmniMath/LiveMathBench-Hard with LLM Verify * Update * Update * Update DeepSeek-R1 example * Update DeepSeek-R1 example * Update DeepSeek-R1 example
19 lines
722 B
Python
19 lines
722 B
Python
categories = [
|
|
'OE_TO_maths_en_COMP', # OpenEnded - TextOnly - maths - COMP
|
|
'OE_TO_maths_zh_COMP', # OpenEnded - TextOnly - maths - COMP
|
|
'OE_TO_maths_zh_CEE', # OpenEnded - TextOnly - maths - CEE
|
|
'OE_TO_physics_en_COMP', # OpenEnded - TextOnly - physics - COMP
|
|
'OE_TO_physics_zh_CEE' # OpenEnded - TextOnly - physics - CEE
|
|
]
|
|
|
|
math_categories = [
|
|
'OE_TO_maths_en_COMP', # OpenEnded - TextOnly - maths - COMP
|
|
'OE_TO_maths_zh_COMP', # OpenEnded - TextOnly - maths - COMP
|
|
'OE_TO_maths_zh_CEE', # OpenEnded - TextOnly - maths - CEE
|
|
]
|
|
|
|
physics_categories = [
|
|
'OE_TO_physics_en_COMP', # OpenEnded - TextOnly - physics - COMP
|
|
'OE_TO_physics_zh_CEE' # OpenEnded - TextOnly - physics - CEE
|
|
]
|