CLMay 15, 2025

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

arXiv:2505.10143v12 citationsh-index: 9IJCAI
Originality Synthesis-oriented
AI Analysis

This addresses trust issues in LLM outputs for users relying on them for decision-making, but it appears incremental as it builds on existing RAG and graph methods.

The paper tackles the problem of unreliable and hallucinated responses from LLMs by proposing GE-Chat, a graph-enhanced RAG framework that improves evidence retrieval accuracy, though no concrete performance numbers are provided.

Large Language Models are now key assistants in human decision-making processes. However, a common note always seems to follow: "LLMs can make mistakes. Be careful with important info." This points to the reality that not all outputs from LLMs are dependable, and users must evaluate them manually. The challenge deepens as hallucinated responses, often presented with seemingly plausible explanations, create complications and raise trust issues among users. To tackle such issue, this paper proposes GE-Chat, a knowledge Graph enhanced retrieval-augmented generation framework to provide Evidence-based response generation. Specifically, when the user uploads a material document, a knowledge graph will be created, which helps construct a retrieval-augmented agent, enhancing the agent's responses with additional knowledge beyond its training corpus. Then we leverage Chain-of-Thought (CoT) logic generation, n-hop sub-graph searching, and entailment-based sentence generation to realize accurate evidence retrieval. We demonstrate that our method improves the existing models' performance in terms of identifying the exact evidence in a free-form context, providing a reliable way to examine the resources of LLM's conclusion and help with the judgment of the trustworthiness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes