Multimodal E5 Embeddings
Collection
3 items β’ Updated β’ 2
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This dataset contains datasets used for the supervised finetuning of mmE5 (mmE5: Improving Multimodal Multilingual Embeddings via High-quality Synthetic Data):
First, you should prepare the images used for training:
You can use the script provided in our source code to download all images used in mmE5.
git clone https://github.com/haon-chen/mmE5.git
cd mmE5
bash scripts/prepare_images.sh
images/
βββ mbeir_images/
β βββ oven_images/
β βββ ... .jpg (InfoSeek)
βββ ArxivQA/
β βββ images/
β βββ ... .jpg (ArxivQA)
βββ TAT-DQA/
β βββ ... .png (TAT-DQA)
βββ A-OKVQA/
βββ Train/
β βββ ... .jpg (A-OKVQA)
β
... (MMEB Training images)
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.
If you use this dataset in your research, please cite the associated paper.
@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}
}