Lifelong Knowledge Editing for LLMs with Retrieval-Augmented Continuous Prompt Learning
Qizhou Chen, Taolin Zhang, Xiaofeng He, Dongyang Li, Chengyu Wang,, Longtao Huang, Hui Xue

TL;DR
RECIPE is a continual prompt learning approach that enhances knowledge editing in large language models by integrating retrieval and dynamic prompts, achieving efficient, reliable, and scalable lifelong editing without significant performance loss.
Contribution
The paper introduces RECIPE, a novel retrieval-augmented continuous prompt learning method that improves lifelong knowledge editing in LLMs by addressing efficiency and forgetting issues.
Findings
RECIPE outperforms existing methods in editing accuracy.
It maintains overall LLM performance during continuous editing.
RECIPE achieves faster editing and inference speeds.
Abstract
Model editing aims to correct outdated or erroneous knowledge in large language models (LLMs) without the need for costly retraining. Lifelong model editing is the most challenging task that caters to the continuous editing requirements of LLMs. Prior works primarily focus on single or batch editing; nevertheless, these methods fall short in lifelong editing scenarios due to catastrophic knowledge forgetting and the degradation of model performance. Although retrieval-based methods alleviate these issues, they are impeded by slow and cumbersome processes of integrating the retrieved knowledge into the model. In this work, we introduce RECIPE, a RetriEval-augmented ContInuous Prompt lEarning method, to boost editing efficacy and inference efficiency in lifelong learning. RECIPE first converts knowledge statements into short and informative continuous prompts, prefixed to the LLM's input…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Semantic Web and Ontologies · Topic Modeling
MethodsFocus
