CLAIApr 9

Distributed Multi-Layer Editing for Rule-Level Knowledge in Large Language Models

arXiv:2604.0828489.8Has Code
Predicted impact top 32% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This addresses a key limitation in model editing for rule-level knowledge, which is crucial for applications requiring reliable reasoning, though it is incremental as it builds on existing editing methods.

The paper tackles the problem of editing rule-level knowledge in large language models, which requires consistency across multiple interdependent forms, and proposes Distributed Multi-Layer Editing (DMLE) to improve performance, achieving average gains of 13.91 and 50.19 percentage points in instance portability and rule understanding over baselines.

Large language models store not only isolated facts but also rules that support reasoning across symbolic expressions, natural language explanations, and concrete instances. Yet most model editing methods are built for fact-level knowledge, assuming that a target edit can be achieved through a localized intervention. This assumption does not hold for rule-level knowledge, where a single rule must remain consistent across multiple interdependent forms. We investigate this problem through a mechanistic study of rule-level knowledge editing. To support this study, we extend the RuleEdit benchmark from 80 to 200 manually verified rules spanning mathematics and physics. Fine-grained causal tracing reveals a form-specific organization of rule knowledge in transformer layers: formulas and descriptions are concentrated in earlier layers, while instances are more associated with middle layers. These results suggest that rule knowledge is not uniformly localized, and therefore cannot be reliably edited by a single-layer or contiguous-block intervention. Based on this insight, we propose Distributed Multi-Layer Editing (DMLE), which applies a shared early-layer update to formulas and descriptions and a separate middle-layer update to instances. While remaining competitive on standard editing metrics, DMLE achieves substantially stronger rule-level editing performance. On average, it improves instance portability and rule understanding by 13.91 and 50.19 percentage points, respectively, over the strongest baseline across GPT-J-6B, Qwen2.5-7B, Qwen2-7B, and LLaMA-3-8B. The code is available at https://github.com/Pepper66/DMLE.

Foundations

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

Your Notes