🤖 AI Summary
This work addresses the limited generalization of large language models after subject-centric knowledge editing, where updated knowledge is only accurately recalled under the exact phrasing used during editing and fails to transfer to diverse instruction-following prompts. The authors identify a “covariance trap” caused by covariance constraints that destabilize the geometry of the activation space. To mitigate this, they propose a robust knowledge editing method that minimizes representational drift through isotropic geometric alignment and smooths the optimization landscape via a hierarchical knowledge fusion mechanism, thereby avoiding sharp minima. This approach substantially enhances the model’s ability to generalize edited knowledge across varied prompts, offering a novel pathway toward reliable, interactive parametric memory.
📝 Abstract
While locate-then-edit knowledge editing efficiently updates knowledge encoded within Large Language Models (LLMs), a critical generalization failure mode emerges in the practical same-subject knowledge editing scenario: models fail to recall the updated knowledge when following user instructions, despite successfully recalling it in the original edited form. This paper identifies the geometric root of this generalization collapse as a fundamental conflict where the inner activation drifts induced by prompt variations exceed the model's geometric tolerance for generalization after editing. We attribute this instability to a dual pathology: (1) The joint optimization with orthogonal gradients collapses solutions into sharp minima with narrow stability, and (2) the standard covariance constraint paradoxically acts as a Covariance Trap that amplifies input perturbations. To resolve this, we introduce RoSE (Robust Same-subject Editing), which employs Isotropic Geometric Alignment to minimize representational deviation and Hierarchical Knowledge Integration to smooth the optimization landscape. Extensive experiments demonstrate that RoSE significantly improves instruction-following capabilities, laying the foundation for robust interactive parametric memory of LLM agents.