knowledge editing

78 papers with code • 1 benchmarks • 3 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find knowledge editing models and implementations
7 papers
2,235

Most implemented papers

Cross-Lingual Knowledge Editing in Large Language Models

krystalan/bi_zsre 16 Sep 2023

With the recent advancements in large language models (LLMs), knowledge editing has been shown as a promising technique to adapt LLMs to new knowledge without retraining from scratch.

Neuron-Level Knowledge Attribution in Large Language Models

zepingyu0512/neuron-attribution 19 Dec 2023

Additionally, since most static methods typically only identify "value neurons" directly contributing to the final prediction, we propose a method for identifying "query neurons" which activate these "value neurons".

Retrieval-augmented Multilingual Knowledge Editing

vicky-wil/remake 20 Dec 2023

Knowledge represented in Large Language Models (LLMs) is quite often incorrect and can also become obsolete over time.

Editing Language Model-based Knowledge Graph Embeddings

zjunlp/promptkg 25 Jan 2023

To address this issue, we propose a new task of editing language model-based KG embeddings in this paper.

Can We Edit Factual Knowledge by In-Context Learning?

zce1112zslx/ike 22 May 2023

Inspired by in-context learning (ICL), a new paradigm based on demonstration contexts without parameter updating, we explore whether ICL can edit factual knowledge.

MQuAKE: Assessing Knowledge Editing in Language Models via Multi-Hop Questions

princeton-nlp/mquake 24 May 2023

The information stored in large language models (LLMs) falls out of date quickly, and retraining from scratch is often not an option.

EasyEdit: An Easy-to-use Knowledge Editing Framework for Large Language Models

zjunlp/easyedit 14 Aug 2023

Large Language Models (LLMs) usually suffer from knowledge cutoff or fallacy issues, which means they are unaware of unseen events or generate text with incorrect facts owing to outdated/noisy data.

Assessing Knowledge Editing in Language Models via Relation Perspective

weiyifan1023/knowledge-edit-based-on-relation-perspective 15 Nov 2023

Knowledge Editing (KE) for modifying factual knowledge in Large Language Models (LLMs) has been receiving increasing attention.

A Comprehensive Study of Knowledge Editing for Large Language Models

zjunlp/easyedit 2 Jan 2024

In this paper, we first define the knowledge editing problem and then provide a comprehensive review of cutting-edge approaches.

DeepEdit: Knowledge Editing as Decoding with Constraints

wangywust/deepedit 19 Jan 2024

How to edit the knowledge in multi-step reasoning has become the major challenge in the knowledge editing (KE) of large language models (LLMs).