Update README.md
Browse files
README.md
CHANGED
|
@@ -1,32 +1,33 @@
|
|
| 1 |
---
|
| 2 |
-
# YAML metadata block for Hugging Face Hub
|
| 3 |
license: cc0-1.0
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
features:
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
dtype: string
|
| 15 |
-
- name:
|
| 16 |
-
dtype: ClassLabel
|
| 17 |
-
names:
|
| 18 |
-
- Physics
|
| 19 |
-
- Chemistry
|
| 20 |
-
- name: problem
|
| 21 |
-
features:
|
| 22 |
-
- name: en
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: zh
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: answer
|
| 27 |
dtype: string
|
| 28 |
-
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
---
|
| 31 |
|
| 32 |
# ScienceOlympiad: Challenging AI with Olympiad-Level Multimodal Science Problems
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: cc0-1.0
|
| 3 |
tags:
|
| 4 |
+
- science
|
| 5 |
+
- physics
|
| 6 |
+
- chemistry
|
| 7 |
+
- problem-solving
|
| 8 |
+
- multimodal
|
| 9 |
+
- scientific-reasoning
|
| 10 |
+
- bilingual
|
| 11 |
features:
|
| 12 |
+
- name: problem_id
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: discipline
|
| 15 |
+
dtype: ClassLabel
|
| 16 |
+
names:
|
| 17 |
+
- Physics
|
| 18 |
+
- Chemistry
|
| 19 |
+
- name: problem
|
| 20 |
+
features:
|
| 21 |
+
- name: en
|
| 22 |
dtype: string
|
| 23 |
+
- name: zh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
dtype: string
|
| 25 |
+
- name: answer
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: image
|
| 28 |
+
feature:
|
| 29 |
+
_type: Image
|
| 30 |
+
decode: true
|
| 31 |
---
|
| 32 |
|
| 33 |
# ScienceOlympiad: Challenging AI with Olympiad-Level Multimodal Science Problems
|