saadob12 commited on
Commit
3f9e227
1 Parent(s): e402a3c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Training Data
2
+ **Autochart:** Zhu, J., Ran, J., Lee, R. K. W., Choo, K., & Li, Z. (2021). AutoChart: A Dataset for Chart-to-Text Generation Task. arXiv preprint arXiv:2108.06897.
3
+
4
+ **Gitlab Link for the data**: https://gitlab.com/bottle_shop/snlg/chart/autochart
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 |