File size: 1,676 Bytes
0a8dc22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-4.0
dataset_info:
  features:
  - name: ID
    dtype: string
  - name: split
    dtype: string
  - name: knowledge concept
    dtype: string
  - name: question
    dtype: string
  - name: option
    dtype: string
  - name: answer
    dtype: string
  - name: image_path
    dtype: image
  - name: key
    dtype: string
  - name: question number
    dtype: int64
  - name: knowledge concept description
    dtype: string
  splits:
  - name: testmini
    num_bytes: 44509869
    num_examples: 1740
  download_size: 23075805
  dataset_size: 44509869
task_categories:
- question-answering
- text-generation
language:
- en
tags:
- LLM
- NLP
- CV
size_categories:
- 1K<n<10K
---



# Dataset Card for WE-MATH (ACL 2025)

[GitHub](https://github.com/We-Math/We-Math) | [Paper](https://arxiv.org/pdf/2407.01284) | [Website](https://we-math.github.io/)

Inspired by human-like mathematical reasoning, we introduce We-Math, the first benchmark specifically designed to explore the problem-solving principles beyond the end-to-end performance. We meticulously collect and categorize 6.5K visual math problems, spanning 67 hierarchical knowledge concepts and 5 layers of knowledge granularity.

## Citation
If you find the content of this project helpful, please cite our paper as follows:


```
@article{qiao2024we,
  title={We-Math: Does Your Large Multimodal Model Achieve Human-like Mathematical Reasoning?},
  author={Qiao, Runqi and Tan, Qiuna and Dong, Guanting and Wu, Minhui and Sun, Chong and Song, Xiaoshuai and GongQue, Zhuoma and Lei, Shanglin and Wei, Zhe and Zhang, Miaoxuan and others},
  journal={arXiv preprint arXiv:2407.01284},
  year={2024}
}
```