Update README.md
Browse files
README.md
CHANGED
|
@@ -1,31 +1,31 @@
|
|
| 1 |
# D_ASAP-AES
|
| 2 |
|
| 3 |
-
This is the test split of the ASAP
|
|
|
|
|
|
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
🔗 [
|
| 10 |
|
| 11 |
## Citation
|
| 12 |
|
| 13 |
-
If you use this dataset, please cite:
|
| 14 |
```bibtex
|
| 15 |
-
@misc{
|
| 16 |
-
title={
|
| 17 |
-
|
| 18 |
-
year={2012},
|
| 19 |
-
howpublished={\url{https://www.kaggle.com/c/asap-aes}}
|
| 20 |
}
|
| 21 |
```
|
| 22 |
|
| 23 |
-
If
|
| 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 |
-
|
| 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 |
```
|