Skip to content
RAG Repo

RAG-Mini-Wikipedia

RAG-Mini-Wikipedia bundles two parts: a set of 918 questions with reference answers, and a corpus of roughly 3,200 short passages drawn from Wikipedia. The passages are already split into retrieval-sized chunks, so you can load them straight into a vector database and start measuring how well your system finds the right context.

Because it is compact, it is well suited to fast iteration. You can run a full evaluation in minutes, compare retrieval and answer quality across changes, and keep the whole thing in memory. It is published on Hugging Face in Parquet format under a CC BY 3.0 licence.

Treat it as a sanity-check benchmark rather than a definitive measure. It is ideal for smoke-testing a pipeline or teaching the basics of RAG evaluation, then moving to larger benchmarks once your setup works.

evaluationquestion-answeringwikipediabenchmarksmall

Related sources