Skip to content
RAG Repo

BEIR (Benchmarking Information Retrieval) gathers 18 datasets into a single evaluation suite covering tasks as varied as web search, question answering, and fact-checking. Many of the datasets were built for other purposes and reshaped into a retrieval format, giving broad coverage of domains and query styles in one place.

Its main value is zero-shot testing: it measures how well a model retrieves relevant passages in domains it was never trained on, which is a good proxy for how a retrieval model will behave on your own data. The framework is released under Apache 2.0, but the individual datasets carry their own licences, so check each one before using it in a commercial product.

retrievalbenchmarkinformation-retrievalzero-shotevaluation

Related sources