khuangaf commited on
Commit
3256653
1 Parent(s): b3e83af

update README

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,8 @@ language: en
8
  ChartVE is a visual entailment model introduced in the paper "Do LVLMs Understand Charts?
9
  Analyzing and Correcting Factual Errors in Chart Captioning" for evaluating the factuality of a generated caption sentence with regard to the input chart. The model takes in a chart figure and a caption sentence as input, and outputs an entailment probability. To compute the the entailment probability, please refer to the "How to use" section below. The underlying architecture of this model is UniChart.
10
 
 
 
11
 
12
  ### How to use
13
 
 
8
  ChartVE is a visual entailment model introduced in the paper "Do LVLMs Understand Charts?
9
  Analyzing and Correcting Factual Errors in Chart Captioning" for evaluating the factuality of a generated caption sentence with regard to the input chart. The model takes in a chart figure and a caption sentence as input, and outputs an entailment probability. To compute the the entailment probability, please refer to the "How to use" section below. The underlying architecture of this model is UniChart.
10
 
11
+ Note that this model expects a caption sentence as textual inputs. For captions that are longer than one sentences, one should split the caption into multiple sentences, feed individual sentences to ChartVE, and then aggregate the scores. Below, we provide an example of how to use ChartVE.
12
+
13
 
14
  ### How to use
15