neural head architecture

Designing neural 'head' modules (gated, non-linear, or draft heads) that adaptively select editing locations, control knowledge injection, or produce branch-wise causally conditioned candidate trees efficiently (e.g., in a single forward pass) for downstream editing or generation tasks.

neuralheadarchitecture

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Must-Read Papers

Most classic and influential ideas
View more

When large language models serve as knowledge bases, their internal mechanisms for knowledge editing remain poorly understood. This work employs Neuron-Level Knowledge Attribution (NLKA) to analyze the internal differences between successful and failed edits, revealing how attention and feed-forward networks jointly facilitate the injection of new knowledge and suppression of outdated information. For the first time, attribution results are translated into actionable engineering signals, leading to MEGA—a lightweight, architecture-agnostic activation intervention method that requires no weight modifications. MEGA explicitly identifies where and how edits take effect within the model and demonstrates superior performance over existing approaches on both GPT2-XL and LLaMA2-7B across the CounterFact and Popular datasets, enabling efficient and reliable knowledge updates.

knowledge editinglarge language modelsmechanistic interpretability

Knowledge Circuits in Pretrained Transformers

May 28, 2024
YY
Yunzhi Yao
🏛️ Zhejiang University | National University of Singapore

This study investigates the internal representation mechanisms of factual knowledge in large language models (LLMs), introducing the concept of “knowledge circuits”—structured, cross-layer, cross-module computational pathways involving coordinated activation of attention heads and MLPs. Using computational graph tracing, module interaction analysis, knowledge-editing perturbations, and behavioral visualization, we systematically identify stable and reproducible factual knowledge propagation pathways in GPT-2 and TinyLLaMA for the first time. Our contributions are threefold: (1) advancing knowledge modeling from isolated parameters or modules to dynamic computational graphs; (2) enabling circuit-level, mechanistic explanations for hallucination and in-context learning; and (3) empirically demonstrating that prevailing knowledge editing methods disrupt these circuits, while also establishing circuit-aware interventions for diagnostic analysis and targeted correction.

Knowledge ProcessingKnowledge RepresentationLarge Language Models

This work addresses the susceptibility of large language models to catastrophic forgetting and model collapse during continual knowledge editing. The authors propose a mechanism-aware, precise editing framework that, for the first time, integrates sparse circuits with interpretable neurons. By leveraging a sparse transcoder to construct knowledge circuits, the method identifies and manipulates specific functional neurons, enabling fine-grained knowledge updates with minimal interference to unrelated model capabilities. Designed to support lifelong learning, the approach maintains strong performance on standard benchmarks such as MMLU and GSM8K even after 3,000 consecutive edits on Gemma2, Qwen3, and Llama3.1, significantly outperforming existing techniques.

catastrophic forgettinglarge language modelsmodel collapse

Edit Less, Achieve More: Dynamic Sparse Neuron Masking for Lifelong Knowledge Editing in LLMs

Oct 24, 2025
JL
Jinzhe Liu
🏛️ Key Lab of Intell. Info. Process. | Inst. of Comput. Tech., CAS | Agriculture Information Institute, CAAS

Existing continual knowledge editing methods for large language models suffer from error accumulation due to parameter interference, degrading both editing accuracy and generalization. This paper proposes a fine-grained neuron localization framework coupled with an entropy-guided dynamic sparse masking mechanism. First, neurons are functionally attributed and categorized into *knowledge-general* and *knowledge-specific* types. Then, only critical knowledge-specific neurons undergo sparse, adaptive weight updates—minimizing parameter perturbation while preserving model integrity. The method requires no full model retraining and maintains high editing success rates (+12.7%) and strong generalization stability (38.5% reduction in forgetting) over thousands of sequential edits—outperforming state-of-the-art approaches. Its core innovations lie in (i) interpretable, function-based neuron partitioning and (ii) an information-theoretic, sparsity-aware editing strategy that balances fidelity and plasticity.

Addresses error accumulation during sequential editing processesEnables continuous knowledge updates in LLMs without full retrainingMaintains editing accuracy while preserving model generalization capabilities

Understanding Language Model Circuits through Knowledge Editing

Jun 25, 2024
HG
Huaizhi Ge
🏛️ Columbia University | Dalhousie University | Stevens Institute of Technology

This study investigates the knowledge organization mechanisms underlying critical behavioral circuits in GPT-2. Addressing the challenges of locality and editability in language model knowledge representation, we propose a causal mediation–based knowledge editing framework that integrates ROME-based circuit localization, multi-layer probing, and attribution analysis to systematically evaluate editing response patterns, knowledge distribution breadth, and structural robustness. Our key contributions are: (1) the first empirical demonstration that factual knowledge is non-localized—distributed across layers and heads via collaborative semantic encoding; (2) evidence that single-point edits induce consistent semantic updates throughout the entire transformer stack; and (3) the finding that circuits exhibit both functional specificity and knowledge redundancy. Consequently, we formally define a circuit’s “meaning” as an intervenable, generalizable semantic functional unit—establishing a novel paradigm for model interpretability and safe, controllable knowledge editing.

