Hybrid-Policy Self-Editing for Composable Unstructured Knowledge Editing

πŸ“… 2026-08-12
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the challenge that large language models struggle with atomic fact-based question answering and multi-hop reasoning after injecting unstructured knowledge, primarily due to poor compositional generalization of newly acquired facts. To overcome this limitation, the paper proposes a Hybrid Policy Self-Editing (HPSE) approach that leverages a combination of on-policy and off-policy rollouts to enable unsupervised, active self-distillation for knowledge editing. HPSE precisely inserts missing factual knowledge in regions where the student model’s trajectory coverage is insufficient. Experimental results demonstrate that HPSE significantly improves post-editing performance across four prominent large language models and two distinct editors, enhancing both factual accuracy in question answering and multi-hop reasoning capabilities while effectively promoting the compositional use of newly integrated knowledge.
πŸ“ Abstract
Large language models (LLMs) achieve remarkable performance across natural language tasks, yet they are trained on static corpora and their knowledge quickly becomes outdated in a fast-changing world. This motivates knowledge editing (KE), which updates specific knowledge in an LLM without changing unrelated others. Recent works move from structured knowledge triples toward unstructured KE (UKE), where the edit is a free-form passage that may state multiple facts at once. Nonetheless, existing editors inject such a passage yet fail to use it: the edited model can recall the passage, but can neither answer atomic questions about its facts nor compose them into multi-hop reasoning. We attribute this missing property, which we term composability, to editors' passive reliance on the fixed passage as the sole learning source. In response, we cast editing as a proactive self-distillation from a privileged in-context state of the same model, which requires no external supervision. We further reveal that due to the novelty of the injected knowledge, the pre-edited model's own rollouts rarely cover it, which limits the effectiveness of pure on-policy distillation. To close this gap, we propose HPSE, which builds a hybrid rollout that steps in to place missing facts onto the student's own trajectory precisely where its coverage fails, while staying on-policy elsewhere. We theoretically analyze HPSE's advantage over pure on-policy distillation, and empirically establish its plug-and-play improvements across four LLM backbones and two KE editors under various scenarios.
Problem

Research questions and friction points this paper is trying to address.

knowledge editing
unstructured knowledge
composability
large language models
multi-hop reasoning
Innovation

Methods, ideas, or system contributions that make the work stand out.

composable knowledge editing
unstructured knowledge editing
self-distillation
hybrid-policy rollout
large language models
πŸ”Ž Similar Papers