Update task categories and add Hugging Face paper link
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,87 +1,88 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
- zh
|
| 9 |
-
tags:
|
| 10 |
-
- education
|
| 11 |
-
- math
|
| 12 |
-
- error-analysis
|
| 13 |
-
- handwritten
|
| 14 |
-
- multimodal
|
| 15 |
-
- scratchwork
|
| 16 |
pretty_name: ScratchMath
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
configs:
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
dataset_info:
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
---
|
| 86 |
|
| 87 |
<div align="center">
|
|
@@ -93,7 +94,8 @@ dataset_info:
|
|
| 93 |
**AIED 2026** — 27th International Conference on Artificial Intelligence in Education
|
| 94 |
|
| 95 |
[](https://bbsngg.github.io/ScratchMath/)
|
| 96 |
-
[](https://github.com/ai-for-edu/ScratchMath)
|
| 98 |
[](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** — 27th International Conference on Artificial Intelligence in Education
|
| 95 |
|
| 96 |
[](https://bbsngg.github.io/ScratchMath/)
|
| 97 |
+
[](https://huggingface.co/papers/2603.24961)
|
| 98 |
+
[](https://bbsngg.github.io/ScratchMath/paper/ScratchMath_AIED2026.pdf)
|
| 99 |
[](https://github.com/ai-for-edu/ScratchMath)
|
| 100 |
[](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.
|