kasnerz commited on
Commit
fbf0521
·
1 Parent(s): 4d81e8d

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +123 -1
dataset_infos.json CHANGED
@@ -1 +1,123 @@
1
- {"kasnerz--numericnlg": {"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", "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", "homepage": "https://github.com/titech-nlp/numeric-nlg", "license": "CC BY-SA 4.0", "features": {"table_id_paper": {"dtype": "string", "id": null, "_type": "Value"}, "caption": {"dtype": "string", "id": null, "_type": "Value"}, "row_header_level": {"dtype": "int32", "id": null, "_type": "Value"}, "row_headers": {"dtype": "large_string", "id": null, "_type": "Value"}, "column_header_level": {"dtype": "int32", "id": null, "_type": "Value"}, "column_headers": {"dtype": "large_string", "id": null, "_type": "Value"}, "contents": {"dtype": "large_string", "id": null, "_type": "Value"}, "metrics_loc": {"dtype": "string", "id": null, "_type": "Value"}, "metrics_type": {"dtype": "large_string", "id": null, "_type": "Value"}, "target_entity": {"dtype": "large_string", "id": null, "_type": "Value"}, "table_html_clean": {"dtype": "large_string", "id": null, "_type": "Value"}, "table_name": {"dtype": "string", "id": null, "_type": "Value"}, "table_id": {"dtype": "string", "id": null, "_type": "Value"}, "paper_id": {"dtype": "string", "id": null, "_type": "Value"}, "page_no": {"dtype": "int32", "id": null, "_type": "Value"}, "dir": {"dtype": "string", "id": null, "_type": "Value"}, "description": {"dtype": "large_string", "id": null, "_type": "Value"}, "class_sentence": {"dtype": "string", "id": null, "_type": "Value"}, "sentences": {"dtype": "large_string", "id": null, "_type": "Value"}, "header_mention": {"dtype": "string", "id": null, "_type": "Value"}, "valid": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "numericnlg", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4646019, "num_examples": 1084, "dataset_name": "numericnlg"}, "validation": {"name": "validation", "num_bytes": 613045, "num_examples": 136, "dataset_name": "numericnlg"}, "test": {"name": "test", "num_bytes": 551645, "num_examples": 135, "dataset_name": "numericnlg"}}, "download_checksums": null, "download_size": 2443747, "post_processing_size": null, "dataset_size": 5810709, "size_in_bytes": 8254456}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }}