khuangaf commited on
Commit
1257a6d
1 Parent(s): 83ab152

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -51,7 +51,7 @@ binary_entail_prob_positive = torch.nn.functional.softmax(outputs['logits'].sque
51
  ```
52
 
53
  ### Citation
54
- ```
55
  @misc{huang-etal-2023-do,
56
  title = "Do LVLMs Understand Charts? Analyzing and Correcting Factual Errors in Chart Captioning",
57
  author = "Huang, Kung-Hsiang and
@@ -63,7 +63,8 @@ binary_entail_prob_positive = torch.nn.functional.softmax(outputs['logits'].sque
63
  Chang, Shih-Fu and
64
  Ji, Heng",
65
  year={2023},
 
66
  archivePrefix={arXiv},
67
  primaryClass={cs.CL}
68
- }
69
- ```
 
51
  ```
52
 
53
  ### Citation
54
+ ```bibtex
55
  @misc{huang-etal-2023-do,
56
  title = "Do LVLMs Understand Charts? Analyzing and Correcting Factual Errors in Chart Captioning",
57
  author = "Huang, Kung-Hsiang and
 
63
  Chang, Shih-Fu and
64
  Ji, Heng",
65
  year={2023},
66
+ eprint={2312.10160},
67
  archivePrefix={arXiv},
68
  primaryClass={cs.CL}
69
+ }
70
+ ```