Human Capability LabTHE HCLAB
← Labs
Lab Report

Evaluating RAG retrieval with adversarial questions

What happens to answer quality when the right chunk is present but buried under near-duplicates.

May 4, 202610 min read
ragevaluationretrieval

Retrieval-augmented generation is only as good as its retrieval.

We built an adversarial evaluation set where the correct chunk is always present but surrounded by near-duplicates and plausible distractors. The results show how quickly answer quality degrades when ranking is even slightly off.

This experiment is a cautionary tale for anyone shipping RAG without a rigorous retrieval eval.

#rag#evaluation#retrieval