Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Knowledge Editing in Masked Diffusion Language Models

About

Knowledge editing aims to update or correct factual knowledge in a language model. A widely used approach, locate-then-edit, does this in two steps: it first localizes a fact within the model, then edits the weights there. To date, such methods have been developed exclusively on autoregressive models (ARMs). Whether their underlying assumptions hold for masked diffusion models (MDMs), which model text bidirectionally and generate by iterative denoising rather than next-token prediction, remains an open question. We address it by transferring locate-then-edit to MDMs and comparing two MDMs (LLaDA, Dream) with two ARMs (LLaMA, Qwen) at matched scale. Our central finding has two parts. First, where an edit is applied transfers across paradigms: causal tracing highlights the same early-to-mid-layer MLP at the last subject token in both, and editing is most effective there. Second, this shared location does not guarantee a shared outcome. Single-token edits succeed in both, but as targets grow longer, editing degrades systematically in the MDMs but not the ARMs. The failure stems from how the edited fact is generated: producing a multi-token target requires passing through partially unmasked intermediate states for which the edit was never optimized. Guided by this diagnosis, we introduce a simple correction that optimizes the edit for these states, substantially restoring multi-token performance.

Haewon Park, Yohan Jo• 2026

Related benchmarks

TaskDatasetResultRank
Model EditingKAMEL multi-token targets N=2
Efficacy88
4
Model EditingKAMEL multi-token targets (N=3)
Efficacy76
4
Model EditingKAMEL multi-token targets (N=4)
Efficacy73
4
Editing EfficacyKAMEL 1 token
Editing Efficacy91.5
4
Editing EfficacyKAMEL 2 tokens
Editing Efficacy59.5
4
Editing EfficacyKAMEL 3 tokens
Editing Efficacy32.5
4
Editing EfficacyKAMEL 4 tokens
Editing Efficacy26.5
4
Showing 7 of 7 rows

Other info

Follow for update