paper-with-me

Papers

Addressing the Reasoning Gap: Mechanistic Circuit-Based Knowledge Editing in Large Language Models

2026-04-07 · Tianyi Zhao, Yinhan He, Wendy Zheng, Chen Chen arxiv

Deploying Large Language Models (LLMs) in real-world dynamic environments raises the challenge of updating their pre-trained knowledge. While existing knowledge editing methods can reliably patch isolated facts, they frequently suffer from a \textit{reasoning gap}, where the model recalls the edited fact but fails to utilize it in multi-step reasoning chains. Our analysis shows that multi-hop reasoning relies on sparse circuitry beyond direct factual recall, with functionally differentiated components contributing to intermediate processing and final-answer prediction. To bridge this gap, we introduce MCircKE (\underline{M}echanistic \underline{Circ}uit-based \underline{K}nowledge \underline{E}diting), a mechanistically grounded framework that enables a map-and-adapt editing procedure. MCircKE first identifies the causal circuits responsible for a specific reasoning task, capturing both the storage of the fact and the routing of its logical consequences. It then surgically update parameters exclusively within this mapped circuit. Extensive experiments on the MQuAKE-series benchmarks demonstrate the effectiveness of the proposed method for multi-hop reasoning in knowledge editing.

📄 PDF Abstract BibTeX arXiv:2604.05876

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editing

Similar Papers 제목 키워드 기반

CaKE: Circuit-aware Editing Enables Generalizable Knowledge Learners

2025-03-20 · Yunzhi Yao, Jizhan Fang, Jia-Chen Gu, Ningyu Zhang 외

Knowledge Editing (KE) enables the modification of outdated or incorrect information in large language models (LLMs). While existing KE methods can update isolated facts, they struggle to generalize these updates to mult…

knowledge editing

Mechanistic Unlearning: Robust Knowledge Unlearning and Editing via Mechanistic Localization

2024-10-16 · Phillip Guo, Aaquib Syed, Abhay Sheshadri, Aidan Ewart 외

Methods for knowledge editing and unlearning in large language models seek to edit or remove undesirable knowledge or capabilities without compromising general language modeling performance. This work investigates how me…

knowledge editingLanguage ModelingLanguage Modelling

MINAR: Mechanistic Interpretability for Neural Algorithmic Reasoning

2026-02-24 · Jesse He, Helen Jenne, Max Vargas, Davis Brown 외 arxiv

The recent field of neural algorithmic reasoning (NAR) studies the ability of graph neural networks (GNNs) to emulate classical algorithms like Bellman-Ford, a phenomenon known as algorithmic alignment. At the same time,…

Knowledge Circuits in Pretrained Transformers

2024-05-28 · Yunzhi Yao, Ningyu Zhang, Zekun Xi, Mengru Wang 외

The remarkable capabilities of modern large language models are rooted in their vast repositories of knowledge encoded within their parameters, enabling them to perceive the world and engage in reasoning. The inner worki…

In-Context Learningknowledge editingLanguage ModelingLanguage Modelling

A Mechanistic Interpretation of Syllogistic Reasoning in Auto-Regressive Language Models

2024-08-16 · Geonhee Kim, Marco Valentino, André Freitas

Recent studies on logical reasoning in auto-regressive Language Models (LMs) have sparked a debate on whether such models can learn systematic reasoning principles during pre-training or merely exploit superficial patter…

Logical ReasoningvalidWorld Knowledge