Datasets:

Tasks:
Other
Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
machine-generated
Source Datasets:
original
Tags:
sentence-compression
License:
albertvillanova HF staff commited on
Commit
c1884ac
1 Parent(s): 2bfbdf6

Delete legacy JSON metadata (#2)

Browse files

- Delete legacy JSON metadata (6ca8830474460a8f7e8de5df9440b0cfb6c53909)

Files changed (1) hide show
  1. dataset_infos.json +0 -1
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"default": {"description": "Large corpus of uncompressed and compressed sentences from news articles.\n", "citation": "@inproceedings{filippova-altun-2013-overcoming,\n title = \"Overcoming the Lack of Parallel Data in Sentence Compression\",\n author = \"Filippova, Katja and\n Altun, Yasemin\",\n booktitle = \"Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing\",\n month = oct,\n year = \"2013\",\n address = \"Seattle, Washington, USA\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/D13-1155\",\n pages = \"1481--1491\",\n}\n", "homepage": "https://github.com/google-research-datasets/sentence-compression", "license": "", "features": {"graph": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "node": {"feature": {"form": {"dtype": "string", "id": null, "_type": "Value"}, "type": {"dtype": "string", "id": null, "_type": "Value"}, "mid": {"dtype": "string", "id": null, "_type": "Value"}, "word": {"feature": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "form": {"dtype": "string", "id": null, "_type": "Value"}, "stem": {"dtype": "string", "id": null, "_type": "Value"}, "tag": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "gender": {"dtype": "int32", "id": null, "_type": "Value"}, "head_word_index": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "edge": {"feature": {"parent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "child_id": {"dtype": "int32", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "entity_mention": {"feature": {"start": {"dtype": "int32", "id": null, "_type": "Value"}, "end": {"dtype": "int32", "id": null, "_type": "Value"}, "head": {"dtype": "int32", "id": null, "_type": "Value"}, "name": {"dtype": "string", "id": null, "_type": "Value"}, "type": {"dtype": "string", "id": null, "_type": "Value"}, "mid": {"dtype": "string", "id": null, "_type": "Value"}, "is_proper_name_entity": {"dtype": "bool", "id": null, "_type": "Value"}, "gender": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "compression": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "edge": {"feature": {"parent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "child_id": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "headline": {"dtype": "string", "id": null, "_type": "Value"}, "compression_ratio": {"dtype": "float32", "id": null, "_type": "Value"}, "doc_id": {"dtype": "string", "id": null, "_type": "Value"}, "source_tree": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "sentence": {"dtype": "string", "id": null, "_type": "Value"}, "node": {"feature": {"form": {"dtype": "string", "id": null, "_type": "Value"}, "type": {"dtype": "string", "id": null, "_type": "Value"}, "mid": {"dtype": "string", "id": null, "_type": "Value"}, "word": {"feature": {"id": {"dtype": "int32", "id": null, "_type": "Value"}, "form": {"dtype": "string", "id": null, "_type": "Value"}, "stem": {"dtype": "string", "id": null, "_type": "Value"}, "tag": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "gender": {"dtype": "int32", "id": null, "_type": "Value"}, "head_word_index": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "edge": {"feature": {"parent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "child_id": {"dtype": "int32", "id": null, "_type": "Value"}, "label": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}, "entity_mention": {"feature": {"start": {"dtype": "int32", "id": null, "_type": "Value"}, "end": {"dtype": "int32", "id": null, "_type": "Value"}, "head": {"dtype": "int32", "id": null, "_type": "Value"}, "name": {"dtype": "string", "id": null, "_type": "Value"}, "type": {"dtype": "string", "id": null, "_type": "Value"}, "mid": {"dtype": "string", "id": null, "_type": "Value"}, "is_proper_name_entity": {"dtype": "bool", "id": null, "_type": "Value"}, "gender": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "compression_untransformed": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "edge": {"feature": {"parent_id": {"dtype": "int32", "id": null, "_type": "Value"}, "child_id": {"dtype": "int32", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}}, "post_processed": null, "supervised_keys": null, "builder_name": "sent_comp", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"validation": {"name": "validation", "num_bytes": 55823979, "num_examples": 10000, "dataset_name": "sent_comp"}, "train": {"name": "train", "num_bytes": 1135684803, "num_examples": 200000, "dataset_name": "sent_comp"}}, "download_checksums": {"https://github.com/google-research-datasets/sentence-compression/raw/master/data/comp-data.eval.json.gz": {"num_bytes": 12183133, "checksum": "a8d01880fb889a95ab3918b1036b4056da760fb173bfbe9c9a68707d0a44196f"}, "https://github.com/google-research-datasets/sentence-compression/raw/master/data/sent-comp.train01.json.gz": {"num_bytes": 24661983, "checksum": "248095421694290bb92a2c28e05ffdb7e5e6bd7afcf8838b1167cea6006d5e33"}, "https://github.com/google-research-datasets/sentence-compression/raw/master/data/sent-comp.train02.json.gz": {"num_bytes": 24775828, "checksum": "2bd1785627feb5425a6c45fc2730f2be09bf38aceff6fd30bbb59f83a8f68f90"}, "https://github.com/google-research-datasets/sentence-compression/raw/master/data/sent-comp.train03.json.gz": {"num_bytes": 24726758, "checksum": "d7c673d5de5488384dda8e6bf93f304646f876bed803f757106b1dbb7d036684"}, "https://github.com/google-research-datasets/sentence-compression/raw/master/data/sent-comp.train04.json.gz": {"num_bytes": 24721492, "checksum": "7f8c47ce6a8d635f4af1f9900187fa9122baf4a0fa7294a3042b8980031c8920"}, "https://github.com/google-research-datasets/sentence-compression/raw/master/data/sent-comp.train05.json.gz": {"num_bytes": 24752435, "checksum": "35b6ab7d8643960bd274ae101d4bfabefbe60f7457a4befb2640c5ae97c690b4"}, "https://github.com/google-research-datasets/sentence-compression/raw/master/data/sent-comp.train06.json.gz": {"num_bytes": 24704732, "checksum": "109a9a081f08a36abefb1e9c52ab69236d450e6715ecba2b97d08ec7d687e54c"}, "https://github.com/google-research-datasets/sentence-compression/raw/master/data/sent-comp.train07.json.gz": {"num_bytes": 24832103, "checksum": "5e92b30b2c4689ef672d950bef57ef1af32a1d4e1a57b7024978fefd0d3f0149"}, "https://github.com/google-research-datasets/sentence-compression/raw/master/data/sent-comp.train08.json.gz": {"num_bytes": 24793936, "checksum": "052e21b8a0ae3a12fc01d7a7463762e316bacc17ebdff4406ed1f7675d16daf8"}, "https://github.com/google-research-datasets/sentence-compression/raw/master/data/sent-comp.train09.json.gz": {"num_bytes": 24749008, "checksum": "63722d8501736c50a72bb8e4449a738bff9f7103f35112879685df38c715c5ec"}, "https://github.com/google-research-datasets/sentence-compression/raw/master/data/sent-comp.train10.json.gz": {"num_bytes": 24751152, "checksum": "a13dc4fb356db0080795facc5ef8e944f4b31bdd79899b439e55a7cfea3b40ef"}}, "download_size": 259652560, "post_processing_size": null, "dataset_size": 1191508782, "size_in_bytes": 1451161342}}