diff --git a/datasets/reclor/dataset_infos.json b/datasets/reclor/dataset_infos.json new file mode 100644 index 00000000000..edf840bd4b6 --- /dev/null +++ b/datasets/reclor/dataset_infos.json @@ -0,0 +1 @@ +{"default": {"description": "Logical reasoning is an important ability to examine, analyze, and critically evaluate arguments as they occur in ordinary\nlanguage as the definition from LSAC. ReClor is a dataset extracted from logical reasoning questions of standardized graduate\nadmission examinations. Empirical results show that the state-of-the-art models struggle on ReClor with poor performance\nindicating more research is needed to essentially enhance the logical reasoning ability of current models. We hope this\ndataset could help push Machine Reading Comprehension (MRC) towards more complicated reasonin\n", "citation": "@inproceedings{yu2020reclor,\n author = {Yu, Weihao and Jiang, Zihang and Dong, Yanfei and Feng, Jiashi},\n title = {ReClor: A Reading Comprehension Dataset Requiring Logical Reasoning},\n booktitle = {International Conference on Learning Representations (ICLR)},\n month = {April},\n year = {2020}\n }\n\n", "homepage": "http://whyu.me/reclor/", "license": "", "features": {"context": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "answers": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "label": {"dtype": "string", "id": null, "_type": "Value"}, "id_string": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "reclor", "config_name": "default", "version": {"version_str": "0.1.0", "description": null, "major": 0, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4711114, "num_examples": 4638, "dataset_name": "reclor"}, "test": {"name": "test", "num_bytes": 1017354, "num_examples": 1000, "dataset_name": "reclor"}, "validation": {"name": "validation", "num_bytes": 518604, "num_examples": 500, "dataset_name": "reclor"}}, "download_checksums": {}, "download_size": 0, "post_processing_size": null, "dataset_size": 6247072, "size_in_bytes": 6247072}} \ No newline at end of file diff --git a/datasets/reclor/urls_checksums/checksums.txt b/datasets/reclor/urls_checksums/checksums.txt deleted file mode 100644 index ba09cc66480..00000000000 --- a/datasets/reclor/urls_checksums/checksums.txt +++ /dev/null @@ -1,3 +0,0 @@ -# TODO(reclor): If your dataset downloads files, then the checksums will be -# automatically added here when running the download_and_prepare script -# with --register_checksums.