Research & Papers

arXiv study: Diverse RAG documents lift answer accuracy 17-47%

Duplicate and paraphrased retrieval docs don't help RAG—but mixed genres do.

Deep Dive

Retrieval-augmented generation (RAG) typically ranks documents by individual relevance, but the generator ultimately answers from the whole retrieved set. In a new arXiv preprint (2608.13956), researchers Jonathan J Ross, Bevan Koopman, Anton van der Vegt, and Guido Zuccon ask a deceptively simple question: does redundancy or diversity in retrieved documents actually improve LLM answers? Prior findings were mixed—some claimed repeated information reinforces correctness, others said LLM paraphrasing helps—but many studies failed to control for whether documents contained the exact answer or whether the model already knew it from training.

To isolate the effect, the team built FictionalQA, a synthetic dataset with fictional questions that LLMs cannot answer from parametric knowledge. They then fed generators three controlled retrieval scenarios: exact duplicate copies of a document, LLM-paraphrased versions of the same document, and documents from different genres (news, blogs, etc.) all containing relevant information in varied forms. Their results are striking: duplicate redundancy and paraphrasing produced no significant correctness gains. In contrast, diverse document sets improved answer correctness by 17% to 47%—and further testing confirmed this boost comes from genre diversity alone, not from simply having more answer-bearing content. The authors argue future retrieval methods should be designed to maximize set-level diversity for the generator, not just per-document relevance.

Key Points
  • Duplicate documents and LLM paraphrasing do not significantly improve RAG answer correctness, according to controlled tests on FictionalQA.
  • Diverse retrieval sets—spanning genres like news and blogs—boost answer correctness by 17% to 47%.
  • The diversity effect is driven by differences in document genre alone, not by the presence of additional relevant answers in the retrieved set.

Why It Matters

Shows RAG pipelines should optimize for retrieval diversity, not just relevance, to get noticeably better LLM answers.

📬 Get the top 10 AI stories daily