saadob12 commited on
Commit
c330022
1 Parent(s): 433922e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Training Data
2
+ **Chart-to-text:** 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.
3
+
4
+ **Github Link for the data**: https://github.com/vis-nlp/Chart-to-text
5
+
6
+ # Limitations
7
+ Works well for general statistics like the following:
8
+
9
+ | Year | Children born per woman |
10
+ |:---:|:---:|
11
+ | 2018 | 1.14 |
12
+ | 2017 | 1.45 |
13
+ | 2016 | 1.49 |
14
+ | 2015 | 1.54 |
15
+ | 2014 | 1.6 |
16
+ | 2013 | 1.65 |
17
+
18
+ May or may not generate an **okay** summary at best for the following kind of data:
19
+
20
+ | Model | BLEU score | BLEURT|
21
+ |:---:|:---:|:---:|
22
+ | t5-small | 25.4 | -0.11 |
23
+ | t5-base | 28.2 | 0.12 |
24
+ | t5-large | 35.4 | 0.34 |
25
+