Update task categories and add Hugging Face paper link

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +82 -80
README.md CHANGED
@@ -1,87 +1,88 @@
1
  ---
 
 
2
  license: cc-by-nc-sa-4.0
 
 
3
  task_categories:
4
- - visual-question-answering
5
- - image-classification
6
- - text-generation
7
- language:
8
- - zh
9
- tags:
10
- - education
11
- - math
12
- - error-analysis
13
- - handwritten
14
- - multimodal
15
- - scratchwork
16
  pretty_name: ScratchMath
17
- size_categories:
18
- - 1K<n<10K
 
 
 
 
 
19
  configs:
20
- - config_name: primary
21
- data_files: "primary/data-*.parquet"
22
- - config_name: middle
23
- data_files: "middle/data-*.parquet"
24
  dataset_info:
25
- - config_name: primary
26
- features:
27
- - name: question_id
28
- dtype: string
29
- - name: question
30
- dtype: string
31
- - name: answer
32
- dtype: string
33
- - name: solution
34
- dtype: string
35
- - name: student_answer
36
- dtype: string
37
- - name: student_scratchwork
38
- dtype: image
39
- - name: error_category
40
- dtype:
41
- class_label:
42
- names:
43
- 0: 计算错误
44
- 1: 题目理解错误
45
- 2: 知识点错误
46
- 3: 答题技巧错误
47
- 4: 手写誊抄错误
48
- 5: 逻辑推理错误
49
- 6: 注意力与细节错误
50
- - name: error_explanation
51
- dtype: string
52
- splits:
53
- - name: train
54
- num_examples: 1479
55
- - config_name: middle
56
- features:
57
- - name: question_id
58
- dtype: string
59
- - name: question
60
- dtype: string
61
- - name: answer
62
- dtype: string
63
- - name: solution
64
- dtype: string
65
- - name: student_answer
66
- dtype: string
67
- - name: student_scratchwork
68
- dtype: image
69
- - name: error_category
70
- dtype:
71
- class_label:
72
- names:
73
- 0: 计算错误
74
- 1: 题目理解错误
75
- 2: 知识点错误
76
- 3: 答题技巧错误
77
- 4: 手写誊抄错误
78
- 5: 逻辑推理错误
79
- 6: 注意力与细节错误
80
- - name: error_explanation
81
- dtype: string
82
- splits:
83
- - name: train
84
- num_examples: 241
85
  ---
86
 
87
  <div align="center">
@@ -93,7 +94,8 @@ dataset_info:
93
  **AIED 2026** &mdash; 27th International Conference on Artificial Intelligence in Education
94
 
95
  [![Project Page](https://img.shields.io/badge/Project-Page-blue?style=for-the-badge&logo=googlechrome&logoColor=white)](https://bbsngg.github.io/ScratchMath/)
96
- [![Paper](https://img.shields.io/badge/Paper-PDF-red?style=for-the-badge&logo=adobeacrobatreader&logoColor=white)](https://bbsngg.github.io/ScratchMath/paper/ScratchMath_AIED2026.pdf)
 
97
  [![Code](https://img.shields.io/badge/Code-GitHub-black?style=for-the-badge&logo=github&logoColor=white)](https://github.com/ai-for-edu/ScratchMath)
98
  [![License](https://img.shields.io/badge/License-CC_BY--NC--SA_4.0-green?style=for-the-badge)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
99
 
@@ -185,4 +187,4 @@ If you use this dataset, please cite:
185
 
186
  ## License
187
 
188
- This dataset is released under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
 
1
  ---
2
+ language:
3
+ - zh
4
  license: cc-by-nc-sa-4.0
5
+ size_categories:
6
+ - 1K<n<10K
7
  task_categories:
8
+ - visual-question-answering
9
+ - image-classification
10
+ - text-generation
11
+ - image-text-to-text
 
 
 
 
 
 
 
 
12
  pretty_name: ScratchMath
13
+ tags:
14
+ - education
15
+ - math
16
+ - error-analysis
17
+ - handwritten
18
+ - multimodal
19
+ - scratchwork
20
  configs:
21
+ - config_name: primary
22
+ data_files: primary/data-*.parquet
23
+ - config_name: middle
24
+ data_files: middle/data-*.parquet
25
  dataset_info:
26
+ - config_name: primary
27
+ features:
28
+ - name: question_id
29
+ dtype: string
30
+ - name: question
31
+ dtype: string
32
+ - name: answer
33
+ dtype: string
34
+ - name: solution
35
+ dtype: string
36
+ - name: student_answer
37
+ dtype: string
38
+ - name: student_scratchwork
39
+ dtype: image
40
+ - name: error_category
41
+ dtype:
42
+ class_label:
43
+ names:
44
+ 0: 计算错误
45
+ 1: 题目理解错误
46
+ 2: 知识点错误
47
+ 3: 答题技巧错误
48
+ 4: 手写誊抄错误
49
+ 5: 逻辑推理错误
50
+ 6: 注意力与细节错误
51
+ - name: error_explanation
52
+ dtype: string
53
+ splits:
54
+ - name: train
55
+ num_examples: 1479
56
+ - config_name: middle
57
+ features:
58
+ - name: question_id
59
+ dtype: string
60
+ - name: question
61
+ dtype: string
62
+ - name: answer
63
+ dtype: string
64
+ - name: solution
65
+ dtype: string
66
+ - name: student_answer
67
+ dtype: string
68
+ - name: student_scratchwork
69
+ dtype: image
70
+ - name: error_category
71
+ dtype:
72
+ class_label:
73
+ names:
74
+ 0: 计算错误
75
+ 1: 题目理解错误
76
+ 2: 知识点错误
77
+ 3: 答题技巧错误
78
+ 4: 手写誊抄错误
79
+ 5: 逻辑推理错误
80
+ 6: 注意力与细节错误
81
+ - name: error_explanation
82
+ dtype: string
83
+ splits:
84
+ - name: train
85
+ num_examples: 241
86
  ---
87
 
88
  <div align="center">
 
94
  **AIED 2026** &mdash; 27th International Conference on Artificial Intelligence in Education
95
 
96
  [![Project Page](https://img.shields.io/badge/Project-Page-blue?style=for-the-badge&logo=googlechrome&logoColor=white)](https://bbsngg.github.io/ScratchMath/)
97
+ [![Paper](https://img.shields.io/badge/Paper-HF-ffd21e?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/papers/2603.24961)
98
+ [![Paper PDF](https://img.shields.io/badge/Paper-PDF-red?style=for-the-badge&logo=adobeacrobatreader&logoColor=white)](https://bbsngg.github.io/ScratchMath/paper/ScratchMath_AIED2026.pdf)
99
  [![Code](https://img.shields.io/badge/Code-GitHub-black?style=for-the-badge&logo=github&logoColor=white)](https://github.com/ai-for-edu/ScratchMath)
100
  [![License](https://img.shields.io/badge/License-CC_BY--NC--SA_4.0-green?style=for-the-badge)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
101
 
 
187
 
188
  ## License
189
 
190
+ This dataset is released under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.