One Mask to Rule Them All: On Hidden Facts after Editing and How to Find Them
The paper says different knowledge edits in transformer models share one hidden mechanism, and a compact mask can reverse or block many of them.
Intelligence analysis by GPT-5.4 Mini

The authors study how editing methods like ROME and MEMIT change factual knowledge inside transformer models. They argue the edits rely on a shared functional subspace, not separate fact-by-fact mechanisms, and show a mask can reveal and disrupt that behavior.
Some AI models can be changed so they answer facts differently. This paper says those changes may all use the same hidden switch inside the model, even when the new fact is different.
The researchers found a small mask, like a filter, that can undo many of those changes. It worked on most examples they tested, which suggests the model was using a shared path, not many separate ones.
A good analogy is a set of doors in a house. The edits may look different from the outside, but they all rely on the same hallway. If that hallway is blocked, many edits stop working.
Analysis
What the paper studies
The paper looks at knowledge editing methods such as ROME and MEMIT, which modify MLP weights in transformer models to change factual associations. These methods are usually judged by whether the model produces the desired new answer, but the authors focus on what is happening inside the model.
Main claim
The paper argues that different edits do not rely on completely separate internal changes. Instead, ROME and MEMIT appear to target the same subset of weights that is important for keeping edits effective. To test that idea, the authors train a compact binary mask over the edited weights. That mask reverses 80% of the edits on the training set and more than 70% on the test set, which the paper presents as evidence that many edits share a common functional structure.
Mechanism and implications
The analysis says the mask works by removing overattention in later layers. The authors also report that injecting the mask during editing drops editing success from 98% to 38%, which they interpret as showing that this mechanism is necessary for edits to work. Their conclusion is that these editing methods may suppress existing knowledge rather than overwrite it. That would help explain why edited facts often do not propagate to related facts. The paper frames the shared functional subspace as useful for detection and defense against unwanted edits, and notes that it was accepted to Findings of ACL 2026.
Key points
- The paper studies knowledge editing methods like ROME and MEMIT in transformer models.
- It argues that different factual edits share a common internal mechanism.
- A compact binary mask reversed 80% of training edits and over 70% of test edits.
- The mask appears to work by reducing overattention in later layers.
- The authors say this could help detect or defend against unwanted edits.