How circuits respond to systematic knowledge editing attemptsHow knowledge is structured within critical model subnetworksThe architectural composition of knowledge-bearing circuits in models

Latest Papers

What's happening recently
View more

This work addresses the degradation in output coherence and safety commonly induced by existing activation intervention methods that modulate large language model personas through perturbations of residual streams. To overcome this limitation, the authors propose a novel geometric analysis–based approach that leverages inter-layer cosine similarity and attention head contribution scores to identify—and for the first time explicitly name—three sparse, independent “style-modulating heads” responsible for disentangled control of persona and stylistic attributes. By precisely intervening on these specific attention heads, the method achieves effective persona modulation while substantially mitigating the coherence deterioration typical of conventional techniques, thereby significantly enhancing the robustness and safety of behavioral interventions in large language models.

activation steeringcoherency degradationLarge Language Models

Existing 3D editing methods often rely on category-specific models, limiting their generalizability. This work proposes a category-agnostic framework for versatile 3D shape editing based on Coupled Neural Shapes (CNS), which integrates a global semantic latent code with a 3D neural feature volume to enable diverse editing operations through joint optimization. The approach introduces two key innovations: a KV-cache replacement mechanism and latent feature regularization, which together allow precise control over edited regions while preserving geometric consistency in non-edited areas. Compatible with various 3D generative models, the method achieves state-of-the-art quantitative and qualitative results across multiple benchmarks, significantly enhancing both editing flexibility and shape fidelity.

3D editingcategory-agnosticfoundation models

Existing neural network editing methods rely on task-specific handcrafted algorithms, which are costly and exhibit poor generalization. This work proposes a unified, learnable framework by formulating model editing as a reinforcement learning problem for the first time. An agent learns to edit model parameters autonomously within two environments—MaskWorld (multiplicative mask scaling) and ShiftWorld (additive weight shifting)—guided by a multi-objective reward function that balances task-specific objectives with overall model performance preservation. Experiments demonstrate that the approach effectively reduces accuracy on forget sets to nearly 0% while maintaining over 90% accuracy on retain sets in machine unlearning tasks. In bias mitigation scenarios, it improves fairness metrics by more than 5% without compromising classification utility.

bias mitigationmachine unlearningneural model editing

This work proposes a biologically inspired, unsupervised personalization method that eliminates the need for backpropagation and labeled data, addressing the inefficiency of conventional deep neural networks in resource-constrained settings. Drawing inspiration from neural pruning mechanisms in the brain, the approach introduces a fine-grained, plasticity-driven pruning strategy into mainstream architectures such as ResNet-50 for the first time. Evaluated on benchmarks including ImageNet, the method achieves approximately 70% sparsity while boosting accuracy to around 90%, substantially reducing computational overhead. This demonstrates a notable departure from the typical trade-off between model efficiency and performance, as the technique simultaneously lowers resource consumption and enhances predictive accuracy.

backpropagationbiological inspirationlabel-free learning

This work proposes a biologically inspired approach to generate sparse, modular recurrent neural networks from highly compressed genotypic encodings for efficiently solving complex temporal tasks. By integrating genotypic compression with modular reservoir computing for the first time, the method employs a hypernetwork to learn a structured generative process and introduces a dual developmental-evolutionary learning paradigm augmented with curriculum-based meta-learning. The resulting networks exhibit strong modularity and sparsity, achieving high performance and robustness with minimal task-specific training. Empirical evaluations demonstrate that the generated architectures significantly outperform existing methods across multiple challenging temporal benchmarks, highlighting the efficacy of combining developmental principles with evolutionary and meta-learning strategies in neural architecture design.

developmental learninggenomic bottleneckmodular reservoir

Hot Scholars

TL

Tianming Liu

Distinguished Research Professor of Computer Science, University of Georgia
BrainBrain-Inspired AILLMArtificial General Intelligence
MS

Martin Schrimpf

EPFL
NeuroAIComputational NeuroscienceDeep LearningVision
YC

Yuqian Chen

Postdoc Research Fellow; Harvard Medical School; The University of Sydney
medical computer vision
GL

Guoqi Li

Professor, Institue of Automation,Chinese Academy of Sciences,Previously Tsinghua University
Brain inspired computingSpiking neural networksBrain inspired large modelsNeuroAI
JR

Jean-Rémi King

Meta
neuroscienceartificial intelligencehuman cognitiondecoding