knowledge editing

29 papers with code • 1 benchmarks • 2 datasets

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

Libraries

Use these libraries to find knowledge editing models and implementations
5 papers
1,390

Most implemented papers

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.

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.

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.

MLaKE: Multilingual Knowledge Editing Benchmark for Large Language Models

hi-archers/mlake 7 Apr 2024

We evaluate the multilingual knowledge editing generalization capabilities of existing methods on MLaKE.

Propagating Knowledge Updates to LMs Through Distillation

shankarp8/knowledge_distillation NeurIPS 2023

Then, we update the model parameters so that the distribution of the LM (the student) matches the distribution of the LM conditioned on the definition (the teacher) on the transfer set.