CLDec 18, 2024

Knowledge Editing with Dynamic Knowledge Graphs for Multi-Hop Question Answering

arXiv:2412.13782v220 citationsh-index: 5AAAI
Originality Incremental advance
AI Analysis

This addresses the problem of knowledge conflicts in multi-hop question answering for users of large language models, representing an incremental improvement over existing methods.

The paper tackles the challenge of multi-hop question answering with large language models by introducing KEDKG, a knowledge editing method that uses dynamic knowledge graphs to resolve knowledge conflicts and improve answer reliability, achieving state-of-the-art results on benchmarks.

Multi-hop question answering (MHQA) poses a significant challenge for large language models (LLMs) due to the extensive knowledge demands involved. Knowledge editing, which aims to precisely modify the LLMs to incorporate specific knowledge without negatively impacting other unrelated knowledge, offers a potential solution for addressing MHQA challenges with LLMs. However, current solutions struggle to effectively resolve issues of knowledge conflicts. Most parameter-preserving editing methods are hindered by inaccurate retrieval and overlook secondary editing issues, which can introduce noise into the reasoning process of LLMs. In this paper, we introduce KEDKG, a novel knowledge editing method that leverages a dynamic knowledge graph for MHQA, designed to ensure the reliability of answers. KEDKG involves two primary steps: dynamic knowledge graph construction and knowledge graph augmented generation. Initially, KEDKG autonomously constructs a dynamic knowledge graph to store revised information while resolving potential knowledge conflicts. Subsequently, it employs a fine-grained retrieval strategy coupled with an entity and relation detector to enhance the accuracy of graph retrieval for LLM generation. Experimental results on benchmarks show that KEDKG surpasses previous state-of-the-art models, delivering more accurate and reliable answers in environments with dynamic information.

Code Implementations1 repo
Foundations

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

Your Notes