An open API service indexing awesome lists of open source software.

https://github.com/alpha-innovator/simchart9k

The proposed simulated dataset consisting of 9,536 charts and associated data annotations in CSV format.
https://github.com/alpha-innovator/simchart9k

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[![arXiv](https://img.shields.io/badge/arXiv-2309.11268-b31b1b.svg)](https://arxiv.org/abs/2309.11268)
[![GitHub issues](https://img.shields.io/github/issues/Uni-Modal/SimChart9K)](https://github.com/Uni-Modal/SimChart9K/issues)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/Uni-Modal/SimChart9K/pulls)

# 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](https://drive.google.com/file/d/1M_NA3sIJNwCUfqB1HH0p4lsnEm3NbvsI/view?usp=sharing) dataset from google drive

## SimChart9K Dataset Download from Opendatalab

a. Register an account from OpenXLab website as follows.
```shell
https://openxlab.org.cn/home
```

b. Install the dependent libraries as follows:

* Install the openxlab dependent libraries.
```shell
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
```shell
openxlab login
```

c. Download the SimChart9K dataset by performing the following command:
```shell
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}
}
```