Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +51 -1
dataset_infos.json
CHANGED
@@ -1 +1,51 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "Chart-to-Text is a large-scale benchmark with two datasets and a total of 44,096 charts covering a wide range of topics and chart types.\nThis dataset CONTAINS ONLY the Statista subset from the benchmark. \nStatista (statista.com) is an online platform that regularly publishes charts on a wide range of topics including economics, market and opinion research.\n\nStatistics:\nTotal charts: 27868\n\n=== Chart Type Information ===\nNumber of charts of each chart type\ncolumn: 16319\nbar: 8272\nline: 2646\npie: 408\ntable: 223\n\n=== Token Information ===\nAverage token count per summary: 53.65027989091431\nTotal tokens: 1495126\nTotal types (unique tokens): 39598\n=== Sentence Information ===\nAverage sentence count per summary: 2.5596741782689825\n",
|
3 |
+
"citation": "@inproceedings{kantharaj2022chart,\n title={Chart-to-Text: A Large-Scale Benchmark for Chart Summarization},\n author={Kantharaj, Shankar and Leong, Rixie Tiffany and Lin, Xiang and Masry, Ahmed and Thakkar, Megh and Hoque, Enamul and Joty, Shafiq},\n booktitle={Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},\n pages={4005--4023},\n year={2022}\n}\n",
|
4 |
+
"homepage": "https://github.com/vis-nlp/Chart-to-text/tree/main/statista_dataset/dataset",
|
5 |
+
"license": "GNU General Public License v3.0",
|
6 |
+
"features": {
|
7 |
+
"title": {
|
8 |
+
"dtype": "string",
|
9 |
+
"_type": "Value"
|
10 |
+
},
|
11 |
+
"ref": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"content": {
|
16 |
+
"dtype": "large_string",
|
17 |
+
"_type": "Value"
|
18 |
+
}
|
19 |
+
},
|
20 |
+
"builder_name": "charttotext-s",
|
21 |
+
"config_name": "default",
|
22 |
+
"version": {
|
23 |
+
"version_str": "1.0.0",
|
24 |
+
"major": 1,
|
25 |
+
"minor": 0,
|
26 |
+
"patch": 0
|
27 |
+
},
|
28 |
+
"splits": {
|
29 |
+
"train": {
|
30 |
+
"name": "train",
|
31 |
+
"num_bytes": 20426046,
|
32 |
+
"num_examples": 24368,
|
33 |
+
"dataset_name": null
|
34 |
+
},
|
35 |
+
"validation": {
|
36 |
+
"name": "validation",
|
37 |
+
"num_bytes": 4307124,
|
38 |
+
"num_examples": 5221,
|
39 |
+
"dataset_name": null
|
40 |
+
},
|
41 |
+
"test": {
|
42 |
+
"name": "test",
|
43 |
+
"num_bytes": 4470700,
|
44 |
+
"num_examples": 5222,
|
45 |
+
"dataset_name": null
|
46 |
+
}
|
47 |
+
},
|
48 |
+
"download_size": 15181709,
|
49 |
+
"dataset_size": 29203870,
|
50 |
+
"size_in_bytes": 44385579
|
51 |
+
}}
|