albertvillanova HF staff commited on
Commit
14c6061
1 Parent(s): b48a2a1

Fix NonMatchingChecksumError (#2)

Browse files

- Replace metadata JSON file with YAML tags (8b4045a851b79504943355c195c5cdc421634ecd)

Files changed (2) hide show
  1. README.md +26 -1
  2. dataset_infos.json +0 -1
README.md CHANGED
@@ -24,6 +24,31 @@ task_ids:
24
  - rdf-to-text
25
  paperswithcode_id: dart
26
  pretty_name: DART
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  # Dataset Card for DART
@@ -187,4 +212,4 @@ Under MIT license (see [here](https://github.com/Yale-LILY/dart/blob/master/LICE
187
 
188
  ### Contributions
189
 
190
- Thanks to [@lhoestq](https://github.com/lhoestq) for adding this dataset.
 
24
  - rdf-to-text
25
  paperswithcode_id: dart
26
  pretty_name: DART
27
+ dataset_info:
28
+ features:
29
+ - name: tripleset
30
+ sequence:
31
+ sequence: string
32
+ - name: subtree_was_extended
33
+ dtype: bool
34
+ - name: annotations
35
+ sequence:
36
+ - name: source
37
+ dtype: string
38
+ - name: text
39
+ dtype: string
40
+ splits:
41
+ - name: test
42
+ num_bytes: 2657644
43
+ num_examples: 5097
44
+ - name: train
45
+ num_bytes: 12966443
46
+ num_examples: 30526
47
+ - name: validation
48
+ num_bytes: 1458106
49
+ num_examples: 2768
50
+ download_size: 29939366
51
+ dataset_size: 17082193
52
  ---
53
 
54
  # Dataset Card for DART
 
212
 
213
  ### Contributions
214
 
215
+ Thanks to [@lhoestq](https://github.com/lhoestq) for adding this dataset.
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"default": {"description": "DART is a large and open-domain structured DAta Record to Text generation corpus with high-quality\nsentence annotations with each input being a set of entity-relation triples following a tree-structured ontology.\nIt consists of 82191 examples across different domains with each input being a semantic RDF triple set derived\nfrom data records in tables and the tree ontology of table schema, annotated with sentence description that\ncovers all facts in the triple set.\n\nDART is released in the following paper where you can find more details and baseline results:\nhttps://arxiv.org/abs/2007.02871\n", "citation": "@article{radev2020dart,\n title={DART: Open-Domain Structured Data Record to Text Generation},\n author={Dragomir Radev and Rui Zhang and Amrit Rau and Abhinand Sivaprasad and Chiachun Hsieh and Nazneen Fatema Rajani and Xiangru Tang and Aadit Vyas and Neha Verma and Pranav Krishna and Yangxiaokang Liu and Nadia Irwanto and Jessica Pan and Faiaz Rahman and Ahmad Zaidi and Murori Mutuma and Yasin Tarabar and Ankit Gupta and Tao Yu and Yi Chern Tan and Xi Victoria Lin and Caiming Xiong and Richard Socher},\n journal={arXiv preprint arXiv:2007.02871},\n year={2020}\n", "homepage": "https://github.com/Yale-LILY/dart", "license": "", "features": {"tripleset": {"feature": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "length": -1, "id": null, "_type": "Sequence"}, "subtree_was_extended": {"dtype": "bool", "id": null, "_type": "Value"}, "annotations": {"feature": {"source": {"dtype": "string", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "builder_name": "dart", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 12960061, "num_examples": 30526, "dataset_name": "dart"}, "validation": {"name": "validation", "num_bytes": 1457414, "num_examples": 2768, "dataset_name": "dart"}, "test": {"name": "test", "num_bytes": 2989087, "num_examples": 6959, "dataset_name": "dart"}}, "download_checksums": {"https://raw.githubusercontent.com/Yale-LILY/dart/master/data/v1.1.1/dart-v1.1.1-full-train.json": {"num_bytes": 22001131, "checksum": "0671b56f4b090ccf1c0187364d45c6f1214421d6f1081a21800596860f314e70"}, "https://raw.githubusercontent.com/Yale-LILY/dart/master/data/v1.1.1/dart-v1.1.1-full-dev.json": {"num_bytes": 2370637, "checksum": "5038f3543b6d59b94ac4e3f69d15a0b01d8578913f862142e7c560200dd6e434"}, "https://raw.githubusercontent.com/Yale-LILY/dart/master/data/v1.1.1/dart-v1.1.1-full-test.json": {"num_bytes": 5001020, "checksum": "c772553b482dd5fc7b8ad90d68889062a2603e28d4449ee1f162006819e0565e"}}, "download_size": 29372788, "post_processing_size": null, "dataset_size": 17406562, "size_in_bytes": 46779350}}