Skip to content
RAG Repo

ViDoRe (Visual Document Retrieval Benchmark)

ViDoRe (Visual Document Retrieval) is an evaluation benchmark for retrieving document pages by their visual appearance rather than by extracted text. It was released alongside the ColPali paper by ILLUIN Technology and is designed to test systems that embed page images directly, skipping the usual OCR-to-text pipeline. The suite gathers a set of page-level retrieval tasks spanning domains such as scientific figures, infographics, industrial and financial documents, and government reports, with queries in several languages including English, French, Spanish, and German.

Access is open. The evaluation code and task definitions live on GitHub, while the task data is published as individual datasets under the vidore organisation on the Hugging Face Hub. Each task provides document page images plus queries and relevance judgements, offered in both a QA format and a BEIR-style corpus and queries format, so you can plug them into standard retrieval evaluation loops. A public leaderboard tracks reported scores.

For RAG and AI work, ViDoRe is best used as a yardstick rather than a knowledge base: it is the reference benchmark for late-interaction visual retrievers such as ColPali and ColQwen, and it is a good way to compare a vision retriever against a classic OCR-plus-text-embedding pipeline on layout-heavy PDFs. Watch-outs: the evaluation code is MIT licensed, but the underlying task datasets are drawn from separate academic sources (for example DocVQA, InfoVQA, and arXiv figures) and carry their own, differing licences, so check each dataset card before any commercial reuse. Note also that a newer ViDoRe V2 and V3 exist with harder, longer-document tasks, so confirm which version a score refers to. If you need broader multimodal or text retrieval baselines already likely in a directory, consider BEIR and the MTEB retrieval tracks as complements.

retrieval-benchmarkdocument-retrievalmultimodalvision-languagemultilingualevaluation

Related sources