CLOct 16, 2024

How to Make LLMs Forget: On Reversing In-Context Knowledge Edits

arXiv:2410.12586v314 citationsh-index: 13NAACL
Originality Incremental advance
AI Analysis

This addresses the issue of potential misuse of IKE for misinformation or offensive content in LLMs, enhancing their resilience and trustworthiness, though it is incremental as it builds on existing IKE methods.

The paper tackles the problem of detecting and reversing malicious in-context knowledge edits (IKE) in large language models (LLMs), achieving over 80% accuracy in both detection using top-10 output probabilities and reversal using specially tuned tokens.

In-context knowledge editing (IKE) enables efficient modification of large language model (LLM) outputs without parameter changes and at zero-cost. However, it can be misused to manipulate responses opaquely, e.g., insert misinformation or offensive content. Such malicious interventions could be incorporated into high-level wrapped APIs where the final input prompt is not shown to end-users. To address this issue, we investigate the detection and reversal of IKE-edits. First, we demonstrate that IKE-edits can be detected with high accuracy (F1 > 80\%) using only the top-10 output probabilities of the next token, even in a black-box setting, e.g. proprietary LLMs with limited output information. Further, we introduce the novel task of reversing IKE-edits using specially tuned reversal tokens. We explore using both continuous and discrete reversal tokens, achieving over 80\% accuracy in recovering original, unedited outputs across multiple LLMs. Our continuous reversal tokens prove particularly effective, with minimal impact on unedited prompts. Through analysis of output distributions, attention patterns, and token rankings, we provide insights into IKE's effects on LLMs and how reversal tokens mitigate them. This work represents a significant step towards enhancing LLM resilience against potential misuse of in-context editing, improving their transparency and trustworthiness.

Foundations

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

Your Notes