Datasets:
metadata
dataset_info:
features:
- name: image
dtype: image
- name: question
dtype: string
- name: answer
dtype: string
- name: dataset
dtype: string
splits:
- name: train
num_bytes: 170010576.98
num_examples: 3354
download_size: 108295082
dataset_size: 170010576.98
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- visual-question-answering
language:
- fra
license: apache-2.0
Description
This dataset is a processed version of the VSR dataset by Liu, Emerson and Collier.
We converted the images to PIL and translated question and answers from Englist to French.
Citation
VSR
@misc{liu2023visualspatialreasoning,
title={Visual Spatial Reasoning},
author={Fangyu Liu and Guy Emerson and Nigel Collier},
year={2023},
eprint={2205.00363},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2205.00363},
}