BERGEN: A Benchmarking Library for Retrieval-Augmented Generation
David Rau, Hervé Déjean, Nadezhda Chirkova, Thibault Formal, Shuai Wang, Vassilina Nikoulina, Stéphane Clinchant
TL;DR
RAG benchmarks are currently fragmented, hindering fair comparison across approaches. BERGEN introduces an open-source, end-to-end benchmarking framework that standardizes data handling, indexing, retrieval, generation, and evaluation across diverse retrievers, rerankers, LLMs, and multilingual datasets, enabling 500+ experiments. The framework emphasizes semantic evaluation via LLMeval ($\text{LLMeval}$) and conducts extensive analyses of metrics, datasets, retrieval impact, LLM size, fine-tuning, and multilingual RAG, revealing that retrieval quality substantially boosts generation and that semantic metrics better capture knowledge-grounded performance than surface metrics. BERGEN thus advances reproducibility and provides practical guidelines for robust RAG evaluation, with significant implications for both English and multilingual knowledge-intensive tasks.
Abstract
Retrieval-Augmented Generation allows to enhance Large Language Models with external knowledge. In response to the recent popularity of generative LLMs, many RAG approaches have been proposed, which involve an intricate number of different configurations such as evaluation datasets, collections, metrics, retrievers, and LLMs. Inconsistent benchmarking poses a major challenge in comparing approaches and understanding the impact of each component in the pipeline. In this work, we study best practices that lay the groundwork for a systematic evaluation of RAG and present BERGEN, an end-to-end library for reproducible research standardizing RAG experiments. In an extensive study focusing on QA, we benchmark different state-of-the-art retrievers, rerankers, and LLMs. Additionally, we analyze existing RAG metrics and datasets. Our open-source library BERGEN is available under \url{https://github.com/naver/bergen}.
