File size: 2,933 Bytes
e734fff
064f51f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e734fff
 
 
 
 
 
 
 
 
 
 
b56633e
 
e734fff
 
5053f13
 
e734fff
 
 
 
001d252
e734fff
 
001d252
e734fff
001d252
 
e734fff
064f51f
 
 
 
 
 
 
 
 
 
483b80a
 
 
 
 
 
 
 
 
 
 
064f51f
 
 
 
 
 
 
 
 
 
 
e734fff
064f51f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
language:
- en

license: apache-2.0
multilinguality:
- monolingual
size_categories:
- 100K<n<1M
tags:
- chart
- plot
- chart-to-text
- vistext
- statista
- pew
- chart-visual-entailment
- chart-understanding
- chart-captioning
- chart-summarization
- document-image

configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
dataset_info:
  features:
  - name: image
    dtype: string
  - name: sentence
    dtype: string
  - name: label
    dtype: string
  - name: manipulation_type
    dtype: string
  - name: dataset
    dtype: string
  splits:
  - name: train
    num_bytes: 118229163.0
    num_examples: 522531
  - name: dev
    num_bytes: 9400046.0
    num_examples: 36002
  download_size: 51634467
  dataset_size: 127629209.0
---
# Dataset Card for ChartVE's Training Data

- [Dataset Description](https://huggingface.co/datasets/khhuang/ChartVE/blob/main/README.md#dataset-description)
- [Paper Information](https://huggingface.co/datasets/khhuang/ChartVE/blob/main/README.md#paper-information)
- [Citation](https://huggingface.co/datasets/khhuang/ChartVE/blob/main/README.md#citation)

## Dataset Description

[ChartVE](https://huggingface.co/khhuang/chartve) (Chart Visual Entailment) is a visual entailment model introduced in the paper "Do LVLMs Understand Charts? 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. This repository hosts the training and validation data for ChartVE.

### Fields

Below, we illustrate the fields in each instance.

- `image`: The path to chart image. Images can be found in [image.zip](https://huggingface.co/datasets/khhuang/chartve_dataset/blob/main/images.zip).
- `sentence`: The sentence used as the _hypothesis_.
- `label`: An indicator about whether the chart entails the given `sentence`.
- `manipulation_type`: The type of perturbation that alters the original sentence (this is only applicable for non-entailment instances).
- `dataset`: The source dataset of the chart `image`.



## Paper Information

- Paper: https://arxiv.org/abs/2312.10160
- Code: https://github.com/khuangaf/CHOCOLATE/
- Project: https://khuangaf.github.io/CHOCOLATE


## Citation

If you use the **ChartVE** dataset/model in your work, please kindly cite the paper using this BibTeX:

```
@misc{huang-etal-2023-do,
    title = "Do LVLMs Understand Charts? Analyzing and Correcting Factual Errors in Chart Captioning",
    author = "Huang, Kung-Hsiang  and
      Zhou, Mingyang and
      Chan, Hou Pong  and
      Fung, Yi R. and
      Wang, Zhenhailong and
      Zhang, Lingyu and
      Chang, Shih-Fu and
      Ji, Heng",
    year={2023},
    eprint={2312.10160},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}    
```