File size: 1,220 Bytes
9c1bf11
 
 
 
 
 
 
fbd11f0
 
85e2b52
9c1bf11
 
 
85e2b52
9c1bf11
85e2b52
 
9c1bf11
 
 
 
 
adabd32
 
 
 
 
9c1bf11
fbd11f0
 
 
 
4166535
 
fbd11f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: answer
    dtype: string
  - name: question
    dtype: string
  - name: dataset
    dtype: string
  splits:
  - name: train
    num_bytes: 68688755.29
    num_examples: 1367
  download_size: 54973938
  dataset_size: 68688755.29
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, particularly for a visual question answering task where answer is a caption.  
We converted the images to PIL format (`image` column of the dataset); created 48 different questions in French (`question` column); and finally translated the original captions from English to French and used them as answers (`answer` column).

## 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}, 
}
```