aimagelab/ReT-CLIP-ViT-L-14
Visual Document Retrieval • 0.5B • Updated • 23
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.
The dataset used to train and evaluate ReT for multimodal information retrieval. The dataset is almost the same as the original M2KR, with a few modifications:
! Update 12/09/2025
We have just released ReT-2: Recurrence Meets Transformers for Universal Multimodal Retrieval
git lfs install
git clone https://huggingface.co/datasets/aimagelab/ReT-M2KR
cd ReT-M2KR
# M2KR images
cd images/m2kr
cat ret-img-{000..129}.tar.gz | tar xzf -
# Encyclopedi-VQA knowledge base images
cd ../images/evqa_kb
for f in evqa-kb-img-{00000..00241}.tar.gz; do tar xzf "$f"; done
jsonl/rag/kb_infoseek525k.jsonl is the knowledge base used to execute experiments on Retrieval-Augmented Generation on the InfoSeek benchmark. The field passage_image_path contains a relative path to the Wikipedia image associated with a given passage. The Wikipedia images can be downloaded from the OVEN repository.
BibTeX:
@inproceedings{caffagni2025recurrence,
title={{Recurrence-Enhanced Vision-and-Language Transformers for Robust Multimodal Document Retrieval}},
author={Caffagni, Davide and Sarto, Sara and Cornia, Marcella and Baraldi, Lorenzo and Cucchiara, Rita},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year={2025}
}