ACE: Attribution-Controlled Knowledge Editing for Multi-Hop Factual Recall

Abstract

LLMs require efficient knowledge editing (KE) to update factual information, yet existing methods exhibit significant performance decay in multi-hop factual recall. This failure is particularly acute when edits involve intermediate implicit subjects within reasoning chains. Through causal analysis, we reveal that this limitation stems from an oversight of how chained knowledge is dynamically represented and utilized at the neuron level. We discover that during multi-hop reasoning, implicit subjects function as query neurons, which sequentially activate corresponding value neurons across transformer layers to accumulate information toward the final answer—a dynamic prior KE work has overlooked. Guided by this insight, we propose ACE (Attribution-Controlled Knowledge Editing), a framework that leverages neuron-level attribution to identify and edit these critical query-value (Q-V) pathways. Ace provides a mechanistically grounded solution for multi-hop KE, empirically outperforming state-of-the-art methods by 9.44% on GPT-J and 37.46% on Qwen3-8B. Our analysis further reveals more fine-grained activation patterns in Qwen3 and demonstrates that the semantic interpretability of value neurons is orchestrated by query-driven accumulation. These findings establish a new pathway for advancing KE capabilities based on the principled understanding of internal reasoning mechanisms.

Cite

Text

Yang et al. "ACE: Attribution-Controlled Knowledge Editing for Multi-Hop Factual Recall." International Conference on Learning Representations, 2026.

Markdown

[Yang et al. "ACE: Attribution-Controlled Knowledge Editing for Multi-Hop Factual Recall." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/yang2026iclr-ace/)

BibTeX

@inproceedings{yang2026iclr-ace,
  title     = {{ACE: Attribution-Controlled Knowledge Editing for Multi-Hop Factual Recall}},
  author    = {Yang, Jiayu and Fan, Yuxuan and Lai, Songning and Wu, Shengen and Tang, Jiaqi and Kang, Chun and Guo, Zhijiang and Yue, Yutao},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/yang2026iclr-ace/}
}