paper-with-me

홈 › Papers

Improving Factuality for Dialogue Response Generation via Graph-Based Knowledge Augmentation

2025-06-14 · Xiangyan Chen, Yujian Gan, Matthew Purver

Large Language Models (LLMs) succeed in many natural language processing tasks. However, their tendency to hallucinate - generate plausible but inconsistent or factually incorrect text - can cause problems in certain tasks, including response generation in dialogue. To mitigate this issue, knowledge-augmented methods have shown promise in reducing hallucinations. Here, we introduce a novel framework designed to enhance the factuality of dialogue response generation, as well as an approach to evaluate dialogue factual accuracy. Our framework combines a knowledge triple retriever, a dialogue rewrite, and knowledge-enhanced response generation to produce more accurate and grounded dialogue responses. To further evaluate generated responses, we propose a revised fact score that addresses the limitations of existing fact-score methods in dialogue settings, providing a more reliable assessment of factual consistency. We evaluate our methods using different baselines on the OpendialKG and HybriDialogue datasets. Our methods significantly improve factuality compared to other graph knowledge-augmentation baselines, including the state-of-the-art G-retriever. The code will be released on GitHub.

📄 PDF Abstract BibTeX arXiv:2506.12496

Code (0)

등록된 구현이 없습니다.

Tasks

Response Generation

Similar Papers 제목 키워드 기반

A Factuality and Diversity Reconciled Decoding Method for Knowledge-Grounded Dialogue Generation

2024-07-08 · Chenxu Yang, Zheng Lin, Chong Tian, Liang Pang 외

Grounding external knowledge can enhance the factuality of responses in dialogue generation. However, excessive emphasis on it might result in the lack of engaging and diverse expressions. Through the introduction of ran…

Dialogue GenerationDiversity

Retrieval-Augmented Neural Response Generation Using Logical Reasoning and Relevance Scoring

2023-10-20 · Nicholas Thomas Walker, Stefan Ultes, Pierre Lison

Constructing responses in task-oriented dialogue systems typically relies on information sources such the current dialogue state or external databases. This paper presents a novel approach to knowledge-grounded response …

Logical ReasoningResponse GenerationRetrievalTask-Oriented Dialogue Systems

Detecting Response Generation Not Requiring Factual Judgment

2024-06-14 · Ryohei Kamei, Daiki Shiono, Reina Akama, Jun Suzuki

With the remarkable development of large language models (LLMs), ensuring the factuality of output has become a challenge. However, having all the contents of the response with given knowledge or facts is not necessarily…

ClassificationResponse Generation

A Graph-to-Text Approach to Knowledge-Grounded Response Generation in Human-Robot Interaction

2023-11-03 · Nicholas Thomas Walker, Stefan Ultes, Pierre Lison

Knowledge graphs are often used to represent structured information in a flexible and efficient manner, but their use in situated dialogue remains under-explored. This paper presents a novel conversational model for huma…

Knowledge GraphsLanguage ModellingLarge Language ModelResponse Generation

Fine-Refine: Iterative Fine-grained Refinement for Mitigating Dialogue Hallucination

2026-02-17 · Xiangyan Chen, Yujian Gan, Matthew Purver arxiv

The tendency for hallucination in current large language models (LLMs) negatively impacts dialogue systems. Such hallucinations produce factually incorrect responses that may mislead users and undermine system trust. Exi…