Skip to content
RAG Repo

RTEB (Retrieval Embedding Benchmark)

RTEB (Retrieval Embedding Benchmark) is a retrieval-focused benchmark from Hugging Face and the MTEB community, launched in beta on 1 October 2025 as a new retrieval section of the MTEB leaderboard. Like MTEB and BEIR, it is not a corpus you retrieve over but a yardstick for choosing the embedding model that powers retrieval, and it is built specifically around the accuracy that matters for RAG. It covers 20 languages, from common ones such as English and Japanese to rarer ones such as Bengali and Finnish, and spans enterprise domains including law, healthcare, finance and code.

Its defining idea is a hybrid of open and private datasets. The open sets publish their full corpus, queries and relevance labels, so you can reproduce the scores yourself. The private sets are held back and evaluated only by MTEB maintainers, who commit not to train or publish models on them; for transparency each private set ships descriptive statistics, a description and a few sample (query, document, relevance) triplets. The aim is to measure genuine generalisation to unseen data rather than scores inflated by training on the test set. Around half of the retrieval datasets are repurposed from question-answering collections, and the default leaderboard metric is NDCG@10.

You use it the way you use MTEB: shortlist embedders on the leaderboard, favouring the domains and languages closest to your own, then confirm on your own corpus. Access is through the MTEB leaderboard on Hugging Face, with the evaluation code in the open mteb Python library on GitHub (Apache 2.0). The caveat is built into the design: scores on the private sets cannot be independently reproduced, so you are trusting the maintainers' process, and the individual datasets keep their own licences. Treat RTEB as a sharper, generalisation-focused complement to our MTEB and BEIR entries.

retrievalembeddingsbenchmarkevaluationmultilingualleaderboard

Related sources