knowledge editing

31 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,424

Most implemented papers

Evaluating the Ripple Effects of Knowledge Editing in Language Models

edenbiran/rippleedits 24 Jul 2023

This has led to the development of various editing methods that allow updating facts encoded by the model.

Journey to the Center of the Knowledge Neurons: Discoveries of Language-Independent Knowledge Neurons and Degenerate Knowledge Neurons

heng840/amig 25 Aug 2023

We design cross-lingual knowledge editing experiments, demonstrating that the PLMs can accomplish this task based on language-independent neurons; (2) The discovery of Degenerate Knowledge Neurons, a novel type of neuron showing that different knowledge neurons can store the same fact.

Unveiling the Pitfalls of Knowledge Editing for Large Language Models

zjunlp/pitfallsknowledgeediting 3 Oct 2023

This paper pioneers the investigation into the potential pitfalls associated with knowledge editing for LLMs.

Untying the Reversal Curse via Bidirectional Language Model Editing

mjy1111/bake 16 Oct 2023

A new evaluation metric of reversibility is introduced, and a benchmark dubbed as Bidirectional Assessment for Knowledge Editing (BAKE) is constructed to evaluate the reversibility of edited models in recalling knowledge in the reverse direction of editing.

Evaluating Dependencies in Fact Editing for Language Models: Specificity and Implication Awareness

mcgill-nlp/logicalknowedit 4 Dec 2023

The potential of using a large language model (LLM) as a knowledge base (KB) has sparked significant interest.

History Matters: Temporal Knowledge Editing in Large Language Model

arvid-pku/atoke 9 Dec 2023

The imperative task of revising or updating the knowledge stored within large language models arises from two distinct sources: intrinsic errors inherent in the model which should be corrected and outdated knowledge due to external shifts in the real world which should be updated.

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.

PokeMQA: Programmable knowledge editing for Multi-hop Question Answering

hengrui-gu/pokemqa 23 Dec 2023

Multi-hop question answering (MQA) is one of the challenging tasks to evaluate machine's comprehension and reasoning abilities, where large language models (LLMs) have widely achieved the human-comparable performance.

DeepEdit: Knowledge Editing as Decoding with Constraints

wangywust/deepedit 19 Jan 2024

To enforce these constraints, we utilize a depth-first search to adaptively substitute new knowledge for the LLMs' original reasoning steps, greedily seeking the optimal path of multi-hop reasoning with new knowledge.

Neighboring Perturbations of Knowledge Editing on Large Language Models

mjy1111/peak 31 Jan 2024

Despite their exceptional capabilities, large language models (LLMs) are prone to generating unintended text due to false or outdated knowledge.