Update README.md
Browse files
README.md
CHANGED
@@ -49,4 +49,33 @@ tags:
|
|
49 |
pretty_name: olympiadbench
|
50 |
size_categories:
|
51 |
- 10M<n<100M
|
52 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
55 |
+
|
56 |
+
[**📖 arXiv**](https://arxiv.org/abs/2402.14008) | [**GitHub**](https://github.com/OpenBMB/OlympiadBench)
|
57 |
+
|
58 |
+
|
59 |
+
## Dataset Description
|
60 |
+
|
61 |
+
**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.
|
62 |
+
|
63 |
+
More details are at our [GitHub](https://github.com/OpenBMB/OlympiadBench).
|
64 |
+
|
65 |
+
|
66 |
+
## Contact
|
67 |
+
- Chaoqun He: hechaoqun1998@gmail.com
|
68 |
+
|
69 |
+
## Citation
|
70 |
+
|
71 |
+
If you do find our code helpful or use our benchmark dataset, please citing our paper.
|
72 |
+
|
73 |
+
**BibTeX:**
|
74 |
+
```bibtex
|
75 |
+
@article{he2024olympiadbench,
|
76 |
+
title={Olympiadbench: A challenging benchmark for promoting agi with olympiad-level bilingual multimodal scientific problems},
|
77 |
+
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},
|
78 |
+
journal={arXiv preprint arXiv:2402.14008},
|
79 |
+
year={2024}
|
80 |
+
}
|
81 |
+
```
|