CLAINov 15, 2023

Assessing Knowledge Editing in Language Models via Relation Perspective

arXiv:2311.09053v116 citationsh-index: 13
Originality Incremental advance
AI Analysis

This work addresses the gap in knowledge editing methods for relations in LLMs, which is incremental but provides foundational insights for future relation-based approaches.

The paper tackles the problem of knowledge editing in language models from a relation-centric perspective, constructing a new benchmark (RaKE) and finding that existing entity-centric methods struggle with editing relations, while also discovering that relation knowledge is stored in both FFN and attention layers.

Knowledge Editing (KE) for modifying factual knowledge in Large Language Models (LLMs) has been receiving increasing attention. However, existing knowledge editing methods are entity-centric, and it is unclear whether this approach is suitable for a relation-centric perspective. To address this gap, this paper constructs a new benchmark named RaKE, which focuses on Relation based Knowledge Editing. In this paper, we establish a suite of innovative metrics for evaluation and conduct comprehensive experiments involving various knowledge editing baselines. We notice that existing knowledge editing methods exhibit the potential difficulty in their ability to edit relations. Therefore, we further explore the role of relations in factual triplets within the transformer. Our research results confirm that knowledge related to relations is not only stored in the FFN network but also in the attention layers. This provides experimental support for future relation-based knowledge editing methods.

Code Implementations2 repos
Foundations

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

Your Notes