khuangaf
commited on
Commit
·
064f51f
1
Parent(s):
001d252
upload readme
Browse files
README.md
CHANGED
|
@@ -1,4 +1,25 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
configs:
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
|
@@ -28,6 +49,42 @@ dataset_info:
|
|
| 28 |
download_size: 51634467
|
| 29 |
dataset_size: 127629209.0
|
| 30 |
---
|
| 31 |
-
# Dataset Card for
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
multilinguality:
|
| 7 |
+
- monolingual
|
| 8 |
+
size_categories:
|
| 9 |
+
- 100K<n<1M
|
| 10 |
+
tags:
|
| 11 |
+
- chart
|
| 12 |
+
- plot
|
| 13 |
+
- chart-to-text
|
| 14 |
+
- vistext
|
| 15 |
+
- statista
|
| 16 |
+
- pew
|
| 17 |
+
- chart-visual-entailment
|
| 18 |
+
- chart-understanding
|
| 19 |
+
- chart-captioning
|
| 20 |
+
- chart-summarization
|
| 21 |
+
- document-image
|
| 22 |
+
|
| 23 |
configs:
|
| 24 |
- config_name: default
|
| 25 |
data_files:
|
|
|
|
| 49 |
download_size: 51634467
|
| 50 |
dataset_size: 127629209.0
|
| 51 |
---
|
| 52 |
+
# Dataset Card for ChartVE's Training Data
|
| 53 |
+
|
| 54 |
+
- [Dataset Description](https://huggingface.co/datasets/khhuang/ChartVE/blob/main/README.md#dataset-description)
|
| 55 |
+
- [Paper Information](https://huggingface.co/datasets/khhuang/ChartVE/blob/main/README.md#paper-information)
|
| 56 |
+
- [Citation](https://huggingface.co/datasets/khhuang/ChartVE/blob/main/README.md#citation)
|
| 57 |
+
|
| 58 |
+
## Dataset Description
|
| 59 |
+
|
| 60 |
+
[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.
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
## Paper Information
|
| 64 |
+
|
| 65 |
+
- Paper: https://arxiv.org/abs/2312.10160
|
| 66 |
+
- Code: https://github.com/khuangaf/CHOCOLATE/
|
| 67 |
+
- Project: https://khuangaf.github.io/CHOCOLATE
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
## Citation
|
| 71 |
+
|
| 72 |
+
If you use the **ChartVE** dataset/model in your work, please kindly cite the paper using this BibTeX:
|
| 73 |
|
| 74 |
+
```
|
| 75 |
+
@misc{huang-etal-2023-do,
|
| 76 |
+
title = "Do LVLMs Understand Charts? Analyzing and Correcting Factual Errors in Chart Captioning",
|
| 77 |
+
author = "Huang, Kung-Hsiang and
|
| 78 |
+
Zhou, Mingyang and
|
| 79 |
+
Chan, Hou Pong and
|
| 80 |
+
Fung, Yi R. and
|
| 81 |
+
Wang, Zhenhailong and
|
| 82 |
+
Zhang, Lingyu and
|
| 83 |
+
Chang, Shih-Fu and
|
| 84 |
+
Ji, Heng",
|
| 85 |
+
year={2023},
|
| 86 |
+
eprint={2312.10160},
|
| 87 |
+
archivePrefix={arXiv},
|
| 88 |
+
primaryClass={cs.CL}
|
| 89 |
+
}
|
| 90 |
+
```
|