CLAIJun 27, 2024

Fundamental Problems With Model Editing: How Should Rational Belief Revision Work in LLMs?

arXiv:2406.19354v128 citationsHas Code
Originality Synthesis-oriented
AI Analysis

It addresses the foundational issue of how to rationally update knowledge in LLMs, which is crucial for controlling model behavior, but is largely conceptual and incremental in proposing a formal testbed.

The paper critiques the standard formulation of the model editing problem in language models, highlighting 12 open challenges such as defining the problem and assessing edit consequences, and introduces a semi-synthetic dataset based on Wikidata to evaluate edits against an idealized Bayesian agent standard.

The model editing problem concerns how language models should learn new facts about the world over time. While empirical research on model editing has drawn widespread attention, the conceptual foundations of model editing remain shaky -- perhaps unsurprisingly, since model editing is essentially belief revision, a storied problem in philosophy that has eluded succinct solutions for decades. Model editing nonetheless demands a solution, since we need to be able to control the knowledge within language models. With this goal in mind, this paper critiques the standard formulation of the model editing problem and proposes a formal testbed for model editing research. We first describe 12 open problems with model editing, based on challenges with (1) defining the problem, (2) developing benchmarks, and (3) assuming LLMs have editable beliefs in the first place. Many of these challenges are extremely difficult to address, e.g. determining far-reaching consequences of edits, labeling probabilistic entailments between facts, and updating beliefs of agent simulators. Next, we introduce a semi-synthetic dataset for model editing based on Wikidata, where we can evaluate edits against labels given by an idealized Bayesian agent. This enables us to say exactly how belief revision in language models falls short of a desirable epistemic standard. We encourage further research exploring settings where such a gold standard can be compared against. Our code is publicly available at: https://github.com/peterbhase/LLM-belief-revision

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes