File size: 879 Bytes
0608b0b
40a15ce
0608b0b
40a15ce
 
0608b0b
40a15ce
224e2f1
 
40a15ce
 
 
0608b0b
40a15ce
 
 
 
 
 
 
 
 
 
 
 
 
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
# Data for CLIP Training on Chart Task

This repository contains the CLIP Training data implementation from our paper "[On the Perception Bottleneck of VLMs for Chart Understanding](https://arxiv.org/abs/2503.18435)".


## Data Details

- Data Source: Mainly chart tasks data like ChartQA, FigureQA, and DVQA.
- Data overview: Each data contains image, a correct caption and wrong caption.

## Citation

If you find this data useful in your research, please consider citing our paper:

```bibtex
@misc{liu2025perceptionbottleneckvlmschart,
      title={On the Perception Bottleneck of VLMs for Chart Understanding}, 
      author={Junteng Liu and Weihao Zeng and Xiwen Zhang and Yijun Wang and Zifei Shan and Junxian He},
      year={2025},
      eprint={2503.18435},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2503.18435}, 
}
```