From b7b2afd76afdc12da647830e408bac88ff4c84d4 Mon Sep 17 00:00:00 2001 From: liuyang17 Date: Wed, 15 Mar 2023 17:40:27 +0800 Subject: [PATCH] Add Paper `Does Localization Inform Editing? Surprising Differences in Causality-Based Localization vs. Knowledge Editing in Language Models` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2fab3ab..81360d2 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ This is a collection of research and review papers of Model Editing. Any suggest - Thomas Hartvigsen, Swami Sankaranarayanan, Hamid Palangi, Yoon Kim, Marzyeh Ghassemi.
**Aging with GRACE: Lifelong Model Editing with Discrete Key-Value Adaptors**. [[paper](https://arxiv.org/abs/2211.11031)] [[code](https://github.com/thartvigsen/grace)] +- Peter Hase, Mohit Bansal, Been Kim, Asma Ghandeharioun.
+**Does Localization Inform Editing? Surprising Differences in Causality-Based Localization vs. Knowledge Editing in Language Models.** [[paper](https://arxiv.org/pdf/2301.04213.pdf)] [[code](https://github.com/google/belief-localization)] + ### Model Gating and Memory Enhanced - Eric Mitchell, Charles Lin, Antoine Bosselut, Christopher D. Manning, Chelsea Finn.