Home

Awesome

<h2 align='center'> Attention Heads of Large Language Models: A Survey<br>(Awesome Attention Heads) </h2> <div align='center'> <p align="center"> <!-- Awesome badges--> <a href="https://github.com/IAAR-Shanghai/Awesome-Attention-Heads"> <img src="https://img.shields.io/static/v1?label=&message=Awesome+Attention+Heads&color=black&logo=awesomelists"> </a> <!-- arxiv badges --> <a href="https://arxiv.org/abs/2409.03752"> <img src="https://img.shields.io/badge/Paper-red?style=flat&logo=arxiv"> </a> <!-- hf --> <a href="https://huggingface.co/papers/2409.03752"> <img src="https://img.shields.io/badge/-%F0%9F%A4%97%20Hugging_Face-orange?style=flat"/> </a> <!-- Last commit --> <img src="https://img.shields.io/github/last-commit/IAAR-Shanghai/Awesome-Attention-Heads?color=green"> </p> </div> <div align="center"> <p> <a href="https://github.com/fan2goa1">Zifan Zheng</a><sup>1*</sup>, <a href="https://github.com/wyzh0912">Yezhaohui Wang</a><sup>1*</sup>, <a href="https://github.com/saythe17">Yuxin Huang</a><sup>2*</sup>, <a href="https://github.com/Ki-Seki">Shichao Song</a><sup>1</sup>, Bo Tang<sup>1</sup>, Feiyu Xiong<sup>1</sup>, Zhiyu Li<sup>1†</sup> </p> <p> <sup>1</sup><a href="https://www.iaar.ac.cn/">Institute for Advanced Algorithms Research (IAAR), Shanghai</a>, <br> <sup>2</sup><a href="https://air.tsinghua.edu.cn">Institute for AI Industry Research (AIR), Tsinghua University</a> </p> </div> <div align="center"> <p> <sup>*</sup>Equal contribution. <br> <sup>†</sup>Corresponding author: Zhiyu Li (<a href="mailto:lizy@iaar.ac.cn">lizy@iaar.ac.cn</a>). </p> </div>

[!IMPORTANT]

πŸ“’ News

πŸ“° Table of Contents

πŸŽ‰ Background

With the development of Large Language Model (LLMs), their underlying network structure, the Transformer, is being extensively studied. Researching the Transformer structure helps us enhance our understanding of this "black box" and improve model interpretability. Recently, there has been an increasing body of work suggesting that the model contains two distinct partitions: attention mechanisms used for behavior, inference, and analysis, and Feed-Forward Networks (FFN) for knowledge storage. The former is crucial for revealing the functional capabilities of the model, leading to a series of studies exploring various functions within attention mechanisms, which we have termed Attention Head Mining.

πŸ” About Our Survey

In this survey, we delve into the potential mechanisms of how attention heads in LLMs contribute to the reasoning process.

Highlights:

<div align="center"> <img src="assets/four_steps.png" alt="Survey Framework" width="70%"> </div> <div align="center"> <img src="assets/piechart.jpg" alt="Survey Framework" width="72%"> </div>

πŸ“š Paper List

Papers below are ordered by publication date:

