paper-with-me

Papers

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

2024-12-18 · Yifan Lu, Yigeng Zhou, Jing Li, Yequan Wang, Xuebo Liu, Daojing He, Fangming Liu, Min Zhang

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.

📄 PDF Abstract BibTeX arXiv:2412.13782

Code (1)

ABi-dot/Kedkg 공식 구현

Tasks

graph constructionknowledge editingKnowledge GraphsMulti-hop Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

UniEdit: A Unified Knowledge Editing Benchmark for Large Language Models

2025-05-18 · Qizhou Chen, Dakan Wang, Taolin Zhang, Zaoming Yan 외

Model editing aims to enhance the accuracy and reliability of large language models (LLMs) by efficiently adjusting their internal parameters. Currently, most LLM editing datasets are confined to narrow knowledge domains…

Diversityknowledge editingKnowledge GraphsModel Editing

Consistency-Aware Parameter-Preserving Knowledge Editing Framework for Multi-Hop Question Answering

2025-09-23 · Lingwen Deng, Yifei Han, Shijie Li, Yue Du 외 arxiv

Parameter-Preserving Knowledge Editing (PPKE) enables updating models with new information without retraining or parameter adjustment. Recent PPKE approaches used knowledge graphs (KG) to extend knowledge editing (KE) ca…

Multi-hop Question Answeringknowledge editingKnowledge Graphs

Hybrid-DMKG: A Hybrid Reasoning Framework over Dynamic Multimodal Knowledge Graphs for Multimodal Multihop QA with Knowledge Editing

2025-11-30 · Li Yuan, Qingfei Huang, Bingshan Zhu, Yi Cai 외 arxiv

Multimodal Knowledge Editing (MKE) extends traditional knowledge editing to settings involving both textual and visual modalities. However, existing MKE benchmarks primarily assess final answer correctness while neglecti…

Multimodal ReasoningQuestion Answeringknowledge editingKnowledge Graphs

Bridging Graph Structure and Knowledge-Guided Editing for Interpretable Temporal Knowledge Graph Reasoning

2026-01-29 · Shiqi Fan, Quanming Yao, Hongyi Nie, Wentao Ma 외 arxiv

Temporal knowledge graph reasoning (TKGR) aims to predict future events by inferring missing entities with dynamic knowledge structures. Existing LLM-based reasoning methods prioritize contextual over structural relation…

Knowledge Graph Enhanced Large Language Model Editing

2024-02-21 · Mengqi Zhang, Xiaotian Ye, Qiang Liu, Pengjie Ren 외

Large language models (LLMs) are pivotal in advancing natural language processing (NLP) tasks, yet their efficacy is hampered by inaccuracies and outdated knowledge. Model editing emerges as a promising solution to addre…

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model+2