English

Interpreting Context Look-ups in Transformers: Investigating Attention-MLP Interactions

Computation and Language 2024-10-24 v2 Artificial Intelligence Machine Learning

Abstract

Understanding the inner workings of large language models (LLMs) is crucial for advancing their theoretical foundations and real-world applications. While the attention mechanism and multi-layer perceptrons (MLPs) have been studied independently, their interactions remain largely unexplored. This study investigates how attention heads and next-token neurons interact in LLMs to predict new words. We propose a methodology to identify next-token neurons, find prompts that highly activate them, and determine the upstream attention heads responsible. We then generate and evaluate explanations for the activity of these attention heads in an automated manner. Our findings reveal that some attention heads recognize specific contexts relevant to predicting a token and activate a downstream token-predicting neuron accordingly. This mechanism provides a deeper understanding of how attention heads work with MLP neurons to perform next-token prediction. Our approach offers a foundation for further research into the intricate workings of LLMs and their impact on text generation and understanding.

Keywords

Cite

@article{arxiv.2402.15055,
  title  = {Interpreting Context Look-ups in Transformers: Investigating Attention-MLP Interactions},
  author = {Clement Neo and Shay B. Cohen and Fazl Barez},
  journal= {arXiv preprint arXiv:2402.15055},
  year   = {2024}
}

Comments

Accepted to EMNLP 2024 Main Conference

R2 v1 2026-06-28T14:57:55.643Z