GE-Chat: A Graph Enhanced RAG Framework for Evidential Response Generation of LLMs

Abstract

Large Language Models (LLMs) have become integral to human decision-making processes. However, their outputs are not always reliable, often requiring users to assess the accuracy of the information provided manually. This issue is exacerbated by hallucinated responses, which are frequently presented with convincing but incorrect explanations, leading to trust concerns among users. To address this challenge, we propose GE-Chat, a knowledge Graph-enhanced retrieval-augmented generation framework designed to deliver Evidence-based responses. Specifically, when users upload a document, GE-Chat constructs a knowledge graph to support a retrieval-augmented agent, enriching the agent's responses with external knowledge beyond its training data. We further incorporate Chain-of-Thought (CoT) reasoning, n-hop subgraph searching, and entailment-based sentence generation to ensure accurate evidence retrieval. Experimental results demonstrate that our approach improves the ability of existing models to identify precise evidence in free-form contexts, offering a reliable mechanism for verifying LLM-generated conclusions and enhancing trustworthiness.

Cite

Text

Da et al. "GE-Chat: A Graph Enhanced RAG Framework for Evidential Response Generation of LLMs." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/1256

Markdown

[Da et al. "GE-Chat: A Graph Enhanced RAG Framework for Evidential Response Generation of LLMs." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/da2025ijcai-ge/) doi:10.24963/IJCAI.2025/1256

BibTeX

@inproceedings{da2025ijcai-ge,
  title     = {{GE-Chat: A Graph Enhanced RAG Framework for Evidential Response Generation of LLMs}},
  author    = {Da, Longchao and Shah, Parth Mitesh and Liou, Kuanru and Zhang, Jiaxing and Wei, Hua},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {11030-11033},
  doi       = {10.24963/IJCAI.2025/1256},
  url       = {https://mlanthology.org/ijcai/2025/da2025ijcai-ge/}
}