paper-with-me

Papers

Knowledge Graph Enhanced Large Language Model Editing

2024-02-21 · Mengqi Zhang, Xiaotian Ye, Qiang Liu, Pengjie Ren, Shu Wu, Zhumin Chen

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 address these challenges. However, existing editing methods struggle to track and incorporate changes in knowledge associated with edits, which limits the generalization ability of postedit LLMs in processing edited knowledge. To tackle these problems, we propose a novel model editing method that leverages knowledge graphs for enhancing LLM editing, namely GLAME. Specifically, we first utilize a knowledge graph augmentation module to uncover associated knowledge that has changed due to editing, obtaining its internal representations within LLMs. This approach allows knowledge alterations within LLMs to be reflected through an external graph structure. Subsequently, we design a graph-based knowledge edit module to integrate structured knowledge into the model editing. This ensures that the updated parameters reflect not only the modifications of the edited knowledge but also the changes in other associated knowledge resulting from the editing process. Comprehensive experiments conducted on GPT-J and GPT-2 XL demonstrate that GLAME significantly improves the generalization capabilities of post-edit LLMs in employing edited knowledge.

📄 PDF Abstract BibTeX arXiv:2402.13593

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language ModelmodelModel Editing

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Residual Connection 설명 없음
Weight Decay 설명 없음
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

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

ConceptEdit: Conceptualization-Augmented Knowledge Editing in Large Language Models for Commonsense Reasoning

2024-12-16 · Liyu Zhang, Weiqi Wang, Tianqing Fang, Yangqiu Song

Knowledge Editing (KE) aims to adjust a Large Language Model's (LLM) internal representations and parameters to correct inaccuracies and improve output consistency without incurring the computational expense of re-traini…

knowledge editingQuestion Answering

VLKEB: A Large Vision-Language Model Knowledge Editing Benchmark

2024-03-12 · Han Huang, Haitian Zhong, Tao Yu, Qiang Liu 외

Recently, knowledge editing on large language models (LLMs) has received considerable attention. Compared to this, editing Large Vision-Language Models (LVLMs) faces extra challenges from diverse data modalities and comp…

knowledge editingLanguage ModelingLanguage ModellingMulti-modal Knowledge Graph

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

2024-12-18 · Yifan Lu, Yigeng Zhou, Jing Li, Yequan Wang 외

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 incorporat…

graph constructionknowledge editingKnowledge GraphsMulti-hop Question Answering+2

LLM-Based Multi-Hop Question Answering with Knowledge Graph Integration in Evolving Environments

2024-08-28 · Ruirui Chen, Weifeng Jiang, Chengwei Qin, Ishaan Singh Rawal 외

The important challenge of keeping knowledge in Large Language Models (LLMs) up-to-date has led to the development of various methods for incorporating new facts. However, existing methods for such knowledge editing stil…

knowledge editingKnowledge GraphsLogical ReasoningMulti-hop Question Answering+1