Knowledge Circuits in Pretrained Transformers
Yunzhi Yao, Ningyu Zhang, Zekun Xi, Mengru Wang, Ziwen Xu, Shumin Deng, Huajun Chen
TL;DR
This work introduces Knowledge Circuits, a circuit-theoretic view of Transformer computation that treats knowledge as emergent from subgraphs spanning MLPs, attention heads, and embeddings. By causally ablating edges in the computation graph, the authors construct task-specific circuits that predict target entities from subject-relation prompts, and analyze how information flows through mover and relation heads. They show that compact circuits can retain most of the model’s knowledge, reveal mechanisms for knowledge editing, and help interpret phenomena such as factual hallucinations and in-context learning. The results suggest that knowledge circuits offer a concrete framework for understanding and improving how Transformers store, edit, and utilize knowledge, with practical implications for reducing hallucinations and guiding safer, more reliable editing strategies.
Abstract
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 workings of how these models store knowledge have long been a subject of intense interest and investigation among researchers. To date, most studies have concentrated on isolated components within these models, such as the Multilayer Perceptrons and attention head. In this paper, we delve into the computation graph of the language model to uncover the knowledge circuits that are instrumental in articulating specific knowledge. The experiments, conducted with GPT2 and TinyLLAMA, have allowed us to observe how certain information heads, relation heads, and Multilayer Perceptrons collaboratively encode knowledge within the model. Moreover, we evaluate the impact of current knowledge editing techniques on these knowledge circuits, providing deeper insights into the functioning and constraints of these editing methodologies. Finally, we utilize knowledge circuits to analyze and interpret language model behaviors such as hallucinations and in-context learning. We believe the knowledge circuits hold potential for advancing our understanding of Transformers and guiding the improved design of knowledge editing. Code and data are available in https://github.com/zjunlp/KnowledgeCircuits.
