TasfiaS commited on
Commit
633fbc0
·
verified ·
1 Parent(s): c616544

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,31 +1,31 @@
1
  # D_ASAP-AES
2
 
3
- This is the test split of the ASAP-AES dataset, prepared for use with the [S-GRADES benchmark](https://sgrades.eng.unt.edu). Ground truth labels have been removed to prevent leakage during evaluation.
 
 
4
 
5
- ## Original Dataset
6
 
7
- The Automated Student Assessment Prize (ASAP) dataset was provided by Kaggle and the Hewlett Foundation.
8
 
9
- 🔗 [Original Dataset on Kaggle](https://www.kaggle.com/c/asap-aes)
10
 
11
  ## Citation
12
 
13
- If you use this dataset, please cite:
14
  ```bibtex
15
- @misc{asap2012,
16
- title={The Hewlett Foundation: Automated Essay Scoring},
17
- author={Kaggle},
18
- year={2012},
19
- howpublished={\url{https://www.kaggle.com/c/asap-aes}}
20
  }
21
  ```
22
 
23
- If you use it as part of the S-GRADES benchmark, also cite:
24
  ```bibtex
25
  @inproceedings{seuti2026sgrades,
26
  title={S-GRADES: Studying Generalization of Student Response Assessments in Diverse Evaluative Settings},
27
  author={Seuti, Tasfia and Ray Choudhury, Sagnik},
28
- booktitle={Proceedings of LREC 2026},
29
  year={2026}
30
  }
31
  ```
 
1
  # D_ASAP-AES
2
 
3
+ This is the **test split** of the ASAP Automated Essay Scoring dataset,
4
+ prepared for use with the [S-GRADES benchmark](https://sgrades.eng.unt.edu).
5
+ Ground truth labels have been removed to prevent leakage during evaluation.
6
 
7
+ For the original dataset with labels, see below.
8
 
9
+ ## Original Dataset
10
 
11
+ 🔗 [ASAP-AES on Kaggle](https://www.kaggle.com/datasets/lburleigh/asap-2-0)
12
 
13
  ## Citation
14
 
15
+ If you use this dataset, please cite the original:
16
  ```bibtex
17
+ @misc{asap_aes,
18
+ title={ASAP Automated Essay Scoring},
19
+ howpublished={\url{https://www.kaggle.com/datasets/lburleigh/asap-2-0}}
 
 
20
  }
21
  ```
22
 
23
+ If used as part of S-GRADES, also cite:
24
  ```bibtex
25
  @inproceedings{seuti2026sgrades,
26
  title={S-GRADES: Studying Generalization of Student Response Assessments in Diverse Evaluative Settings},
27
  author={Seuti, Tasfia and Ray Choudhury, Sagnik},
28
+ bookt={Proceedings of the 15th International Conference on Language Resources and Evaluation (LREC 2026)},
29
  year={2026}
30
  }
31
  ```