CLNov 22, 2023

Mitigating Large Language Model Hallucinations via Autonomous Knowledge Graph-based Retrofitting

arXiv:2311.13314v1133 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses the reliability issue of LLMs for users needing accurate factual information, though it is an incremental improvement over existing knowledge graph integration methods.

The paper tackles the problem of factual hallucinations in large language models during reasoning by proposing Knowledge Graph-based Retrofitting (KGR), a framework that autonomously verifies and refines model-generated responses using knowledge graphs, resulting in significant performance improvements on factual QA benchmarks, especially in complex reasoning scenarios.

Incorporating factual knowledge in knowledge graph is regarded as a promising approach for mitigating the hallucination of large language models (LLMs). Existing methods usually only use the user's input to query the knowledge graph, thus failing to address the factual hallucination generated by LLMs during its reasoning process. To address this problem, this paper proposes Knowledge Graph-based Retrofitting (KGR), a new framework that incorporates LLMs with KGs to mitigate factual hallucination during the reasoning process by retrofitting the initial draft responses of LLMs based on the factual knowledge stored in KGs. Specifically, KGR leverages LLMs to extract, select, validate, and retrofit factual statements within the model-generated responses, which enables an autonomous knowledge verifying and refining procedure without any additional manual efforts. Experiments show that KGR can significantly improve the performance of LLMs on factual QA benchmarks especially when involving complex reasoning processes, which demonstrates the necessity and effectiveness of KGR in mitigating hallucination and enhancing the reliability of LLMs.

Foundations

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

Your Notes