paper-with-me

Papers

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

2025-05-15 · Longchao Da, Parth Mitesh Shah, Kuan-Ru Liou, Jiaxing Zhang, Hua Wei

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.

📄 PDF Abstract BibTeX arXiv:2505.10143

Code (0)

등록된 구현이 없습니다.

Tasks

RAGResponse GenerationRetrievalRetrieval-augmented GenerationSentence

Similar Papers 제목 키워드 기반

Guiding Topic Flows in the Generative Chatbot by Enhancing the ConceptNet with the Conversation Corpora

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Human conversations consist of reasonable and natural topic flows, which are observed as the shifts of the mentioned concepts across utterances.Previous chatbots that incorporate the external commonsense knowledge graph …

ChatbotResponse GenerationWorld Knowledge

Guiding Topic Flows in the Generative Chatbot by Enhancing the ConceptNet with the Conversation Corpora

2021-09-12 · Pengda Si, Yao Qiu, Jinchao Zhang, Yujiu Yang

Human conversations consist of reasonable and natural topic flows, which are observed as the shifts of the mentioned concepts across utterances. Previous chatbots that incorporate the external commonsense knowledge graph…

ChatbotWorld Knowledge

Evidentiality-guided Generation for Knowledge-Intensive NLP Tasks

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Retrieval-augmented generation models have shown state-of-the-art performance across many knowledge-intensive NLP tasks such as open question answering and fact verification. These models are trained to generate a final …

Fact VerificationMemorizationMulti-Task LearningOpen-Domain Question Answering+4

Building Trust in Mental Health Chatbots: Safety Metrics and LLM-Based Evaluation Tools

2024-08-03 · Jung In Park, Mahyar Abbasian, Iman Azimi, Dawn T. Bounds 외

Objective: This study aims to develop and validate an evaluation framework to ensure the safety and reliability of mental health chatbots, which are increasingly popular due to their accessibility, human-like interaction…

ChatbotLarge Language Model

ReservoirChat: Interactive Documentation Enhanced with LLM and Knowledge Graph for ReservoirPy

2025-07-04 · Virgile Boraud, Yannis Bendi-Ouis, Paul Bernard, Xavier Hinaut arxiv

We introduce a tool designed to improve the capabilities of Large Language Models (LLMs) in assisting with code development using the ReservoirPy library, as well as in answering complex questions in the field of Reservo…

General KnowledgeKnowledge Graphs