Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

mmE5 Labeled Data

This dataset contains datasets used for the supervised finetuning of mmE5 (mmE5: Improving Multimodal Multilingual Embeddings via High-quality Synthetic Data):

  • MMEB (with hard negative)
  • InfoSeek (from M-BEIR)
  • TAT-DQA
  • ArxivQA

Github

Image Preparation

First, you should prepare the images used for training:

Image Downloads

  • Download All Images Used in mmE5:

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

Image Organization

  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.

Citation

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}
}
Downloads last month
1,051

Collection including intfloat/mmE5-MMEB-hardneg

Paper for intfloat/mmE5-MMEB-hardneg