Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
found
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
db49b1e
1 Parent(s): 396368c

Delete legacy JSON metadata

Browse files

Delete legacy `dataset_infos.json`.

Files changed (1) hide show
  1. dataset_infos.json +0 -1
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"plain_text": {"description": "MC-TACO (Multiple Choice TemporAl COmmonsense) is a dataset of 13k question-answer\npairs that require temporal commonsense comprehension. A system receives a sentence\nproviding context information, a question designed to require temporal commonsense\nknowledge, and multiple candidate answers. More than one candidate answer can be plausible.\n\nThe task is framed as binary classification: givent he context, the question,\nand the candidate answer, the task is to determine whether the candidate\nanswer is plausible (\"yes\") or not (\"no\").", "citation": "@inproceedings{ZKNR19,\n author = {Ben Zhou, Daniel Khashabi, Qiang Ning and Dan Roth},\n title = {\u201cGoing on a vacation\u201d takes longer than \u201cGoing for a walk\u201d: A Study of Temporal Commonsense Understanding },\n booktitle = {EMNLP},\n year = {2019},\n}\n", "homepage": "https://cogcomp.seas.upenn.edu/page/resource_view/125", "license": "Unknown", "features": {"sentence": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": ["no", "yes"], "names_file": null, "id": null, "_type": "ClassLabel"}, "category": {"num_classes": 5, "names": ["Event Duration", "Event Ordering", "Frequency", "Typical Time", "Stationarity"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "builder_name": "mc_taco", "config_name": "plain_text", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 1785553, "num_examples": 9442, "dataset_name": "mc_taco"}, "validation": {"name": "validation", "num_bytes": 713023, "num_examples": 3783, "dataset_name": "mc_taco"}}, "download_checksums": {"https://raw.githubusercontent.com/CogComp/MCTACO/master/dataset/dev_3783.tsv": {"num_bytes": 679912, "checksum": "8de54f6d3e0a6466e4ba2c5179c7f9ac3442eeba8683c46fd712f5f54751d6dd"}, "https://raw.githubusercontent.com/CogComp/MCTACO/master/dataset/test_9442.tsv": {"num_bytes": 1705225, "checksum": "47e12f88559eb0735eeca2af2d0a3ed48efb3bb2742ff31de9fcfc9a76094354"}}, "download_size": 2385137, "post_processing_size": null, "dataset_size": 2498576, "size_in_bytes": 4883713}}