Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# D_ASAP-SAS
|
| 2 |
+
|
| 3 |
+
This is the **test split** of the ASAP Short Answer Scoring 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 |
+
For the original dataset with labels, see below.
|
| 6 |
+
|
| 7 |
+
## Original Dataset
|
| 8 |
+
|
| 9 |
+
🔗 [ASAP-SAS on Kaggle](https://www.kaggle.com/c/asap-sas)
|
| 10 |
+
|
| 11 |
+
## Citation
|
| 12 |
+
|
| 13 |
+
If you use this dataset, please cite the original:
|
| 14 |
+
```bibtex
|
| 15 |
+
@misc{asapsas2012,
|
| 16 |
+
author={Barbara and Hamner, Ben and Morgan, Jaison and lynnvandev and Shermis, Mark},
|
| 17 |
+
title={The Hewlett Foundation: Short Answer Scoring},
|
| 18 |
+
year={2012},
|
| 19 |
+
howpublished={\url{https://kaggle.com/competitions/asap-sas}}
|
| 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 |
+
booktitle={Proceedings of the 15th International Conference on Language Resources and Evaluation (LREC 2026)},
|
| 29 |
+
year={2026}
|
| 30 |
+
```
|