File size: 3,466 Bytes
a43ea84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
- config_name: dev
  data_files:
  - split: total
    path: dev/total-*
  - split: dev
    path: dev/dev-*
dataset_info:
- config_name: default
  features:
  - name: index
    dtype: int64
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: images
    list: image
  - name: reasoning
    dtype: string
  - name: sig_figs
    dtype: string
  - name: level
    dtype: int64
  - name: subject
    dtype: string
  - name: language
    dtype: string
  - name: img_category
    dtype: string
  - name: vision_relevance
    dtype: string
  - name: caption
    dtype: string
  splits:
  - name: train
    num_bytes: 90258908.0
    num_examples: 2000
  download_size: 77879212
  dataset_size: 90258908.0
- config_name: dev
  features:
  - name: question
    dtype: string
  - name: subject
    dtype: string
  - name: image_path
    sequence: string
  - name: sig_figs
    dtype: string
  - name: level
    dtype: int64
  - name: language
    dtype: string
  - name: index
    dtype: int64
  - name: img_category
    dtype: string
  - name: vision_relevance
    dtype: string
  - name: caption
    dtype: string
  - name: image_0
    dtype: image
  - name: image_1
    dtype: image
  - name: image_2
    dtype: image
  - name: image_3
    dtype: image
  splits:
  - name: total
    num_bytes: 96133884.0
    num_examples: 2000
  - name: dev
    num_bytes: 9343791.0
    num_examples: 200
  download_size: 86916417
  dataset_size: 105477675.0
task_categories:
- question-answering
- visual-question-answering
language:
- en
tags:
- physics
- multi-modal
size_categories:
- 1K<n<10K
---
# SeePhys: Does Seeing Help Thinking? -- Benchmarking Vision-Based Physics Reasoning
Can AI truly see the Physics? Test your model with the newly released SeePhys Benchmark!
Covering 2,000 vision-text multimodal physics problems spanning from middle school to doctoral qualification exams, the SeePhys benchmark systematically evaluates LLMs/MLLMs on tasks integrating complex scientific diagrams with theoretical derivations. Experiments reveal that even SOTA models like Gemini-2.5-Pro and o4-mini achieve accuracy rates below 55%, with over 30% error rates on simple middle-school-level problems, highlighting significant challenges in multimodal reasoning.

The benchmark is now open for evaluation at the ICML 2025 AI for MATH Workshop. Academic and industrial teams are invited to test their models!

🔗 Key Links:

📜Paper: http://arxiv.org/abs/2505.19099

⚛️Project Page: https://seephys.github.io/

🏆Challenge Submission: https://www.codabench.org/competitions/7925/

➡️Competition Guidelines: https://sites.google.com/view/ai4mathworkshopicml2025/challenge


The answer will be announced on July 1st, 2025 (Anywhere on Earth, AoE), which is after the submission deadline for the ICML 2025 Challenges on Automated Math Reasoning and Extensions.

If you find SeePhys useful for your research and applications, please kindly cite using this BibTeX:

```
@article{xiang2025seephys,
  title={SeePhys: Does Seeing Help Thinking? -- Benchmarking Vision-Based Physics Reasoning},
  author={Kun Xiang, Heng Li, Terry Jingchen Zhang, Yinya Huang, Zirong Liu, Peixin Qu, Jixi He, Jiaqi Chen, Yu-Jie Yuan, Jianhua Han, Hang Xu, Hanhui Li, Mrinmaya Sachan, Xiaodan Liang},
  journal={arXiv preprint arXiv:2505.19099},
  year={2025}
}
```