CLAIIRNov 16, 2023

ARES: An Automated Evaluation Framework for Retrieval-Augmented Generation Systems

arXiv:2311.09476v2272 citationsh-index: 20
Originality Incremental advance
AI Analysis

This provides an efficient evaluation method for RAG systems, reducing reliance on extensive human annotations, though it is incremental as it builds on existing RAG evaluation concepts.

The paper tackles the problem of evaluating retrieval-augmented generation (RAG) systems by introducing ARES, an automated framework that uses synthetic training data and lightweight LM judges to assess context relevance, answer faithfulness, and answer relevance, achieving accurate evaluation across eight knowledge-intensive tasks with only a few hundred human annotations.

Evaluating retrieval-augmented generation (RAG) systems traditionally relies on hand annotations for input queries, passages to retrieve, and responses to generate. We introduce ARES, an Automated RAG Evaluation System, for evaluating RAG systems along the dimensions of context relevance, answer faithfulness, and answer relevance. By creating its own synthetic training data, ARES finetunes lightweight LM judges to assess the quality of individual RAG components. To mitigate potential prediction errors, ARES utilizes a small set of human-annotated datapoints for prediction-powered inference (PPI). Across eight different knowledge-intensive tasks in KILT, SuperGLUE, and AIS, ARES accurately evaluates RAG systems while using only a few hundred human annotations during evaluation. Furthermore, ARES judges remain effective across domain shifts, proving accurate even after changing the type of queries and/or documents used in the evaluated RAG systems. We make our code and datasets publicly available on Github.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes