albertvillanova HF staff commited on
Commit
5ec9443
1 Parent(s): 3069753

Delete legacy JSON metadata (#2)

Browse files

- Delete legacy JSON metadata (0dd53c4036033167fdb29cab57f30752f832eea9)

Files changed (1) hide show
  1. dataset_infos.json +0 -1
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"plain_text": {"description": "The dataset contains question-answer pairs to model verbal predicate-argument structure. The questions start with wh-words (Who, What, Where, What, etc.) and contain a verb predicate in the sentence; the answers are phrases in the sentence. \nThere were 2 datsets used in the paper, newswire and wikipedia. Unfortunately the newswiredataset is built from CoNLL-2009 English training set that is covered under license\nThus, we are providing only Wikipedia training set here. Please check README.md for more details on newswire dataset.\nFor the Wikipedia domain, randomly sampled sentences from the English Wikipedia (excluding questions and sentences with fewer than 10 or more than 60 words) were taken.\nThis new dataset is designed to solve this great NLP task and is crafted with a lot of care. \n", "citation": "@InProceedings{huggingface:dataset,\ntitle = {QA-SRL: Question-Answer Driven Semantic Role Labeling},\nauthors={Luheng He, Mike Lewis, Luke Zettlemoyer},\nyear={2015}\npublisher = {cs.washington.edu},\nhowpublished={\\url{https://dada.cs.washington.edu/qasrl/#page-top}},\n}\n", "homepage": "https://dada.cs.washington.edu/qasrl/#page-top", "license": "", "features": {"sentence": {"dtype": "string", "id": null, "_type": "Value"}, "sent_id": {"dtype": "string", "id": null, "_type": "Value"}, "predicate_idx": {"dtype": "int32", "id": null, "_type": "Value"}, "predicate": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "answers": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "qa_srl", "config_name": "plain_text", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1835549, "num_examples": 6414, "dataset_name": "qa_srl"}, "validation": {"name": "validation", "num_bytes": 632992, "num_examples": 2183, "dataset_name": "qa_srl"}, "test": {"name": "test", "num_bytes": 637317, "num_examples": 2201, "dataset_name": "qa_srl"}}, "download_checksums": {"https://dada.cs.washington.edu/qasrl/data/wiki1.train.qa": {"num_bytes": 646763, "checksum": "f927417e94e67b7ae17e33dd882989a5556d7ff37376f8bf5c78ece7d17a6c64"}, "https://dada.cs.washington.edu/qasrl/data/wiki1.dev.qa": {"num_bytes": 222666, "checksum": "caa94beaaf22304422cdc1a2fd8732b1a47401c9555a81e1f4da81e0a7557a8b"}, "https://dada.cs.washington.edu/qasrl/data/wiki1.test.qa": {"num_bytes": 218300, "checksum": "b43a998344fbd520955fb8f0f7b3691ace363daa8628552cf5cf5c8d84df6cca"}}, "download_size": 1087729, "post_processing_size": null, "dataset_size": 3105858, "size_in_bytes": 4193587}}