Datasets:

Modalities:
Image
Languages:
English
Tags:
math
Libraries:
Datasets
License:

Improve dataset card: update task category and add paper/code links

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -1,17 +1,21 @@
1
  ---
2
- license: mit
3
- task_categories:
4
- - text-to-image
5
  language:
6
  - en
 
7
  size_categories:
8
  - 1K<n<10K
 
 
9
  tags:
10
  - math
11
  ---
 
12
  # MM_Math Datasets
13
 
14
- We introduce our multimodal mathematics dataset, MM-MATH,.
 
 
 
15
  This dataset is collected from real middle school exams in China, and all the math problems are open-ended to evaluate the mathematical problem-solving abilities of current multimodal models. MM-MATH is annotated with fine-grained three-dimensional labels: difficulty, grade, and knowledge points. The difficulty level is determined based on the average scores of student exams, the grade labels are derived from the educational content of different grades from which the problems were collected, and the knowledge points are categorized by teachers according to the problems' content.
16
 
17
  ## MM_Math Deacription
@@ -22,8 +26,8 @@ The MM_math description contains two documents:
22
  2. **MM_Math.jsonl**: This file contains collected middle school exam questions, including the problem statement, solution process, and 3 dimension annotations.
23
 
24
 
25
- ## Data Format
26
- All data in **MM-Math** are standardized to the following format:
27
 
28
  ```json
29
  {
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ license: mit
5
  size_categories:
6
  - 1K<n<10K
7
+ task_categories:
8
+ - image-text-to-text
9
  tags:
10
  - math
11
  ---
12
+
13
  # MM_Math Datasets
14
 
15
+ Paper: [A Survey of Deep Learning for Geometry Problem Solving](https://huggingface.co/papers/2507.11936)
16
+ Code: https://github.com/majianz/gps-survey
17
+
18
+ We introduce our multimodal mathematics dataset, MM-MATH,.
19
  This dataset is collected from real middle school exams in China, and all the math problems are open-ended to evaluate the mathematical problem-solving abilities of current multimodal models. MM-MATH is annotated with fine-grained three-dimensional labels: difficulty, grade, and knowledge points. The difficulty level is determined based on the average scores of student exams, the grade labels are derived from the educational content of different grades from which the problems were collected, and the knowledge points are categorized by teachers according to the problems' content.
20
 
21
  ## MM_Math Deacription
 
26
  2. **MM_Math.jsonl**: This file contains collected middle school exam questions, including the problem statement, solution process, and 3 dimension annotations.
27
 
28
 
29
+ ## Data Format
30
+ All data in **MM-Math** are standardized to the following format:
31
 
32
  ```json
33
  {