Insider Knowledge: How Much Can RAG Systems Gain from Evaluation Secrets?
Laura Dietz, Bryan Li, Eugene Yang, Dawn Lawrie, William Walden, James Mayfield
TL;DR
The paper addresses the vulnerability of RAG system evaluation when insider knowledge about LLM judges and nugget frameworks can leak into system development. It introduces Crucible, a RAG system with subversion probes to study three leakage pathways—framework knowledge, prompt knowledge, and gold nugget knowledge—using NeuCLIR as a fully manual nugget testbed and Auto‑Argue for evaluation. The findings show that leaks can markedly inflate evaluation metrics, with gold nugget knowledge producing the largest gains, and they argue for blind, diversified evaluation practices and held‑out artifacts to preserve evaluation integrity. The work highlights practical risks to public evaluation artifacts and offers concrete safeguards, such as blinded evaluation platforms, to ensure that reported progress reflects genuine improvements rather than artifact leakage.
Abstract
RAG systems are increasingly evaluated and optimized using LLM judges, an approach that is rapidly becoming the dominant paradigm for system assessment. Nugget-based approaches in particular are now embedded not only in evaluation frameworks but also in the architectures of RAG systems themselves. While this integration can lead to genuine improvements, it also creates a risk of faulty measurements due to circularity. In this paper, we investigate this risk through comparative experiments with nugget-based RAG systems, including Ginger and Crucible, against strong baselines such as GPT-Researcher. By deliberately modifying Crucible to generate outputs optimized for an LLM judge, we show that near-perfect evaluation scores can be achieved when elements of the evaluation - such as prompt templates or gold nuggets - are leaked or can be predicted. Our results highlight the importance of blind evaluation settings and methodological diversity to guard against mistaking metric overfitting for genuine system progress.
