paper-with-me

Papers

How Well Can Knowledge Edit Methods Edit Perplexing Knowledge?

2024-06-25 · Huaizhi Ge, Frank Rudzicz, Zining Zhu

Large language models (LLMs) have demonstrated remarkable capabilities, but updating their knowledge post-training remains a critical challenge. While recent model editing techniques like Rank-One Model Editing (ROME) show promise, their effectiveness may vary based on the nature of the knowledge being edited. We introduce the concept of `perplexingness'': the degree to which new knowledge conflicts with an LLM's learned conceptual hierarchies and categorical relationships. For instance, editing British Shorthair is a kind of cat'' to British Shorthair is a kind of dog'' represents a low-perplexingness edit within the same taxonomic level, while editing A cat is a kind of animal'' to `A cat is a kind of plant'' represents a high-perplexingness edit that violates fundamental categorical boundaries. To systematically investigate this phenomenon, we introduce HierarchyData, a carefully curated dataset of 99 hyponym-hypernym pairs across diverse categories. Through controlled experiments across three models and four editing methods, we demonstrate a strong negative correlation between the perplexingness of new knowledge and the effectiveness of knowledge editing. Our analysis reveals that edits involving more abstract concepts (hypernyms) generally exhibit higher perplexingness and are more resistant to modification than their specific counterparts (hyponyms). These findings highlight a fundamental challenge in LLM knowledge editing: the more a new fact contradicts an LLM's learned conceptual hierarchies, the harder it becomes to reliably encode that knowledge.

📄 PDF Abstract BibTeX arXiv:2406.17253

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editingModel Editing

Similar Papers 제목 키워드 기반

Locate-then-edit for Multi-hop Factual Recall under Knowledge Editing

2024-10-08 · Zhuoran Zhang, Yongxiang Li, Zijian Kan, Keyuan Cheng 외

The locate-then-edit paradigm has shown significant promise for knowledge editing (KE) in Large Language Models (LLMs). While previous methods perform well on single-hop fact recall tasks, they consistently struggle with…

knowledge editing

Beyond Memorization: A Rigorous Evaluation Framework for Medical Knowledge Editing

2025-06-04 · Shigeng Chen, Linhao Luo, Zhangchi Qiu, Yanan Cao 외

Recently, knowledge editing (KE) has emerged as a promising approach to update specific facts in Large Language Models (LLMs) without the need for full retraining. Despite the effectiveness in general-domain benchmarks, …

knowledge editingMemorization

EasyEdit: An Easy-to-use Knowledge Editing Framework for Large Language Models

2023-08-14 · Peng Wang, Ningyu Zhang, Bozhong Tian, Zekun Xi 외

Large Language Models (LLMs) usually suffer from knowledge cutoff or fallacy issues, which means they are unaware of unseen events or generate text with incorrect facts owing to outdated/noisy data. To this end, many kno…

knowledge editing

Editing as Unlearning: Are Knowledge Editing Methods Strong Baselines for Large Language Model Unlearning?

2025-05-26 · Zexi Li, Xiangzhu Wang, William F. Shen, Meghdad Kurmanji 외

Large language Model (LLM) unlearning, i.e., selectively removing information from LLMs, is vital for responsible model deployment. Differently, LLM knowledge editing aims to modify LLM knowledge instead of removing it. …

In-Context Learningknowledge editingLanguage ModelingLanguage Modelling+1

DualEdit: Dual Editing for Knowledge Updating in Vision-Language Models

2025-06-16 · Zhiyi Shi, Binjie Wang, Chongjie Si, Yichen Wu 외

Model editing aims to efficiently update a pre-trained model's knowledge without the need for time-consuming full retraining. While existing pioneering editing methods achieve promising results, they primarily focus on e…

Model Editing