Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +63 -1
dataset_infos.json
CHANGED
@@ -1 +1,63 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "SciGen is dataset for the task of reasoning-aware data-to-text generation consisting of tables from scientific articles and their corresponding descriptions.\n",
|
3 |
+
"citation": "@article{moosavi:2021:SciGen,\n author = {Nafise Sadat Moosavi, Andreas R{\"u}ckl{'e}, Dan Roth, Iryna Gurevych},\n title = {Learning to Reason for Text Generation from Scientific Tables},\n journal = {arXiv preprint arXiv:2104.08296},\n year = {2021},\n url = {https://arxiv.org/abs/2104.08296}\n}\n",
|
4 |
+
"homepage": "https://github.com/UKPLab/SciGen",
|
5 |
+
"license": "CC BY-NC-SA 4.0",
|
6 |
+
"features": {
|
7 |
+
"paper": {
|
8 |
+
"dtype": "string",
|
9 |
+
"_type": "Value"
|
10 |
+
},
|
11 |
+
"paper_id": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"table_caption": {
|
16 |
+
"dtype": "string",
|
17 |
+
"_type": "Value"
|
18 |
+
},
|
19 |
+
"table_column_names": {
|
20 |
+
"dtype": "large_string",
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"table_content_values": {
|
24 |
+
"dtype": "large_string",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"text": {
|
28 |
+
"dtype": "large_string",
|
29 |
+
"_type": "Value"
|
30 |
+
}
|
31 |
+
},
|
32 |
+
"builder_name": "scigen",
|
33 |
+
"config_name": "default",
|
34 |
+
"version": {
|
35 |
+
"version_str": "1.0.0",
|
36 |
+
"major": 1,
|
37 |
+
"minor": 0,
|
38 |
+
"patch": 0
|
39 |
+
},
|
40 |
+
"splits": {
|
41 |
+
"train": {
|
42 |
+
"name": "train",
|
43 |
+
"num_bytes": 21346753,
|
44 |
+
"num_examples": 13607,
|
45 |
+
"dataset_name": null
|
46 |
+
},
|
47 |
+
"validation": {
|
48 |
+
"name": "validation",
|
49 |
+
"num_bytes": 5676434,
|
50 |
+
"num_examples": 3452,
|
51 |
+
"dataset_name": null
|
52 |
+
},
|
53 |
+
"test": {
|
54 |
+
"name": "test",
|
55 |
+
"num_bytes": 808761,
|
56 |
+
"num_examples": 492,
|
57 |
+
"dataset_name": null
|
58 |
+
}
|
59 |
+
},
|
60 |
+
"download_size": 13102794,
|
61 |
+
"dataset_size": 27831948,
|
62 |
+
"size_in_bytes": 40934742
|
63 |
+
}}
|