TruthfulRAG: Resolving Factual-level Conflicts in Retrieval-Augmented Generation with Knowledge Graphs
Shuyi Liu, Yuming Shang, Xi Zhang

TL;DR
TruthfulRAG introduces a novel framework that uses Knowledge Graphs to resolve factual conflicts in Retrieval-Augmented Generation, significantly improving the accuracy and trustworthiness of generated content by addressing knowledge discrepancies at the factual level.
Contribution
It is the first to leverage Knowledge Graphs for factual conflict resolution in RAG systems, enhancing the fidelity and robustness of generated responses.
Findings
Outperforms existing conflict resolution methods in RAG.
Effectively reduces factual inconsistencies in generated content.
Improves the trustworthiness of RAG-based systems.
Abstract
Retrieval-Augmented Generation (RAG) has emerged as a powerful framework for enhancing the capabilities of Large Language Models (LLMs) by integrating retrieval-based methods with generative models. As external knowledge repositories continue to expand and the parametric knowledge within models becomes outdated, a critical challenge for RAG systems is resolving conflicts between retrieved external information and LLMs' internal knowledge, which can significantly compromise the accuracy and reliability of generated content. However, existing approaches to conflict resolution typically operate at the token or semantic level, often leading to fragmented and partial understanding of factual discrepancies between LLMs' knowledge and context, particularly in knowledge-intensive tasks. To address this limitation, we propose TruthfulRAG, the first framework that leverages Knowledge Graphs (KGs)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Multimodal Machine Learning Applications
