CLFeb 8, 2024

On the Robustness of Editing Large Language Models

arXiv:2402.05827v228 citationsh-index: 34Has CodeEMNLP
Originality Incremental advance
AI Analysis

This addresses the problem of unreliable updates for LLMs in practical AI applications, highlighting incremental limitations in existing editing techniques.

The paper investigates the robustness of editing methods for large language models (LLMs), finding that performance significantly declines on rephrased prompts common in realistic applications, with more popular knowledge being harder to edit effectively.

Large language models (LLMs) have played a pivotal role in building communicative AI, yet they encounter the challenge of efficient updates. Model editing enables the manipulation of specific knowledge memories and the behavior of language generation without retraining. However, the robustness of model editing remains an open question. This work seeks to understand the strengths and limitations of editing methods, facilitating practical applications of communicative AI. We focus on three key research questions. RQ1: Can edited LLMs behave consistently resembling communicative AI in realistic situations? RQ2: To what extent does the rephrasing of prompts lead LLMs to deviate from the edited knowledge memory? RQ3: Which knowledge features are correlated with the performance and robustness of editing? Our empirical studies uncover a substantial disparity between existing editing methods and the practical application of LLMs. On rephrased prompts that are flexible but common in realistic applications, the performance of editing experiences a significant decline. Further analysis shows that more popular knowledge is memorized better, easier to recall, and more challenging to edit effectively. Code is publicly available at https://github.com/xbmxb/edit_analysis .

Code Implementations1 repo
Foundations

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

Your Notes