MiniVLATGHDataset / README.md
joaompalmeiro's picture
Upload dataset
17cc1a6 verified
---
dataset_info:
features:
- name: id
dtype: string
- name: image
dtype: image
- name: question
dtype: string
- name: options
struct:
- name: A
dtype: string
- name: B
dtype: string
- name: C
dtype: string
- name: D
dtype: string
- name: answer
dtype: string
splits:
- name: test
num_bytes: 561865.0
num_examples: 12
download_size: 564300
dataset_size: 561865.0
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
# Mini-VLAT_GH
## References
- Pandey, S., & Ottley, A. (2023). Mini-VLAT: A Short and Effective Measure of Visualization Literacy. _Computer Graphics Forum, In Proceedings of the 25th EG Conference on Visualization (EuroVis)_.
- [arXiv](https://arxiv.org/abs/2304.07905)
- [Repo](https://github.com/washuvis/minivlat)
- [Document](https://github.com/washuvis/minivlat/blob/7592ab844fbb79055953029a46ee132c19f0ad8a/Mini_VLAT_GH.pdf)
- [Repo](https://codeberg.org/joaopalmeiro/MiniVLATGHDataset)