<details> <summary><strong>Year 2024</strong></summary> <table style="width: 100%;"> <tr> <td><strong>Date</strong></td> <td><strong>Paper & Summary</strong></td> <td><strong>Tags</strong></td> <td><strong>Links</strong></td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-08-01</td> <td style="width: 55%;"><strong>Enhancing Semantic Consistency of Large Language Models through Model Editing: An Interpretability-Oriented Approach</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Consistency_Head-blue" alt="Consistency Head Badge"></td> <td style="width: 15%;"><a href="https://aclanthology.org/2024.findings-acl.199/"><img src="https://img.shields.io/badge/ACL_Findings-Paper-%23D2691E" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Introduces a cost-effective model editing approach focusing on attention heads to enhance semantic consistency in LLMs without extensive parameter changes.<br> β€’ Analyzed attention heads, injected biases, and tested on NLU and NLG datasets.<br> β€’ Achieved notable improvements in semantic consistency and task performance, with strong generalization across additional tasks. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-07-31</td> <td style="width: 55%;"><strong>Correcting Negative Bias in Large Language Models through Negative Attention Score Alignment</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Negative_Head-blue" alt="Negative Head Badge"></td> <td style="width: 15%;"><a href="https://arxiv.org/abs/2408.00137"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Introduced Negative Attention Score (NAS) to quantify and correct negative bias in language models.<br> β€’ Identified negatively biased attention heads and proposed Negative Attention Score Alignment (NASA) for fine-tuning.<br> β€’ NASA effectively reduced the precision-recall gap while preserving generalization in binary decision tasks. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-07-29</td> <td style="width: 55%;"><strong>Detecting and Understanding Vulnerabilities in Language Models via Mechanistic Interpretability</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Vulnerable_Head-blue" alt="Vulnerable Head Badge"></td> <td style="width: 15%;"><a href="https://arxiv.org/abs/2407.19842"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Introduces a method using Mechanistic Interpretability (MI) to detect and understand vulnerabilities in LLMs, particularly adversarial attacks.<br> β€’ Analyzes GPT-2 Small for vulnerabilities in predicting 3-letter acronyms.<br> β€’ Successfully identifies and explains specific vulnerabilities in the model related to the task. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-07-22</td> <td style="width: 55%;"><strong>RazorAttention: Efficient KV Cache Compression Through Retrieval Heads</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Retrieval_Head-blue" alt="Retrieval Head Badge"></td> <td style="width: 15%;"><a href="https://arxiv.org/abs/2407.15891"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Introduced RazorAttention, a training-free KV cache compression technique using retrieval heads and compensation tokens to preserve critical token information.<br> β€’ Evaluated RazorAttention on large language models (LLMs) for efficiency.<br> β€’ Achieved over 70% KV cache size reduction with no noticeable performance impact. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-07-21</td> <td style="width: 55%;"><strong>Answer, Assemble, Ace: Understanding How Transformers Answer Multiple Choice Questions</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Answer_Head-blue" alt="Answer Head Badge"></td> <td style="width: 15%;"><a href="https://arxiv.org/abs/2407.15018"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ The paper introduces vocabulary projection and activation patching to localize hidden states that predict the correct MCQA answers.<br> β€’ Identified key attention heads and layers responsible for answer selection in transformers.<br> β€’ Middle-layer attention heads are crucial for accurate answer prediction, with a sparse set of heads playing unique roles. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-07-09</td> <td style="width: 55%;"><strong>Induction Heads as an Essential Mechanism for Pattern Matching in In-context Learning</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Induction_Head-blue" alt="Induction Head Badge"></td> <td style="width: 15%;"><a href="https://arxiv.org/abs/2407.07011"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ The article identifies induction heads as crucial for pattern matching in in-context learning (ICL).<br> β€’ Evaluated Llama-3-8B and InternLM2-20B on abstract pattern recognition and NLP tasks.<br> β€’ Ablating induction heads reduces ICL performance by up to ~32%, bringing it close to random for pattern recognition. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-07-01</td> <td style="width: 55%;"><strong>Steering Large Language Models for Cross-lingual Information Retrieval</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Accuracy_Head-blue" alt="Accuracy Head Badge"><img src="https://img.shields.io/badge/Coherence_Head-blue" alt="Coherence Head Badge"></td> <td style="width: 15%;"><a href="https://dl.acm.org/doi/10.1145/3626772.3657819"><img src="https://img.shields.io/badge/SIGIR-Paper-%23D2691E" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Introduces Activation Steered Multilingual Retrieval (ASMR), using steering activations to guide LLMs for improved cross-lingual information retrieval.<br> β€’ Identified attention heads in LLMs affecting accuracy and language coherence, and applied steering activations.<br> β€’ ASMR achieved state-of-the-art performance on CLIR benchmarks like XOR-TyDi QA and MKQA. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-06-21</td> <td style="width: 55%;"><strong>MoA: Mixture of Sparse Attention for Automatic Large Language Model Compression</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Local--context_Head-blue" alt="Local-context Head Badge"></td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2406.14909"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> <a href="https://github.com/thu-nics/MoA"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ The paper introduces Mixture of Attention (MoA), which tailors distinct sparse attention configurations for different heads and layers, optimizing memory, throughput, and accuracy-latency trade-offs.<br> β€’ MoA profiles models, explores attention configurations, and improves LLM compression.<br> β€’ MoA increases effective context length by 3.9Γ—, while reducing GPU memory usage by 1.2-1.4Γ—. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-06-19</td> <td style="width: 55%;"><strong>On the Difficulty of Faithful Chain-of-Thought Reasoning in Large Language Models</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Faithfulness_Head-blue" alt="Faithfulness Head Badge"></td> <td style="width: 15%;"> <a href="https://openreview.net/forum?id=3h0kZdPhAC"><img src="https://img.shields.io/badge/ICML-Paper-%23D2691E" alt="Paper Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Introduced novel strategies for in-context learning, fine-tuning, and activation editing to improve Chain-of-Thought (CoT) reasoning faithfulness in LLMs.<br> β€’ Tested these strategies across multiple benchmarks to evaluate their effectiveness.<br> β€’ Found only limited success in enhancing CoT faithfulness, highlighting the challenge in achieving truly faithful reasoning in LLMs. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-06-03</td> <td style="width: 55%;"><strong>LoFiT: Localized Fine-tuning on LLM Representations</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Accuracy_Head-blue" alt="Accuracy Head Badge"></td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2406.01563"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> <a href="https://github.com/fc2869/lo-fit"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Introduces Localized Fine-tuning on LLM Representations (LoFiT), a two-step framework to identify important attention heads of a given task and learn task-specific offset vectors to intervene on the representations of the identified heads.<br> β€’ Identified sparse sets of important attention heads for improving downstream accuracy on truthfulness and reasoning <br> β€’ LoFiT outperformed other representation intervention methods and achieved comparable performance to PEFT methods on TruthfulQA, CLUTRR, and MQuAKE, despite only intervening on 10% of the total attention heads in LLMs. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-05-28</td> <td style="width: 55%;"><strong>Knowledge Circuits in Pretrained Transformers</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Mover_Head-blue" alt="Mover Head Badge"> <img src="https://img.shields.io/badge/Relation_Head-blue" alt="Relation Head Badge"></td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2405.17969"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> <a href="https://github.com/zjunlp/KnowledgeCircuits"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Introduced "knowledge circuits" in transformers, revealing how specific knowledge is encoded through interaction among attention heads, relation heads, and MLPs.<br> β€’ Analyzed GPT-2 and TinyLLAMA to identify knowledge circuits; evaluated knowledge editing techniques.<br> β€’ Demonstrated how knowledge circuits contribute to model behaviors like hallucinations and in-context learning. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-05-23</td> <td style="width: 55%;"><strong>Linking In-context Learning in Transformers to Human Episodic Memory</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Induction_Head-blue" alt="Induction Head Badge"></td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2405.14992"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Links in-context learning in Transformer models to human episodic memory, highlighting similarities between induction heads and the contextual maintenance and retrieval (CMR) model.<br> β€’ Analysis of Transformer-based LLMs to demonstrate CMR-like behavior in attention heads.<br> β€’ CMR-like heads emerge in intermediate layers, mirroring human memory biases. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-05-07</td> <td style="width: 55%;"><strong>How does GPT-2 Predict Acronyms? Extracting and Understanding a Circuit via Mechanistic Interpretability</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Letter_Mover_Head-blue" alt="Letter Mover Head Badge"></td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2405.04156"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ First mechanistic interpretability study on GPT-2 for predicting multi-token acronyms using attention heads.<br> β€’ Identified and interpreted a circuit of 8 attention heads responsible for acronym prediction.<br> β€’ Demonstrated that these 8 heads (~5% of total) concentrate the acronym prediction functionality. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-05-02</td> <td style="width: 55%;"><strong>What needs to go right for an induction head? A mechanistic study of in-context learning circuits and their formation</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Induction_Head-blue" alt="Induction Head Badge"></td> <td style="width: 15%;"> <a href="https://openreview.net/forum?id=O8rrXl71D5"><img src="https://img.shields.io/badge/ICML-Paper-%23D2691E" alt="Paper Badge"></a> <a href="https://github.com/aadityasingh/icl-dynamics"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Introduced an optogenetics-inspired causal framework to study induction head (IH) formation in transformers.<br> β€’ Analyzed IH emergence in transformers using synthetic data and identified three underlying subcircuits responsible for IH formation.<br> β€’ Discovered that these subcircuits interact to drive IH formation, coinciding with a phase change in model loss. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-04-24</td> <td style="width: 55%;"><strong>Retrieval Head Mechanistically Explains Long-Context Factuality</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Retrieval_Head-blue" alt="Retrieval Head Badge"></td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2404.15574"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> <a href="https://github.com/nightdessert/Retrieval_Head"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Identified "retrieval heads" in transformer models responsible for retrieving information across long contexts.<br> β€’ Systematic investigation of retrieval heads across various models, including analysis of their role in chain-of-thought reasoning.<br> β€’ Pruning retrieval heads leads to hallucination, while pruning non-retrieval heads doesn't affect retrieval ability. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-03-27</td> <td style="width: 55%;"><strong>Non-Linear Inference Time Intervention: Improving LLM Truthfulness</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Truthfulness_Head-blue" alt="Truthfulness Head Badge"></td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2403.18680"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> <a href="https://github.com/Samsung/NL-ITI"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Introduced Non-Linear Inference Time Intervention (NL-ITI), enhancing LLM truthfulness by multi-token probing and intervention without fine-tuning.<br> β€’ Evaluated NL-ITI on multiple-choice datasets, including TruthfulQA.<br> β€’ Achieved a 16% relative improvement in MC1 accuracy on TruthfulQA over baseline ITI. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-02-28</td> <td style="width: 55%;"><strong>Cutting Off the Head Ends the Conflict: A Mechanism for Interpreting and Mitigating Knowledge Conflicts in Language Models</strong></td> <td style="width: 15%;"> <img src="https://img.shields.io/badge/Memory_Head-blue" alt="Memory Head Badge"> <img src="https://img.shields.io/badge/Context_Head-blue" alt="Context Head Badge"> </td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2402.18154"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Introduces the PH3 method to prune conflicting attention heads, mitigating knowledge conflicts in language models without parameter updates.<br> β€’ Applied PH3 to control LMs' reliance on internal memory vs. external context and tested its effectiveness on open-domain QA tasks.<br> β€’ PH3 improved internal memory usage by 44.0% and external context usage by 38.5%. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-02-27</td> <td style="width: 55%;"><strong>Information Flow Routes: Automatically Interpreting Language Models at Scale</strong></td> <td style="width: 15%;"> <img src="https://img.shields.io/badge/Positional_Head-blue" alt="Positional Head Badge"> <img src="https://img.shields.io/badge/Subword_merging_Head-blue" alt="Subword Merging Head Badge"> </td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2403.00824"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> <a href="https://github.com/facebookresearch/llm-transparency-tool"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Introduces "Information Flow Routes" using attribution for graph-based interpretation of language models, avoiding activation patching.<br> β€’ Experiments with Llama 2, identifying key attention heads and behavior patterns across different domains and tasks.<br> β€’ Uncovered specialized model components; identified consistent roles for attention heads, such as handling tokens of the same part of speech. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-02-20</td> <td style="width: 55%;"><strong>Identifying Semantic Induction Heads to Understand In-Context Learning</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Induction_Head-blue" alt="Induction Head Badge"></td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2402.13055v1"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Identifies and studies "semantic induction heads" in large language models (LLMs) that correlate with in-context learning abilities.<br> β€’ Analyzed attention heads for encoding syntactic dependencies and knowledge graph relations.<br> β€’ Certain attention heads enhance output logits by recalling relevant tokens, crucial for understanding in-context learning in LLMs. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-02-16</td> <td style="width: 55%;"><strong>The Evolution of Statistical Induction Heads: In-Context Learning Markov Chains</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Induction_Head-blue" alt="Induction Head Badge"></td> <td style="width: 15%;"> <a href="https://arxiv.org/abs/2402.11004"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Introduces a Markov Chain sequence modeling task to analyze how in-context learning (ICL) capabilities emerge in transformers, forming "statistical induction heads."<br> β€’ Empirical and theoretical investigation of multi-phase training in transformers on Markov Chain tasks.<br> β€’ Demonstrates phase transitions from unigram to bigram predictions, influenced by transformer layer interactions. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2024-02-11</td> <td style="width: 55%;"><strong>Summing Up the Facts: Additive Mechanisms Behind Factual Recall in LLMs</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Mover_Head-blue" alt="Mover Head Badge"> <img src="https://img.shields.io/badge/Relation_Head-blue" alt="Relation Head Badge"></td> <td style="width: 15%;"><a href="https://www.arxiv.org/abs/2402.07321"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Identifies and explains the "additive motif" in factual recall, where LLMs use multiple independent mechanisms that constructively interfere to recall facts.<br> β€’ Extended direct logit attribution to analyze attention heads and unpacked the behavior of mixed heads.<br> β€’ Demonstrated that factual recall in LLMs results from the sum of multiple, independently insufficient contributions. </td> </tr> <tr> <td rowspan="2">2024-02-05</td> <td><strong>How do Large Language Models Learn In-Context? Query and Key Matrices of In-Context Heads are Two Towers for Metric Learning</strong></td> <td><img src="https://img.shields.io/badge/In--Context_Head-blue" alt="In-Context Head Badge"></td> <td><a href="https://arxiv.org/abs/2402.02872"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Introduces the concept that query and key matrices in in-context heads operate as "two towers" for metric learning, facilitating similarity computation between label features.<br> β€’ Analyzed in-context learning mechanisms; identified specific attention heads crucial for ICL.<br> β€’ Reduced ICL accuracy from 87.6% to 24.4% by intervening in only 1% of these heads. </td> </tr> <tr> <td rowspan="2">2024-01-16</td> <td><strong>Circuit Component Reuse Across Tasks in Transformer Language Models</strong></td> <td><img src="https://img.shields.io/badge/Content_Gatherer_Head-blue" alt="Content Gatherer Head Badge"></td> <td> <a href="https://openreview.net/forum?id=fpoAYV6Wsk"><img src="https://img.shields.io/badge/ICLR-Paper-%23D2691E" alt="Paper Badge"></a> <a href="https://github.com/jmerullo/circuit_reuse"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ The paper demonstrates that specific circuits in GPT-2 can generalize across different tasks, challenging the notion that such circuits are task-specific.<br> β€’ It examines the reuse of circuits from the Indirect Object Identification (IOI) task in the Colored Objects task.<br> β€’ Adjusting four attention heads boosts accuracy from 49.6% to 93.7% in the Colored Objects task. </td> </tr> <tr> <td rowspan="2">2024-01-16</td> <td><strong>Successor Heads: Recurring, Interpretable Attention Heads In The Wild</strong></td> <td><img src="https://img.shields.io/badge/Successor_Head-blue" alt="Successor Head Badge"></td> <td><a href="https://openreview.net/forum?id=kvcbV8KQsi"><img src="https://img.shields.io/badge/ICLR-Poster-%23D2691E" alt="Poster Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ The paper introduces "Successor Heads," attention heads in LLMs that increment tokens with natural orderings, like days or numbers.<br> β€’ It analyzes the formation of successor heads across various model sizes and architectures, such as GPT-2 and Llama-2.<br> β€’ Successor heads are found in models ranging from 31M to 12B parameters, revealing abstract, recurring numeric representations. </td> </tr> <tr> <td rowspan="2">2024-01-16</td> <td><strong>Function Vectors in Large Language Models</strong></td> <td><img src="https://img.shields.io/badge/Function_Vector_Head-blue" alt="Function Vector Head Badge"></td> <td> <a href="https://openreview.net/forum?id=AwyxtyMwaG&noteId=6Qv7kx00La"><img src="https://img.shields.io/badge/ICLR-Paper-%23D2691E" alt="Paper Badge"></a> <a href="https://functions.baulab.info/"><img src="https://img.shields.io/badge/Git-Page-black?logo=internet-explorer" alt="Project Page Badge"></a> <a href="https://github.com/ericwtodd/function_vectors"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> <a href="https://github.com/ericwtodd/function_vectors/tree/main/dataset_files"><img src="https://img.shields.io/badge/GitHub-Data-brightgreen?logo=github" alt="Data Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ The article introduces "Function Vectors (FVs)," compact, causal representations of tasks within autoregressive transformer models.<br> β€’ FVs were tested across diverse in-context learning (ICL) tasks, models, and layers.<br> β€’ FVs can be summed to create vectors that trigger new, complex tasks, demonstrating internal vector composition. </td> </tr> </table> </details> <details> <summary><strong>Year 2023</strong></summary> <table style="width: 100%;"> <tr> <td><strong>Date</strong></td> <td><strong>Paper & Summary</strong></td> <td><strong>Tags</strong></td> <td><strong>Links</strong></td> </tr> <tr> <td rowspan="2" style="width: 15%;">2023-10-23</td> <td style="width: 55%;"><strong>Linear Representations of Sentiment in Large Language Models</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Direct_effect_Head-blue" alt="Direct Effect Head Badge"></td> <td style="width: 15%;"><a href="https://arxiv.org/abs/2310.15154"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ The paper identifies a linear direction in activation space that captures sentiment representation in Large Language Models (LLMs).<br> β€’ They isolated this sentiment direction and tested it on tasks including Stanford Sentiment Treebank.<br> β€’ Ablating this sentiment direction leads to a 76% reduction in classification accuracy, highlighting its importance. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2023-10-06</td> <td style="width: 55%;"><strong>Copy Suppression: Comprehensively Understanding an Attention Head</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Copy_Suppression_Head-blue" alt="Copy Suppression Head Badge"></td> <td style="width: 15%;"><a href="https://arxiv.org/abs/2310.04625"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a> <a href="https://copy-suppression.streamlit.app/"><img src="https://img.shields.io/badge/Demo-View-purple?logo=internet-explorer" alt="Demo Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ The paper introduces the concept of copy suppression in a GPT-2 Small attention head (L10H7), which reduces naive token copying, enhancing model calibration.<br> β€’ The paper investigates and explains the mechanism of copy suppression and its role in <strong>self-repair</strong>.<br> β€’ 76.9% of L10H7's impact in GPT-2 Small is explained, making it the most comprehensive description of an attention head's role. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2023-09-22</td> <td style="width: 55%;"><strong>Inference-Time Intervention: Eliciting Truthful Answers from a Language Model</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Truthfulness_Head-blue" alt="Truthfulness Head Badge"></td> <td style="width: 15%;"><a href="https://openreview.net/forum?id=aLLuYpn83y"><img src="https://img.shields.io/badge/NeurIPS-Paper-%23D2691E" alt="Paper Badge"></a> <a href="https://github.com/likenneth/honest_llama"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Introduced Inference-Time Intervention (ITI) to enhance LLM truthfulness by adjusting model activations in select attention heads.<br> β€’ Improved LLaMA model performance on the TruthfulQA benchmark.<br> β€’ ITI increased Alpaca model's truthfulness from 32.5% to 65.1%. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2023-09-22</td> <td style="width: 55%;"><strong>Birth of a Transformer: A Memory Viewpoint</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Induction_Head-blue" alt="Induction Head Badge"></td> <td style="width: 15%;"><a href="https://openreview.net/forum?id=3X2EbBLNsk"><img src="https://img.shields.io/badge/NeurIPS-Paper-%23D2691E" alt="Paper Badge"></a> <a href="https://github.com/albietz/transformer-birth"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ The paper presents a memory-based perspective on transformers, highlighting associative memories in weight matrices and their gradient-driven learning.<br> β€’ Empirical analysis of training dynamics on a simplified transformer model with synthetic data.<br> β€’ Discovery of rapid global bigram learning and the slower emergence of an "induction head" for in-context bigrams. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2023-07-18</td> <td style="width: 55%;"><strong>Does Circuit Analysis Interpretability Scale? Evidence from Multiple Choice Capabilities in Chinchilla</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Correct_Letter_Head-blue" alt="Correct Letter Head Badge"> <img src="https://img.shields.io/badge/Content_Gatherer_Head-blue" alt="Content Gatherer Head Badge"> <img src="https://img.shields.io/badge/Amplification_Head-blue" alt="Amplification Head Badge"> <img src="https://img.shields.io/badge/Constant_Head-blue" alt="Constant Head Badge"> <img src="https://img.shields.io/badge/Single_Letter_Head-blue" alt="Single Letter Head Badge"></td> <td style="width: 15%;"><a href="https://arxiv.org/abs/2307.09458"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Scalable circuit analysis applied to a 70B Chinchilla language model for understanding multiple-choice question answering.<br> β€’ Logit attribution, attention pattern visualization, and activation patching to identify and categorize key attention heads.<br> β€’ Identified "Nth item in an enumeration" feature in attention heads, though it's only a partial explanation. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2023-02-02</td> <td style="width: 55%;"><strong>Interpretability in the Wild: a Circuit for Indirect Object Identification in GPT-2 small</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Induction_Head-blue" alt="Induction Head Badge"> <img src="https://img.shields.io/badge/S--Inhibition_Head-blue" alt="S-Inhibition Head Badge"> <img src="https://img.shields.io/badge/Name_Mover_Head-blue" alt="Name Mover Head Badge"> <img src="https://img.shields.io/badge/Previous_Token_Head-blue" alt="Previous Token Head Badge"> <img src="https://img.shields.io/badge/Duplicate_Token_Head-blue" alt="Duplicate Token Head Badge"> <img src="https://img.shields.io/badge/Negative_Name_Mover_Head-blue" alt="Negative Name Mover Head Badge"> <img src="https://img.shields.io/badge/Backup_Name_Mover_Head-blue" alt="Backup Name Mover Head Badge"></td> <td style="width: 15%;"><a href="https://openreview.net/forum?id=NpsVSN6o4ul"><img src="https://img.shields.io/badge/ICLR-Paper-%23D2691E" alt="Paper Badge"></a> <a href="https://github.com/redwoodresearch/Easy-Transformer"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ The paper introduces a detailed explanation of how GPT-2 small performs indirect object identification (IOI) using a large circuit involving 28 attention heads grouped into 7 classes.<br> β€’ They reverse-engineered the IOI task in GPT-2 small using causal interventions and projections.<br> β€’ The study demonstrates that mechanistic interpretability of large language models is feasible. </td> </tr> </table> </details> <details> <summary><strong>Before ChatGPT Announced</strong></summary> <table style="width: 100%;"> <tr> <td><strong>Date</strong></td> <td><strong>Paper & Summary</strong></td> <td><strong>Tags</strong></td> <td><strong>Links</strong></td> </tr> <tr> <td rowspan="2" style="width: 15%;">2022-03-08</td> <td style="width: 55%;"><strong>In-context Learning and Induction Heads</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Induction_Head-blue" alt="Induction Head Badge"></td> <td style="width: 15%;"><a href="https://transformer-circuits.pub/2022/in-context-learning-and-induction-heads/index.html"><img src="https://img.shields.io/badge/Anthropic-Paper-%23D2691E" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ The paper identifies "induction heads" in Transformer models, which enable in-context learning by recognizing and copying patterns in sequences.<br> β€’ Analyzes attention patterns and induction heads across various layers in different Transformer models.<br> β€’ Found that induction heads are crucial for enabling Transformers to generalize and perform in-context learning tasks effectively. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2021-12-22</td> <td style="width: 55%;"><strong>A Mathematical Framework for Transformer Circuits</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Induction_Head-blue" alt="Induction Head Badge"></td> <td style="width: 15%;"><a href="https://transformer-circuits.pub/2021/framework/index.html"><img src="https://img.shields.io/badge/Anthropic-Paper-%23D2691E" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Introduces a mathematical framework to reverse-engineer small attention-only transformers, focusing on understanding attention heads as independent, additive components.<br> β€’ Analyzed zero, one, and two-layer transformers to identify the role of attention heads in information movement and composition.<br> β€’ Discovered "induction heads," crucial for in-context learning in two-layer transformers. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2021-05-18</td> <td style="width: 55%;"><strong>The Heads Hypothesis: A Unifying Statistical Approach Towards Understanding Multi-Headed Attention in BERT</strong></td> <td style="width: 15%;"> <img src="https://img.shields.io/badge/Local_Head-blue" alt="Local Head Badge"> <img src="https://img.shields.io/badge/Syntactic_Head-blue" alt="Syntactic Head Badge"> <img src="https://img.shields.io/badge/Delimiter_Head-blue" alt="Delimiter Head Badge"> <img src="https://img.shields.io/badge/Block_Head-blue" alt="Block Head Badge"> </td> <td style="width: 15%;"> <a href="https://ojs.aaai.org/index.php/AAAI/article/view/17605"><img src="https://img.shields.io/badge/AAAI-Paper-%23D2691E" alt="Paper Badge"></a> <a href="https://github.com/iitmnlp/heads-hypothesis"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ The paper proposes a novel method called "Sparse Attention" that reduces the computational complexity of attention mechanisms by selectively focusing on important tokens.<br> β€’ The method was evaluated on machine translation and text classification tasks.<br> β€’ The sparse attention model achieves comparable accuracy to dense attention while significantly reducing computational cost. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2021-04-01</td> <td style="width: 55%;"><strong>Have Attention Heads in BERT Learned Constituency Grammar?</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Constituency_grammar_inducing_Head-blue" alt="Constituency Grammar Inducing Head Badge"></td> <td style="width: 15%;"><a href="https://aclanthology.org/2021.eacl-srw.2/"><img src="https://img.shields.io/badge/ACL-Paper-%23D2691E" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ The study introduces a syntactic distance method to analyze constituency grammar in BERT and RoBERTa attention heads.<br> β€’ Constituency grammar was extracted and analyzed pre- and post-fine-tuning on SMS and NLI tasks.<br> β€’ NLI tasks increase constituency grammar inducing ability, while SMS tasks decrease it in upper layers. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2019-11-27</td> <td style="width: 55%;"><strong>Do Attention Heads in BERT Track Syntactic Dependencies?</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Syntactic_dependency_Head-blue" alt="Syntactic Dependency Head Badge"></td> <td style="width: 15%;"><a href="https://arxiv.org/abs/1911.12246"><img src="https://img.shields.io/badge/arXiv-Paper-%23D2691E?logo=arxiv" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ The paper investigates whether individual attention heads in BERT capture syntactic dependencies, using attention weights to extract dependency relations.<br> β€’ Analyzed BERT's attention heads using maximum attention weights and maximum spanning trees, comparing them to Universal Dependency trees.<br> β€’ Some attention heads track specific syntactic dependencies better than baselines, but no head performs holistic parsing significantly better. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2019-11-01</td> <td style="width: 55%;"><strong>Adaptively Sparse Transformers</strong></td> <td style="width: 15%;"> <img src="https://img.shields.io/badge/Positional_Head-blue" alt="Positional Head Badge"> <img src="https://img.shields.io/badge/BPE--merging_Head-blue" alt="BPE-merging Head Badge"> <img src="https://img.shields.io/badge/Interrogation_Head-blue" alt="Interrogation Head Badge"> </td> <td style="width: 15%;"> <a href="https://aclanthology.org/D19-1223/"><img src="https://img.shields.io/badge/EMNLP-Paper-%23D2691E" alt="Paper Badge"></a> <a href="https://github.com/deep-spin/entmax"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ Introduced the adaptively sparse Transformer using alpha-entmax to allow flexible, context-dependent sparsity in attention heads.<br> β€’ Applied to machine translation datasets to assess interpretability and head diversity.<br> β€’ Achieved diverse attention distributions and improved interpretability without compromising accuracy. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2019-08-01</td> <td style="width: 55%;"><strong>What does BERT look at? An Analysis of BERT’s Attention</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Syntactic_Head-blue" alt="Syntactic Head Badge"></td> <td style="width: 15%;"> <a href="https://aclanthology.org/W19-4828/"><img src="https://img.shields.io/badge/ACL-Paper-%23D2691E" alt="Paper Badge"></a> <a href="https://github.com/clarkkev/attention-analysis"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ The paper introduces methods to analyze BERT's attention mechanisms, revealing patterns that align with linguistic structures like syntax and coreference.<br> β€’ Analysis of attention heads, identification of syntactic and coreferential patterns, and development of an attention-based probing classifier.<br> β€’ BERT's attention heads capture substantial syntactic information, particularly in tasks like identifying direct objects and coreference. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2019-07-01</td> <td style="width: 55%;"><strong>Analyzing Multi-Head Self-Attention: Specialized Heads Do the Heavy Lifting, the Rest Can Be Pruned</strong></td> <td style="width: 15%;"> <img src="https://img.shields.io/badge/Positional_Head-blue" alt="Positional Head Badge"> <img src="https://img.shields.io/badge/Syntactic_Head-blue" alt="Syntactic Head Badge"> <img src="https://img.shields.io/badge/Rare_words_Head-blue" alt="Rare Words Head Badge"> </td> <td style="width: 15%;"> <a href="https://aclanthology.org/P19-1580/"><img src="https://img.shields.io/badge/ACL-Paper-%23D2691E" alt="Paper Badge"></a> <a href="https://github.com/lena-voita/the-story-of-heads"><img src="https://img.shields.io/badge/GitHub-Code-brightgreen?logo=github" alt="Code Badge"></a> </td> </tr> <tr> <td colspan="3"> β€’ The paper introduces a novel pruning method for multi-head self-attention that selectively removes less important heads without major performance loss.<br> β€’ Analysis of individual attention heads, identification of their specialized roles, and application of a pruning method on the Transformer model.<br> β€’ Pruning 38 out of 48 heads in the encoder led to only a 0.15 BLEU score drop. </td> </tr> <tr> <td rowspan="2" style="width: 15%;">2016-03-21</td> <td style="width: 55%;"><strong>Incorporating Copying Mechanism in Sequence-to-Sequence Learning</strong></td> <td style="width: 15%;"><img src="https://img.shields.io/badge/Retrieval_Head-blue" alt="Retrieval Head Badge"></td> <td style="width: 15%;"><a href="https://aclanthology.org/P16-1154/"><img src="https://img.shields.io/badge/ACL-Paper-%23D2691E" alt="Paper Badge"></a></td> </tr> <tr> <td colspan="3"> β€’ Introduces a copying mechanism into sequence-to-sequence models to allow direct copying of input tokens, improving handling of rare words.<br> β€’ Applied to machine translation and summarization tasks.<br> β€’ Achieved substantial improvements in translation accuracy, especially on rare word translation, compared to standard sequence-to-sequence models. </td> </tr> </table> </details>

:star: Star Trends

<a href="https://star-history.com/#IAAR-Shanghai/Awesome-Attention-Heads&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=IAAR-Shanghai/Awesome-Attention-Heads&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=IAAR-Shanghai/Awesome-Attention-Heads&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=IAAR-Shanghai/Awesome-Attention-Heads&type=Date" /> </picture> </a>