IRAICLSep 16, 2024

Trustworthiness in Retrieval-Augmented Generation Systems: A Survey

arXiv:2409.10102v1100 citationsh-index: 25Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the need for reliable RAG systems in AI applications, but it is incremental as it builds on existing survey and evaluation methods.

The paper tackles the problem of trustworthiness in Retrieval-Augmented Generation (RAG) systems by proposing a unified framework to assess them across six dimensions, including factuality and robustness, and creating an evaluation benchmark for various models.

Retrieval-Augmented Generation (RAG) has quickly grown into a pivotal paradigm in the development of Large Language Models (LLMs). While much of the current research in this field focuses on performance optimization, particularly in terms of accuracy and efficiency, the trustworthiness of RAG systems remains an area still under exploration. From a positive perspective, RAG systems are promising to enhance LLMs by providing them with useful and up-to-date knowledge from vast external databases, thereby mitigating the long-standing problem of hallucination. While from a negative perspective, RAG systems are at the risk of generating undesirable contents if the retrieved information is either inappropriate or poorly utilized. To address these concerns, we propose a unified framework that assesses the trustworthiness of RAG systems across six key dimensions: factuality, robustness, fairness, transparency, accountability, and privacy. Within this framework, we thoroughly review the existing literature on each dimension. Additionally, we create the evaluation benchmark regarding the six dimensions and conduct comprehensive evaluations for a variety of proprietary and open-source models. Finally, we identify the potential challenges for future research based on our investigation results. Through this work, we aim to lay a structured foundation for future investigations and provide practical insights for enhancing the trustworthiness of RAG systems in real-world applications.

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