lucy3 commited on
Commit
cf89344
·
verified ·
1 Parent(s): dde6487

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+
5
+ # Aftermath of DrawEduMath
6
+
7
+ This contains `answer_mapping.json`, for recreating the results of the paper titled "The Aftermath of DrawEduMath: Vision Language Models Underperform with Struggling Students and Misdiagnose Errors".
8
+
9
+ This file contains outputs from GPT-5-mini remapping teachers' answers around whether the student image contains any errors to 'yes' or 'no'.
10
+
11
+ Please consult the datacard for [DrawEduMath](https://huggingface.co/datasets/allenai/DrawEduMath) for detailed information about data source.
12
+
13
+ Quick links:
14
+ - Aftermath of DrawEduMath code: https://github.com/lucy3/aftermath_drawedumath/tree/main
15
+ - Aftermath of DrawEduMath paper: link forthcoming
16
+ ## Example Use
17
+ ```
18
+ import json
19
+ with open('answer_mapping.json', 'r') as infile:
20
+ answer_mapping = json.load(infile)
21
+ ```
22
+ ## License
23
+ This dataset is licensed under CC-BY-NC-4.0. It is intended for research and educational purposes following ASSISTments's [Responsible Use Guidelines](https://sites.google.com/view/e-trials/resources/guidelines-for-drawedumath).
24
+ ## Citation
25
+ TBD