Upload 73 files
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +102 -3
- data/test.parquet +3 -0
- images/CHEM-059.png +3 -0
- images/CHEM-060.png +3 -0
- images/CHEM-061.png +3 -0
- images/CHEM-062.png +3 -0
- images/CHEM-063.png +3 -0
- images/CHEM-064.png +3 -0
- images/CHEM-065.png +3 -0
- images/CHEM-066.png +3 -0
- images/CHEM-067.png +3 -0
- images/CHEM-068.png +3 -0
- images/CHEM-069.png +3 -0
- images/CHEM-070.png +3 -0
- images/CHEM-071.png +3 -0
- images/CHEM-072.png +3 -0
- images/CHEM-073.png +3 -0
- images/CHEM-074.png +3 -0
- images/CHEM-075.png +3 -0
- images/CHEM-076.png +3 -0
- images/CHEM-077.png +3 -0
- images/CHEM-078.png +3 -0
- images/CHEM-079.png +3 -0
- images/CHEM-080.png +3 -0
- images/CHEM-081.png +3 -0
- images/CHEM-082.png +3 -0
- images/CHEM-083.png +3 -0
- images/CHEM-084.png +3 -0
- images/CHEM-085.png +3 -0
- images/PHY-100.png +3 -0
- images/PHY-101.png +3 -0
- images/PHY-102.png +3 -0
- images/PHY-103.png +3 -0
- images/PHY-104.png +3 -0
- images/PHY-105.png +3 -0
- images/PHY-106.png +3 -0
- images/PHY-107.png +3 -0
- images/PHY-108.png +3 -0
- images/PHY-109.png +3 -0
- images/PHY-110.png +3 -0
- images/PHY-111.png +3 -0
- images/PHY-112.png +3 -0
- images/PHY-113.png +3 -0
- images/PHY-114.png +3 -0
- images/PHY-115.png +3 -0
- images/PHY-116.png +3 -0
- images/PHY-117.png +3 -0
- images/PHY-118.png +3 -0
- images/PHY-119.png +3 -0
- images/PHY-76.png +3 -0
README.md
CHANGED
@@ -1,3 +1,102 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# YAML metadata block for Hugging Face Hub
|
3 |
+
license: cc0-1.0
|
4 |
+
tags:
|
5 |
+
- science
|
6 |
+
- physics
|
7 |
+
- chemistry
|
8 |
+
- problem-solving
|
9 |
+
- multimodal
|
10 |
+
- scientific-reasoning
|
11 |
+
- bilingual
|
12 |
+
features:
|
13 |
+
- name: problem_id
|
14 |
+
dtype: string
|
15 |
+
- name: discipline
|
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 |
+
- name: image
|
29 |
+
dtype: image
|
30 |
+
---
|
31 |
+
|
32 |
+
# ScienceOlympiad: Challenging AI with Olympiad-Level Multimodal Science Problems
|
33 |
+
|
34 |
+
## Table of Contents
|
35 |
+
- [Dataset Description](#dataset-description)
|
36 |
+
- [Data Fields](#data-fields)
|
37 |
+
- [Data Splits](#data-splits)
|
38 |
+
- [Dataset Creation](#dataset-creation)
|
39 |
+
- [How to Use](#how-to-use)
|
40 |
+
- [Citation](#citation)
|
41 |
+
- [License](#license)
|
42 |
+
|
43 |
+
## Dataset Description
|
44 |
+
|
45 |
+
The **ScienceOlympiad** dataset is a meticulously curated benchmark designed to test the limits of current AI models in scientific reasoning. It comprises elite, competition-level problems in physics and chemistry. Addressing the need for more diverse and realistic challenges, **ScienceOlympiad** introduces two key dimensions: bilingual presentation (English and Chinese) and multimodal integration. Unlike purely text-based datasets, a significant portion of problems requires models to analyze and interpret visual information from diagrams and figures—a critical skill for real-world scientific problem-solving. Our objective is for ScienceOlympiad to serve as a pivotal evaluation tool, accelerating progress in domain-specific reasoning for the physical sciences while advancing the frontier of integrated text and visual understanding.
|
46 |
+
## Data Fields
|
47 |
+
|
48 |
+
Each entry in the dataset represents a single problem and contains the following fields:
|
49 |
+
|
50 |
+
- `problem_id`: (`string`) - A unique identifier for each problem.
|
51 |
+
- `discipline`: (`ClassLabel`) - The scientific discipline of the problem (`Physics` or `Chemistry`).
|
52 |
+
- `problem`: (A dictionary of `string`) - A dictionary containing the problem statement in both English (`en`) and Chinese (`zh`).
|
53 |
+
- `answer`: (`string`) - The correct answer or solution.
|
54 |
+
- `image`: (`Image`) - An image or diagram associated with the problem, stored in the `images/` directory. This field will be `None` if no image is present.
|
55 |
+
|
56 |
+
## Data Splits
|
57 |
+
|
58 |
+
This dataset consists of a single **`test`** split, provided in the `test.parquet` file.
|
59 |
+
|
60 |
+
## Dataset Creation
|
61 |
+
|
62 |
+
The dataset is composed of a curated collection of problems from three sources: classic problems, adaptations of established problems, and original compositions. Each problem has been meticulously reviewed to ensure rigorous difficulty and unambiguous wording.
|
63 |
+
|
64 |
+
|
65 |
+
## How to Use
|
66 |
+
|
67 |
+
You can load the dataset using the Hugging Face `datasets` library:
|
68 |
+
|
69 |
+
```python
|
70 |
+
from datasets import load_dataset
|
71 |
+
|
72 |
+
ds = load_dataset("ByteDance-Seed/ScienceOlympiad")
|
73 |
+
|
74 |
+
# Access the test split
|
75 |
+
test_ds = ds['test']
|
76 |
+
|
77 |
+
print(test_ds[0])
|
78 |
+
```
|
79 |
+
|
80 |
+
## Citation
|
81 |
+
|
82 |
+
If you use the ScienceOlympiad dataset in your research or work, please consider citing it:
|
83 |
+
|
84 |
+
```bibtex
|
85 |
+
@misc{bytedance_seed_2025_scienceolympiad,
|
86 |
+
author = {[Bytedance-Seed]},
|
87 |
+
title = {ScienceOlympiad: Challenging AI with Olympiad-Level Multimodal Science Problems},
|
88 |
+
year = {2025},
|
89 |
+
publisher = {Hugging Face},
|
90 |
+
journal = {Hugging Face repository},
|
91 |
+
howpublished = {\url{[https://huggingface.co/datasets/Bytedance-Seed/ScienceOlympiad](https://huggingface.co/datasets/Bytedance-Seed/ScienceOlympiad)}},
|
92 |
+
}
|
93 |
+
```
|
94 |
+
|
95 |
+
|
96 |
+
## License
|
97 |
+
|
98 |
+
ScienceOlympiad is released under the **CC0 1.0 Universal (CC0 1.0) Public Domain Dedication**.
|
99 |
+
|
100 |
+

|
101 |
+
|
102 |
+
This means the work has been dedicated to the public domain by waiving all rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute, and perform the work, even for commercial purposes, all without asking permission. For more details, see the [LICENSE](LICENSE) file or the [full legal text of the CC0 license](https://creativecommons.org/publicdomain/zero/1.0/legalcode).
|
data/test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:939490dc8301a150907951ff0def10aede502bbdca11fd656bd1fea9b76222b5
|
3 |
+
size 153423
|
images/CHEM-059.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-060.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-061.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-062.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-063.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-064.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-065.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-066.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-067.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-068.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-069.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-070.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-071.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-072.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-073.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-074.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-075.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-076.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-077.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-078.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-079.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-080.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-081.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-082.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-083.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-084.png
ADDED
![]() |
Git LFS Details
|
images/CHEM-085.png
ADDED
![]() |
Git LFS Details
|
images/PHY-100.png
ADDED
![]() |
Git LFS Details
|
images/PHY-101.png
ADDED
![]() |
Git LFS Details
|
images/PHY-102.png
ADDED
![]() |
Git LFS Details
|
images/PHY-103.png
ADDED
![]() |
Git LFS Details
|
images/PHY-104.png
ADDED
![]() |
Git LFS Details
|
images/PHY-105.png
ADDED
![]() |
Git LFS Details
|
images/PHY-106.png
ADDED
![]() |
Git LFS Details
|
images/PHY-107.png
ADDED
![]() |
Git LFS Details
|
images/PHY-108.png
ADDED
![]() |
Git LFS Details
|
images/PHY-109.png
ADDED
![]() |
Git LFS Details
|
images/PHY-110.png
ADDED
![]() |
Git LFS Details
|
images/PHY-111.png
ADDED
![]() |
Git LFS Details
|
images/PHY-112.png
ADDED
![]() |
Git LFS Details
|
images/PHY-113.png
ADDED
![]() |
Git LFS Details
|
images/PHY-114.png
ADDED
![]() |
Git LFS Details
|
images/PHY-115.png
ADDED
![]() |
Git LFS Details
|
images/PHY-116.png
ADDED
![]() |
Git LFS Details
|
images/PHY-117.png
ADDED
![]() |
Git LFS Details
|
images/PHY-118.png
ADDED
![]() |
Git LFS Details
|
images/PHY-119.png
ADDED
![]() |
Git LFS Details
|
images/PHY-76.png
ADDED
![]() |
Git LFS Details
|