Dataset Viewer
Auto-converted to Parquet Duplicate
qry_text
stringlengths
41
266
qry_img_path
stringclasses
1 value
tgt_text
sequencelengths
999
999
tgt_img_path
sequencelengths
999
999
Retrieve an image of this caption. partido de béisbol de gran liga con jugador de los pittsburgh pirates cruzando la base del plateador
[ "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given ...
[ "COCO_train2014_000000061844.jpg", "COCO_train2014_000000061849.jpg", "COCO_train2014_000000061850.jpg", "COCO_train2014_000000061852.jpg", "COCO_train2014_000000061854.jpg", "COCO_train2014_000000061865.jpg", "COCO_train2014_000000061867.jpg", "COCO_train2014_000000061877.jpg", "COCO_train2014_0000...
Retrieve an image of this caption. gato con sus garras en un ratón de ordenador en una mesa de trabajo
[ "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given image.\n", "<|image_1|>\nRepresent the given ...
[ "COCO_train2014_000000061849.jpg", "COCO_train2014_000000061844.jpg", "COCO_train2014_000000061850.jpg", "COCO_train2014_000000061852.jpg", "COCO_train2014_000000061854.jpg", "COCO_train2014_000000061865.jpg", "COCO_train2014_000000061867.jpg", "COCO_train2014_000000061877.jpg", "COCO_train2014_0000...
"Retrieve an image of this caption. pájaros despegando del agua cerca de un largo muelle en mar abi(...TRUNCATED)
["<|image_1|>\nRepresent the given image.\n","<|image_1|>\nRepresent the given image.\n","<|image_1|(...TRUNCATED)
["COCO_train2014_000000061850.jpg","COCO_train2014_000000061844.jpg","COCO_train2014_000000061849.jp(...TRUNCATED)
"Retrieve an image of this caption. foto en blanco y negro de agente dándole algo a un oso sentado\(...TRUNCATED)
["<|image_1|>\nRepresent the given image.\n","<|image_1|>\nRepresent the given image.\n","<|image_1|(...TRUNCATED)
["COCO_train2014_000000061852.jpg","COCO_train2014_000000061844.jpg","COCO_train2014_000000061849.jp(...TRUNCATED)
"Retrieve an image of this caption. cuenco de verduras chinas en su caldo, patatas fritas y una bote(...TRUNCATED)
["<|image_1|>\nRepresent the given image.\n","<|image_1|>\nRepresent the given image.\n","<|image_1|(...TRUNCATED)
["COCO_train2014_000000061854.jpg","COCO_train2014_000000061844.jpg","COCO_train2014_000000061849.jp(...TRUNCATED)
Retrieve an image of this caption. hombre en traje de negro hace snowboard en la zona de hielo
["<|image_1|>\nRepresent the given image.\n","<|image_1|>\nRepresent the given image.\n","<|image_1|(...TRUNCATED)
["COCO_train2014_000000061865.jpg","COCO_train2014_000000061844.jpg","COCO_train2014_000000061849.jp(...TRUNCATED)
Retrieve an image of this caption. un grupo de cebras camina sobre un exuberante campo verde
["<|image_1|>\nRepresent the given image.\n","<|image_1|>\nRepresent the given image.\n","<|image_1|(...TRUNCATED)
["COCO_train2014_000000061867.jpg","COCO_train2014_000000061844.jpg","COCO_train2014_000000061849.jp(...TRUNCATED)
"Retrieve an image of this caption. tres mujeres juegan entusiasmadas a un videojuego delante de pú(...TRUNCATED)
["<|image_1|>\nRepresent the given image.\n","<|image_1|>\nRepresent the given image.\n","<|image_1|(...TRUNCATED)
["COCO_train2014_000000061877.jpg","COCO_train2014_000000061844.jpg","COCO_train2014_000000061849.jp(...TRUNCATED)
"Retrieve an image of this caption. cama con dos almohadas y las piernas de una mujer con zapatos ac(...TRUNCATED)
["<|image_1|>\nRepresent the given image.\n","<|image_1|>\nRepresent the given image.\n","<|image_1|(...TRUNCATED)
["COCO_train2014_000000061881.jpg","COCO_train2014_000000061844.jpg","COCO_train2014_000000061849.jp(...TRUNCATED)
"Retrieve an image of this caption. hombre de negocios con traje posa para una foto en un edificio d(...TRUNCATED)
["<|image_1|>\nRepresent the given image.\n","<|image_1|>\nRepresent the given image.\n","<|image_1|(...TRUNCATED)
["COCO_train2014_000000061892.jpg","COCO_train2014_000000061844.jpg","COCO_train2014_000000061849.jp(...TRUNCATED)
End of preview. Expand in Data Studio

XTD Multimodal Multilingual Data With Instruction

This dataset contains datasets (with English instruction) used for evaluating the multilingual capability of a multimodal embedding model, including seven languages:

  • it, es, ru, zh, pl, tr, ko

Dataset Usage

  • The instruction on the query side is: "Retrieve an image of this caption."
  • The instruction on the document side is: "Represent the given image."
  • Each example contains a query and a set of targets. The first one in the candidate list is the groundtruth target.

Image Preparation

First, you should prepare the images used for evaluation:

Image Downloads

XTD10 images

mkdir -p images && cd images
wget https://huggingface.co/datasets/Haon-Chen/XTD-10/resolve/main/XTD10_dataset.tar.gz
tar -I "pigz -d -p 8" -xf XTD10_dataset.tar.gz

Image Organization

  images/
  ├── XTD10_dataset/
       └── ... .jpg 

You can refer to the image paths in each subset to view the image organization.

You can also customize your image paths by altering the image_path fields.

Citation

If you use this dataset in your research, feel free to cite the original paper of XTD and the mmE5 paper.

mmE5: Improving Multimodal Multilingual Embeddings via High-quality Synthetic Data

@article{chen2025mmE5,
  title={mmE5: Improving Multimodal Multilingual Embeddings via High-quality Synthetic Data},
  author={Chen, Haonan and Wang, Liang and Yang, Nan and Zhu, Yutao and Zhao, Ziliang and Wei, Furu and Dou, Zhicheng},
  journal={arXiv preprint arXiv:2502.08468},
  year={2025}
}

@article{XTD,
  author       = {Pranav Aggarwal and
                  Ajinkya Kale},
  title        = {Towards Zero-shot Cross-lingual Image Retrieval},
  journal      = {CoRR},
  volume       = {abs/2012.05107},
  year         = {2020},
  url          = {https://arxiv.org/abs/2012.05107},
  eprinttype    = {arXiv},
  eprint       = {2012.05107},
  timestamp    = {Sat, 02 Jan 2021 15:43:30 +0100},
  biburl       = {https://dblp.org/rec/journals/corr/abs-2012-05107.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
Downloads last month
36

Collection including Haon-Chen/XTD-10

Papers for Haon-Chen/XTD-10