khuangaf commited on
Commit
128d177
1 Parent(s): 039dd31

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -58,7 +58,7 @@ extracted_table = sequence.split("<s_answer>")[1].strip()
58
  ```
59
 
60
  ### Citation
61
- ```
62
  @misc{huang-etal-2023-do,
63
  title = "Do LVLMs Understand Charts? Analyzing and Correcting Factual Errors in Chart Captioning",
64
  author = "Huang, Kung-Hsiang and
@@ -70,7 +70,8 @@ extracted_table = sequence.split("<s_answer>")[1].strip()
70
  Chang, Shih-Fu and
71
  Ji, Heng",
72
  year={2023},
 
73
  archivePrefix={arXiv},
74
  primaryClass={cs.CL}
75
- }
76
- ```
 
58
  ```
59
 
60
  ### Citation
61
+ ```bibtex
62
  @misc{huang-etal-2023-do,
63
  title = "Do LVLMs Understand Charts? Analyzing and Correcting Factual Errors in Chart Captioning",
64
  author = "Huang, Kung-Hsiang and
 
70
  Chang, Shih-Fu and
71
  Ji, Heng",
72
  year={2023},
73
+ eprint={2312.10160},
74
  archivePrefix={arXiv},
75
  primaryClass={cs.CL}
76
+ }
77
+ ```