VERA: Validation and Evaluation of Retrieval-Augmented Systems
Tianyu Ding, Adi Banerjee, Laurent Mombaerts, Yunhong Li, Tarik Borogovac, Juan Pablo De la Cruz Weinstein
TL;DR
VERA addresses the challenge of evaluating Retrieval-Augmented Generation systems by introducing a scalable, transparent framework that combines LLM-based integrity metrics with a cross-encoder consolidation to produce a single, actionable ranking score. It also introduces bootstrap statistics to quantify confidence bounds on metric distributions and assesses document repository topicality via contrastive analysis. The approach encompasses defined metrics (Faithfulness, Retrieval Recall, Retrieval Precision, Answer Relevance), a text-enhanced cross-encoder ranking mechanism, and robust topicality analysis, demonstrated across general and domain-specific datasets with multiple LLMs and retrievers. The results indicate that cross-encoder aggregation yields nuanced, reliable rankings and that bootstrap topicality analysis provides meaningful domain coverage signals, supporting more trustworthy deployment and iterative improvement of RAG systems. Overall, VERA contributes a practical, theory-backed methodology for reliable, interpretable evaluation of generative systems that rely on retrieved information, with clear implications for responsible AI deployment.
Abstract
The increasing use of Retrieval-Augmented Generation (RAG) systems in various applications necessitates stringent protocols to ensure RAG systems accuracy, safety, and alignment with user intentions. In this paper, we introduce VERA (Validation and Evaluation of Retrieval-Augmented Systems), a framework designed to enhance the transparency and reliability of outputs from large language models (LLMs) that utilize retrieved information. VERA improves the way we evaluate RAG systems in two important ways: (1) it introduces a cross-encoder based mechanism that encompasses a set of multidimensional metrics into a single comprehensive ranking score, addressing the challenge of prioritizing individual metrics, and (2) it employs Bootstrap statistics on LLM-based metrics across the document repository to establish confidence bounds, ensuring the repositorys topical coverage and improving the overall reliability of retrieval systems. Through several use cases, we demonstrate how VERA can strengthen decision-making processes and trust in AI applications. Our findings not only contribute to the theoretical understanding of LLM-based RAG evaluation metric but also promote the practical implementation of responsible AI systems, marking a significant advancement in the development of reliable and transparent generative AI technologies.
