saadob12 commited on
Commit
cf27c32
1 Parent(s): 19373d6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This dataset only consists of linearized underlying data table of charts and their corresponding summaries.
2
+
3
+ Model that use this dataset: https://huggingface.co/saadob12/t5_C2T_big
4
+ ## Created By:
5
+ Kanthara, S., Leong, R. T. K., Lin, X., Masry, A., Thakkar, M., Hoque, E., & Joty, S. (2022). Chart-to-Text: A Large-Scale Benchmark for Chart Summarization. arXiv preprint arXiv:2203.06486.
6
+
7
+ **Paper**: https://arxiv.org/abs/2203.06486
8
+
9
+ **Orignal github repo**: https://github.com/vis-nlp/Chart-to-text
10
+
11
+ # Abstract from the Paper
12
+ Charts are commonly used for exploring data
13
+ and communicating insights. Generating nat-
14
+ ural language summaries from charts can be
15
+ very helpful for people in inferring key in-
16
+ sights that would otherwise require a lot of
17
+ cognitive and perceptual efforts. We present
18
+ Chart-to-text, a large-scale benchmark with
19
+ two datasets and a total of 44,096 charts cover-
20
+ ing a wide range of topics and chart types. We
21
+ explain the dataset construction process and
22
+ analyze the datasets. We also introduce a num-
23
+ ber of state-of-the-art neural models as base-
24
+ lines that utilize image captioning and data-to-
25
+ text generation techniques to tackle two prob-
26
+ lem variations: one assumes the underlying
27
+ data table of the chart is available while the
28
+ other needs to extract data from chart images.
29
+ Our analysis with automatic and human eval-
30
+ uation shows that while our best models usu-
31
+ ally generate fluent summaries and yield rea-
32
+ sonable BLEU scores, they also suffer from
33
+ hallucinations and factual errors as well as dif-
34
+ ficulties in correctly explaining complex pat-
35
+ terns and trends in charts.
36
+
37
+ ### Note
38
+ The original paper published two sub-datasets one collected from statista and the other from pew. The dataset upload here is from statista. Images can be downloaded from the github repo mentioned above.
39
+
40
+ # Dataset split
41
+ | train | valid | test |
42
+ |:---:|:---:| :---:|
43
+ | 24367 | 5222 | 5222 |