skkegkai commited on
Commit
1b8f0f7
1 Parent(s): 3b9ef7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
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. **image.tar**: This archive includes images used in the problems.
22
- 2. **MM_Math.json**: This file contains collected middle school exam questions, including the problem statement, solution process, and 3 dimension annotations.
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
- "image_file_name": "The folder where the question image is located.",
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."