English

Neuron-Level Knowledge Attribution in Large Language Models

Computation and Language 2024-09-26 v4 Machine Learning

Abstract

Identifying important neurons for final predictions is essential for understanding the mechanisms of large language models. Due to computational constraints, current attribution techniques struggle to operate at neuron level. In this paper, we propose a static method for pinpointing significant neurons. Compared to seven other methods, our approach demonstrates superior performance across three metrics. Additionally, since most static methods typically only identify "value neurons" directly contributing to the final prediction, we propose a method for identifying "query neurons" which activate these "value neurons". Finally, we apply our methods to analyze six types of knowledge across both attention and feed-forward network (FFN) layers. Our method and analysis are helpful for understanding the mechanisms of knowledge storage and set the stage for future research in knowledge editing. The code is available on https://github.com/zepingyu0512/neuron-attribution.

Keywords

Cite

@article{arxiv.2312.12141,
  title  = {Neuron-Level Knowledge Attribution in Large Language Models},
  author = {Zeping Yu and Sophia Ananiadou},
  journal= {arXiv preprint arXiv:2312.12141},
  year   = {2024}
}

Comments

Accepted by EMNLP 2024 main. This paper aims to identify the important neurons in large language models

R2 v1 2026-06-28T13:56:03.555Z