Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
Chinese
ArXiv:
Libraries:
Datasets
pandas
License:
JieZhouECNU commited on
Commit
7f19289
1 Parent(s): 84559f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -11,28 +11,28 @@ pipeline_tag: text-generation
11
  </p>
12
 
13
 
14
- ## 介绍
15
 
16
- 我们开源了多模态大模型的中文数学解题数据集CMM-Math,包含了22k+的训练数据和5k+的测试数据。
17
- 数据收集自小学、初中、高中的真实场景下的习题、试卷等资料,覆盖了13个知识点和12级难度。
18
 
19
 
20
 
21
  ## Demo
22
 
23
- ### 数据集中几个多模态题目例子
24
 
25
  <p align="center">
26
  <img src="./demo1.png" width="650"/>
27
  </p>
28
 
29
- ### 模型在13个知识点上的比较结果例子
30
 
31
  <p align="center">
32
  <img src="./demo2.png" width="650"/>
33
  </p>
34
 
35
- ### 模型在12个难度等级上的比较结果例子
36
 
37
  <p align="center">
38
  <img src="./demo3.png" width="650"/>
 
11
  </p>
12
 
13
 
14
+ ## Introduction
15
 
16
+ We release the Chinese Multimodal Mathemathical Dataset (CMM-Math), which contains 22k+ training samples and 5k+ evaluation samples. More details can be found in our following paper:
17
+ Liu W, Pan Q, Zhang Y, et al. CMM-Math: A Chinese Multimodal Math Dataset To Evaluate and Enhance the Mathematics Reasoning of Large Multimodal Models[J]. arXiv preprint arXiv:2409.02834, 2024.
18
 
19
 
20
 
21
  ## Demo
22
 
23
+ ### Some examples in our dataset
24
 
25
  <p align="center">
26
  <img src="./demo1.png" width="650"/>
27
  </p>
28
 
29
+ ### The results over different subjects
30
 
31
  <p align="center">
32
  <img src="./demo2.png" width="650"/>
33
  </p>
34
 
35
+ ### The results over different levels
36
 
37
  <p align="center">
38
  <img src="./demo3.png" width="650"/>