kasnerz commited on
Commit
b4c0586
1 Parent(s): 3e09a9f

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +51 -1
dataset_infos.json CHANGED
@@ -1 +1,51 @@
1
- {"kasnerz--charttotext-s": {"description": "Chart-to-Text: A Large-Scale Benchmark for Chart Summarization\n", "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", "homepage": "https://github.com/vis-nlp/Chart-to-text/tree/main/statista_dataset/dataset", "license": "", "features": {"title": {"dtype": "string", "id": null, "_type": "Value"}, "ref": {"dtype": "string", "id": null, "_type": "Value"}, "content": {"dtype": "large_string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "charttotext-s", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 20426046, "num_examples": 24368, "dataset_name": "charttotext-s"}, "validation": {"name": "validation", "num_bytes": 4307124, "num_examples": 5221, "dataset_name": "charttotext-s"}, "test": {"name": "test", "num_bytes": 4470700, "num_examples": 5222, "dataset_name": "charttotext-s"}}, "download_checksums": null, "download_size": 14936818, "post_processing_size": null, "dataset_size": 29203870, "size_in_bytes": 44140688}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }}