lbourdois commited on
Commit
c55d0e9
·
verified ·
1 Parent(s): 261469a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -13,6 +13,7 @@ We converted the images to PIL format and kept only the lines containing French.
13
  The French texts come either from the `caption_attribution_description` column of the original dataset which we have renamed `caption` here, or from the `wit_features` column which we have renamed `descriptions`.
14
  The `descriptions` column is a list because it can contain several texts itself.
15
  For example, line 8 of the dataset contains three texts in the `descriptions` column because the image is present in three different Wikipedia articles ([Tahsin Yazıcı](https://fr.wikipedia.org/wiki/Tahsin_Yaz%C4%B1c%C4%B1#/media/Fichier:WaltonWalker&TahsinYazici.jpg), [Walton Harris Walker](https://fr.wikipedia.org/wiki/Walton_Walker#/media/Fichier:General_Walker_and_Lt._Gen_William_Dean.jpg), [La brigade turque](https://fr.wikipedia.org/wiki/Brigade_turque#/media/Fichier:WaltonWalker&TahsinYazici.jpg)).
 
16
  Finally, note that we have left the `image_url` column as a key so that the user can differentiate in the original dataset which ones are in French and which ones are not (if there is a desire to augment the dataset by translating from language A into French while not wanting to translate images already available in French).
17
 
18
 
 
13
  The French texts come either from the `caption_attribution_description` column of the original dataset which we have renamed `caption` here, or from the `wit_features` column which we have renamed `descriptions`.
14
  The `descriptions` column is a list because it can contain several texts itself.
15
  For example, line 8 of the dataset contains three texts in the `descriptions` column because the image is present in three different Wikipedia articles ([Tahsin Yazıcı](https://fr.wikipedia.org/wiki/Tahsin_Yaz%C4%B1c%C4%B1#/media/Fichier:WaltonWalker&TahsinYazici.jpg), [Walton Harris Walker](https://fr.wikipedia.org/wiki/Walton_Walker#/media/Fichier:General_Walker_and_Lt._Gen_William_Dean.jpg), [La brigade turque](https://fr.wikipedia.org/wiki/Brigade_turque#/media/Fichier:WaltonWalker&TahsinYazici.jpg)).
16
+ Furthermore, given that we propose viewing this dataset as a visual question answering dataset, we have added a column `question` containing 58 different questions written manually. It is therefore up to the user to use columns `descriptions` and `caption` as answers.
17
  Finally, note that we have left the `image_url` column as a key so that the user can differentiate in the original dataset which ones are in French and which ones are not (if there is a desire to augment the dataset by translating from language A into French while not wanting to translate images already available in French).
18
 
19