Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +123 -1
dataset_infos.json
CHANGED
@@ -1 +1,123 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "NumericNLG is a dataset for table-totext generation focusing on numerical reasoning. \nThe dataset consists of textual descriptions of numerical tables from scientific papers.\n",
|
3 |
+
"citation": "@inproceedings{suadaa-etal-2021-towards,\n title = \"Towards Table-to-Text Generation with Numerical Reasoning\",\n author = \"Suadaa, Lya Hulliyyatus and\n Kamigaito, Hidetaka and\n Funakoshi, Kotaro and\n Okumura, Manabu and\n Takamura, Hiroya\",\n booktitle = \"Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)\",\n month = aug,\n year = \"2021\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://aclanthology.org/2021.acl-long.115\",\n doi = \"10.18653/v1/2021.acl-long.115\",\n pages = \"1451--1465\"\n}\n",
|
4 |
+
"homepage": "https://github.com/titech-nlp/numeric-nlg",
|
5 |
+
"license": "CC BY-SA 4.0",
|
6 |
+
"features": {
|
7 |
+
"table_id_paper": {
|
8 |
+
"dtype": "string",
|
9 |
+
"_type": "Value"
|
10 |
+
},
|
11 |
+
"caption": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"row_header_level": {
|
16 |
+
"dtype": "int32",
|
17 |
+
"_type": "Value"
|
18 |
+
},
|
19 |
+
"row_headers": {
|
20 |
+
"dtype": "large_string",
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"column_header_level": {
|
24 |
+
"dtype": "int32",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"column_headers": {
|
28 |
+
"dtype": "large_string",
|
29 |
+
"_type": "Value"
|
30 |
+
},
|
31 |
+
"contents": {
|
32 |
+
"dtype": "large_string",
|
33 |
+
"_type": "Value"
|
34 |
+
},
|
35 |
+
"metrics_loc": {
|
36 |
+
"dtype": "string",
|
37 |
+
"_type": "Value"
|
38 |
+
},
|
39 |
+
"metrics_type": {
|
40 |
+
"dtype": "large_string",
|
41 |
+
"_type": "Value"
|
42 |
+
},
|
43 |
+
"target_entity": {
|
44 |
+
"dtype": "large_string",
|
45 |
+
"_type": "Value"
|
46 |
+
},
|
47 |
+
"table_html_clean": {
|
48 |
+
"dtype": "large_string",
|
49 |
+
"_type": "Value"
|
50 |
+
},
|
51 |
+
"table_name": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"table_id": {
|
56 |
+
"dtype": "string",
|
57 |
+
"_type": "Value"
|
58 |
+
},
|
59 |
+
"paper_id": {
|
60 |
+
"dtype": "string",
|
61 |
+
"_type": "Value"
|
62 |
+
},
|
63 |
+
"page_no": {
|
64 |
+
"dtype": "int32",
|
65 |
+
"_type": "Value"
|
66 |
+
},
|
67 |
+
"dir": {
|
68 |
+
"dtype": "string",
|
69 |
+
"_type": "Value"
|
70 |
+
},
|
71 |
+
"description": {
|
72 |
+
"dtype": "large_string",
|
73 |
+
"_type": "Value"
|
74 |
+
},
|
75 |
+
"class_sentence": {
|
76 |
+
"dtype": "string",
|
77 |
+
"_type": "Value"
|
78 |
+
},
|
79 |
+
"sentences": {
|
80 |
+
"dtype": "large_string",
|
81 |
+
"_type": "Value"
|
82 |
+
},
|
83 |
+
"header_mention": {
|
84 |
+
"dtype": "string",
|
85 |
+
"_type": "Value"
|
86 |
+
},
|
87 |
+
"valid": {
|
88 |
+
"dtype": "int32",
|
89 |
+
"_type": "Value"
|
90 |
+
}
|
91 |
+
},
|
92 |
+
"builder_name": "numericnlg",
|
93 |
+
"config_name": "default",
|
94 |
+
"version": {
|
95 |
+
"version_str": "1.0.0",
|
96 |
+
"major": 1,
|
97 |
+
"minor": 0,
|
98 |
+
"patch": 0
|
99 |
+
},
|
100 |
+
"splits": {
|
101 |
+
"train": {
|
102 |
+
"name": "train",
|
103 |
+
"num_bytes": 4646019,
|
104 |
+
"num_examples": 1084,
|
105 |
+
"dataset_name": null
|
106 |
+
},
|
107 |
+
"validation": {
|
108 |
+
"name": "validation",
|
109 |
+
"num_bytes": 613045,
|
110 |
+
"num_examples": 136,
|
111 |
+
"dataset_name": null
|
112 |
+
},
|
113 |
+
"test": {
|
114 |
+
"name": "test",
|
115 |
+
"num_bytes": 551645,
|
116 |
+
"num_examples": 135,
|
117 |
+
"dataset_name": null
|
118 |
+
}
|
119 |
+
},
|
120 |
+
"download_size": 0,
|
121 |
+
"dataset_size": 5810709,
|
122 |
+
"size_in_bytes": 5810709
|
123 |
+
}}
|