lbourdois commited on
Commit
219ef0f
·
verified ·
1 Parent(s): 5edb18d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -21,3 +21,25 @@ configs:
21
  - split: train
22
  path: data/train-*
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - split: train
22
  path: data/train-*
23
  ---
24
+
25
+
26
+ ## Description
27
+
28
+ This dataset is a processed version of the TextCaps dataset by Sidorov, Hu, Rohrbach and Singh, particularly for a visual question answering task where answer is a caption.
29
+ 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).
30
+
31
+ ## Citation
32
+
33
+ #### TextCaps
34
+
35
+ ```
36
+ @misc{sidorov2020textcapsdatasetimagecaptioning,
37
+ title={TextCaps: a Dataset for Image Captioning with Reading Comprehension},
38
+ author={Oleksii Sidorov and Ronghang Hu and Marcus Rohrbach and Amanpreet Singh},
39
+ year={2020},
40
+ eprint={2003.12462},
41
+ archivePrefix={arXiv},
42
+ primaryClass={cs.CV},
43
+ url={https://arxiv.org/abs/2003.12462},
44
+ }
45
+ ```