Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- visual-question-answering
|
| 4 |
+
language:
|
| 5 |
+
- fra
|
| 6 |
+
license: cc-by-sa-4.0
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## Description
|
| 10 |
+
|
| 11 |
+
This dataset is a processed version of [wikimedia/wit_base](https://huggingface.co/datasets/wikimedia/wit_base).
|
| 12 |
+
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 |
+
|
| 19 |
+
## Citation
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
@article{srinivasan2021wit,
|
| 23 |
+
title={WIT: Wikipedia-based Image Text Dataset for Multimodal Multilingual Machine Learning},
|
| 24 |
+
author={Srinivasan, Krishna and Raman, Karthik and Chen, Jiecao and Bendersky, Michael and Najork, Marc},
|
| 25 |
+
journal={arXiv preprint arXiv:2103.01913},
|
| 26 |
+
year={2021}
|
| 27 |
+
}
|
| 28 |
+
```
|