Datasets:
Tasks:
Text-to-Image
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
Tags:
math
License:
Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ This dataset is collected from real middle school exams in China, and all the ma
|
|
18 |
|
19 |
The MM_math description contains two documents:
|
20 |
|
21 |
-
1. **
|
22 |
-
2. **MM_Math.
|
23 |
|
24 |
|
25 |
## Data Format
|
@@ -28,10 +28,8 @@ All data in **MM-Math** are standardized to the following format:
|
|
28 |
```json
|
29 |
{
|
30 |
"question": "The text of each question statement conforms to LaTeX code.",
|
31 |
-
"
|
32 |
-
"image": "The names of the question images in the image folder.",
|
33 |
"solution": "The text of each question' soluation conforms to LaTeX code.",
|
34 |
-
"solution_image": "The image names of solution used in the image folder.",
|
35 |
"year": "The grade level annotated from each year examination.",
|
36 |
"difficult": "The difficult level annotated by examination scores.",
|
37 |
"knowledge": "Each knowledge points contained in the question, which is annotated by middle school teacher."
|
|
|
18 |
|
19 |
The MM_math description contains two documents:
|
20 |
|
21 |
+
1. **Image.zip**: This archive includes images used in the problems.
|
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
|
|
|
28 |
```json
|
29 |
{
|
30 |
"question": "The text of each question statement conforms to LaTeX code.",
|
31 |
+
"file_name": "The names of the question images in the image folder.",
|
|
|
32 |
"solution": "The text of each question' soluation conforms to LaTeX code.",
|
|
|
33 |
"year": "The grade level annotated from each year examination.",
|
34 |
"difficult": "The difficult level annotated by examination scores.",
|
35 |
"knowledge": "Each knowledge points contained in the question, which is annotated by middle school teacher."
|