paper-with-me

홈 › Papers

Editing Language Model-based Knowledge Graph Embeddings

2023-01-25 · Siyuan Cheng, Ningyu Zhang, Bozhong Tian, Xi Chen, Qingbing Liu, Huajun Chen

Recently decades have witnessed the empirical success of framing Knowledge Graph (KG) embeddings via language models. However, language model-based KG embeddings are usually deployed as static artifacts, making them difficult to modify post-deployment without re-training after deployment. To address this issue, we propose a new task of editing language model-based KG embeddings in this paper. This task is designed to facilitate rapid, data-efficient updates to KG embeddings without compromising the performance of other aspects. We build four new datasets: E-FB15k237, A-FB15k237, E-WN18RR, and A-WN18RR, and evaluate several knowledge editing baselines demonstrating the limited ability of previous models to handle the proposed challenging task. We further propose a simple yet strong baseline dubbed KGEditor, which utilizes additional parametric layers of the hypernetwork to edit/add facts. Our comprehensive experimental results reveal that KGEditor excels in updating specific facts without impacting the overall performance, even when faced with limited training resources. Code and datasets are available in https://github.com/zjunlp/PromptKG/tree/main/deltaKG.

📄 PDF Abstract BibTeX arXiv:2301.10405

Code (2)

zjunlp/PromptKG/tree/main/deltaKG 공식 구현 jax
zjunlp/promptkg 공식 구현 jax

Tasks

EDIT Taskknowledge editingKnowledge Graph EmbeddingsLanguage ModelingLanguage Modellingmodel

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

SWEA: Updating Factual Knowledge in Large Language Models via Subject Word Embedding Altering

2024-01-31 · Xiaopeng Li, Shasha Li, Shezheng Song, Huijun Liu 외

The general capabilities of large language models (LLMs) make them the infrastructure for various AI applications, but updating their inner knowledge requires significant resources. Recent model editing is a promising te…

Model EditingWord Embeddings

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

Model Editing with Graph-Based External Memory

2025-05-23 · Yash Kumar Atri, Ahmed Alaa, Thomas Hartvigsen

Large language models (LLMs) have revolutionized natural language processing, yet their practical utility is often limited by persistent issues of hallucinations and outdated parametric knowledge. Although post-training …

graph constructionmodelModel Editing

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

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