Preprint
AI Safety & Alignment

Trustworthiness in retrieval-augmented generation systems: A survey

Yujia Zhou, Yan Liu, Xiaoxi Li, Jiajie Jin, Hongjin Qian, Zheng Liu, Chaozhuo Li, Zhicheng Dou, Tsung-Yi Ho, Philip S. Yu
September 1, 2024arXiv.org112 citations

112

Citations

2

Influential Citations

arXiv.org

Venue

2024

Year

Abstract

Retrieval-Augmented Generation (RAG) has quickly grown into a pivotal paradigm in the development of Large Language Models (LLMs). Although existing research mainly …

Analysis

Why This Paper Matters

Retrieval-Augmented Generation (RAG) has become a cornerstone of modern LLM applications, enabling models to access external knowledge and reduce hallucinations. However, as RAG systems are deployed in sensitive domains like healthcare and finance, their trustworthiness becomes critical. This survey is among the first to comprehensively address trustworthiness in RAG, filling a gap in the literature that often focuses solely on performance metrics like accuracy and retrieval quality.

The paper's significance lies in its holistic approach. Instead of treating trustworthiness as a single attribute, it decomposes it into six dimensions: factuality, robustness, privacy, fairness, transparency, and accountability. This taxonomy provides a structured way to analyze and compare different RAG systems, making it easier for researchers to identify specific weaknesses and for practitioners to prioritize improvements. The survey also highlights the interconnectedness of these dimensions, noting that optimizing for one (e.g., factuality) may inadvertently affect another (e.g., privacy).

Technical Contributions

The survey's primary technical contribution is its systematic taxonomy of trustworthiness in RAG. Key innovations include:

  • Six-Dimensional Framework: Defines each trustworthiness dimension in the context of RAG, with clear criteria and examples.
  • Component-Level Analysis: Examines how each RAG component (retriever, generator, and knowledge base) contributes to or mitigates trustworthiness issues.
  • Method Categorization: Organizes existing techniques into categories such as post-hoc correction, retrieval optimization, and prompt engineering, providing a clear map of the solution space.
  • Benchmark and Metric Review: Summarizes available datasets and evaluation metrics for each dimension, revealing gaps in coverage.
  • Future Directions: Proposes research avenues like unified evaluation frameworks, dynamic knowledge updating, and cross-dimensional optimization.

Results

The survey does not present new experimental results but synthesizes findings from over 100 papers. Key observations include:

  • Factuality is the most studied dimension, with many methods for reducing hallucinations, yet no single approach achieves perfect accuracy.
  • Robustness against adversarial perturbations and noisy retrieval remains challenging, with limited benchmarks.
  • Privacy and fairness are significantly underexplored, with few dedicated methods or datasets.
  • Transparency and accountability are often addressed through explainability techniques, but these are rarely integrated with RAG-specific components.
  • The lack of standardized evaluation protocols makes cross-paper comparisons difficult, hindering progress.

Significance

This survey has broad implications for the AI community. By establishing a common vocabulary and framework, it enables more targeted research and development. For practitioners, it offers a checklist for evaluating RAG systems before deployment, potentially reducing risks in high-stakes applications. For researchers, it highlights underexplored areas like privacy and fairness, which are likely to become increasingly important as regulations tighten. The survey also underscores the need for interdisciplinary collaboration, as trustworthiness spans technical, ethical, and legal domains. Ultimately, this work contributes to the maturation of RAG as a reliable and responsible AI paradigm.