akaaafk commited on
Commit
0d75534
·
verified ·
1 Parent(s): 5e9f1f9

Remove solo pack benchmark/OlympiadBench (kept team contests only)

Browse files
Files changed (1) hide show
  1. benchmark/OlympiadBench/README.md +0 -86
benchmark/OlympiadBench/README.md DELETED
@@ -1,86 +0,0 @@
1
- ---
2
- configs:
3
- - config_name: OE_MM_maths_en_COMP
4
- data_files: OlympiadBench/OE_MM_maths_en_COMP/OE_MM_maths_en_COMP.parquet
5
- - config_name: OE_MM_maths_zh_CEE
6
- data_files: OlympiadBench/OE_MM_maths_zh_CEE/OE_MM_maths_zh_CEE.parquet
7
- - config_name: OE_MM_maths_zh_COMP
8
- data_files: OlympiadBench/OE_MM_maths_zh_COMP/OE_MM_maths_zh_COMP.parquet
9
- - config_name: OE_MM_physics_en_COMP
10
- data_files: OlympiadBench/OE_MM_physics_en_COMP/OE_MM_physics_en_COMP.parquet
11
- - config_name: OE_MM_physics_zh_CEE
12
- data_files: OlympiadBench/OE_MM_physics_zh_CEE/OE_MM_physics_zh_CEE.parquet
13
- - config_name: OE_TO_maths_en_COMP
14
- data_files: OlympiadBench/OE_TO_maths_en_COMP/OE_TO_maths_en_COMP.parquet
15
- - config_name: OE_TO_maths_zh_CEE
16
- data_files: OlympiadBench/OE_TO_maths_zh_CEE/OE_TO_maths_zh_CEE.parquet
17
- - config_name: OE_TO_maths_zh_COMP
18
- data_files: OlympiadBench/OE_TO_maths_zh_COMP/OE_TO_maths_zh_COMP.parquet
19
- - config_name: OE_TO_physics_en_COMP
20
- data_files: OlympiadBench/OE_TO_physics_en_COMP/OE_TO_physics_en_COMP.parquet
21
- - config_name: OE_TO_physics_zh_CEE
22
- data_files: OlympiadBench/OE_TO_physics_zh_CEE/OE_TO_physics_zh_CEE.parquet
23
- - config_name: TP_MM_maths_en_COMP
24
- data_files: OlympiadBench/TP_MM_maths_en_COMP/TP_MM_maths_en_COMP.parquet
25
- - config_name: TP_MM_maths_zh_CEE
26
- data_files: OlympiadBench/TP_MM_maths_zh_CEE/TP_MM_maths_zh_CEE.parquet
27
- - config_name: TP_MM_maths_zh_COMP
28
- data_files: OlympiadBench/TP_MM_maths_zh_COMP/TP_MM_maths_zh_COMP.parquet
29
- - config_name: TP_MM_physics_en_COMP
30
- data_files: OlympiadBench/TP_MM_physics_en_COMP/TP_MM_physics_en_COMP.parquet
31
- - config_name: TP_TO_maths_en_COMP
32
- data_files: OlympiadBench/TP_TO_maths_en_COMP/TP_TO_maths_en_COMP.parquet
33
- - config_name: TP_TO_maths_zh_CEE
34
- data_files: OlympiadBench/TP_TO_maths_zh_CEE/TP_TO_maths_zh_CEE.parquet
35
- - config_name: TP_TO_maths_zh_COMP
36
- data_files: OlympiadBench/TP_TO_maths_zh_COMP/TP_TO_maths_zh_COMP.parquet
37
- - config_name: TP_TO_physics_en_COMP
38
- data_files: OlympiadBench/TP_TO_physics_en_COMP/TP_TO_physics_en_COMP.parquet
39
- license: apache-2.0
40
- task_categories:
41
- - question-answering
42
- - visual-question-answering
43
- language:
44
- - zh
45
- - en
46
- tags:
47
- - math
48
- - physics
49
- pretty_name: olympiadbench
50
- size_categories:
51
- - 10M<n<100M
52
- ---
53
-
54
- # OlympiadBench: A Challenging Benchmark for Promoting AGI with Olympiad-Level Bilingual Multimodal Scientific Problems[ACL 2024]
55
-
56
- [**📖 arXiv**](https://arxiv.org/abs/2402.14008) | [**GitHub**](https://github.com/OpenBMB/OlympiadBench)
57
-
58
- **Note**: We have made adjustments to the image content in the multimodal portion of the dataset and fixed previous issues where some images in the English physics subset were not displayed properly. If your usage involves images, please re-download the dataset (we recommend all users to download the latest version).
59
-
60
- Additionally, some entries in the solution field may also include images. However, due to image display limitations on Hugging Face, we did not include them in this update. If you need the images embedded in the solution field, please download the full dataset from [**the whole data link**](https://drive.google.com/file/d/1DnTCrvIv5vbfDmi2yYaCWnzUhvD34oB0/view?usp=sharing). This version contains all the original image content.
61
-
62
- Thank you for your support of **OlympiadBench** — we hope it is helpful to your work.
63
-
64
- ## Dataset Description
65
-
66
- **OlympiadBench** is an Olympiad-level bilingual multimodal scientific benchmark, featuring 8,476 problems from Olympiad-level mathematics and physics competitions, including the Chinese college entrance exam. Each problem is detailed with expert-level annotations for step-by-step reasoning. Notably, the best-performing model, GPT-4V, attains an average score of 17.97% on OlympiadBench, with a mere 10.74% in physics, highlighting the benchmark rigor and the intricacy of physical reasoning.
67
-
68
- More details are at our [GitHub](https://github.com/OpenBMB/OlympiadBench).
69
-
70
-
71
- ## Contact
72
- - Chaoqun He: hechaoqun1998@gmail.com
73
-
74
- ## Citation
75
-
76
- If you do find our code helpful or use our benchmark dataset, please citing our paper.
77
-
78
- **BibTeX:**
79
- ```bibtex
80
- @article{he2024olympiadbench,
81
- title={Olympiadbench: A challenging benchmark for promoting agi with olympiad-level bilingual multimodal scientific problems},
82
- author={He, Chaoqun and Luo, Renjie and Bai, Yuzhuo and Hu, Shengding and Thai, Zhen Leng and Shen, Junhao and Hu, Jinyi and Han, Xu and Huang, Yujie and Zhang, Yuxiang and others},
83
- journal={arXiv preprint arXiv:2402.14008},
84
- year={2024}
85
- }
86
- ```