UniModal4Reasoning / SimChart9K

The proposed simulated dataset consisting of 9,536 charts and associated data annotations in CSV format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arXiv GitHub issues PRs Welcome

SimChart9K

SimChart9K: An LLMs-based Simulatied Visual Chart Understanding Benchmark

We perform data augmentation for chart perception and reasoning by leveraging an LLMs-based self-inspection data production scheme, producing the SimChart9K dataset, where the simulated dataset consists of 9,536 chart images and associated data annotations in CSV format. Besides, we observe that StructChart continuously improves the chart perception performance as more simulated charts are used for pre-training.

SimChart9K Dataset Download from google drive

Downloading the official SimChart9K dataset from google drive

SimChart9K Dataset Download from Opendatalab

a. Register an account from OpenXLab website as follows.

https://openxlab.org.cn/home

b. Install the dependent libraries as follows:

  • Install the openxlab dependent libraries.
      pip install openxlab
  • Obtain the Access Key and Secret Key on the OpenXLab website by clicking the button of Account Security
  • Login the OpenXLab using the Access Key and Secret Key
      openxlab login

c. Download the SimChart9K dataset by performing the following command:

openxlab dataset get --dataset-repo  Lonepic/SimChart9K

t-SNE comparisons with Real Chart Datasets

Feature Distribution using t-SNE of Real Datasets.

Feature Distribution using t-SNE of both Real Datasets and SimChart9K.

Visualization Exapmles

Visualization results using the proposed StructChart on different chart-related reasoning tasks including Question Answering (QA), Summarization, and Redrawing.

Visualization results using the proposed StructChart on different chart-related reasoning tasks including Question Answering (QA), Summarization, and Redrawing.

Citation

Please consider citing our work if this dataset is helpful for your research:

@article{xia2023structchart,
  title={StructChart: Perception, Structuring, Reasoning for Visual Chart Understanding},
  author={Xia, Renqiu and Zhang, Bo and Peng, Haoyang and Ye, Hancheng and Yan, Xiangchao and Ye, Peng and Shi, Botian and Yan, Junchi and Qiao, Yu},
  journal={arXiv preprint arXiv:2309.11268},
  year={2023}
}

About

The proposed simulated dataset consisting of 9,536 charts and associated data annotations in CSV format.