Automatic Grading Datasets Without Labels
Collection
14 items • Updated
Error code: ConfigNamesError
Exception: RuntimeError
Message: Dataset scripts are no longer supported, but found D_BEEtlE.py
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
config_names = get_dataset_config_names(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
dataset_module = dataset_module_factory(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1029, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 989, in dataset_module_factory
raise RuntimeError(f"Dataset scripts are no longer supported, but found {filename}")
RuntimeError: Dataset scripts are no longer supported, but found D_BEEtlE.pyNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
BEEtlE contains student answers from a tutorial system for basic electricity and electronics. The dataset includes both 2-way (correct/incorrect) and 3-way (correct/contradictory/incorrect) classification splits, with separate train and test files for each.
This dataset is prepared for use with the S-GRADES benchmark.
| File | Description |
|---|---|
train_2way.csv |
Training split, 2-way labels |
train_3way.csv |
Training split, 3-way labels |
test_2way.csv |
Test split, 2-way labels |
test_3way.csv |
Test split, 3-way labels |
🔗 SemEval-2013 Task 7 on Kaggle
If you use this dataset, please cite the original:
@inproceedings{dzikovska2013semeval,
title={SemEval-2013 Task 7: The Joint Student Response Analysis and 8th Recognizing Textual Entailment Challenge},
author = {Kerneler},
year = {2023},
howpublished = {\url{https://www.kaggle.com/datasets/smiles28/semeval-2013-2-and-3-way}},
}
If used as part of S-GRADES, also cite:
@inproceedings{seuti2026sgrades,
title={S-GRADES: Studying Generalization of Student Response Assessments in Diverse Evaluative Settings},
author={Seuti, Tasfia and Ray Choudhury, Sagnik},
booktitle={Proceedings of the 15th International Conference on Language Resources and Evaluation (LREC 2026)},
year={2026}
}