lucy3 commited on
Commit
e20debe
·
verified ·
1 Parent(s): 6577360

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 `sampled_images_per_problem.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 stratified samples of images per problem, with equal numbers of erroneous and error-free student images. The key is the number of images sampled. In the paper, for our experiments involving redrawn student images, we only use the samples of 1 erroneous image and 1 error-free image.
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('sampled_images_per_problem.json', 'r') as infile:
20
+ sampled_images_per_problem = 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