Attention is a fundamental component behind the remarkable achievements of large language models (LLMs). However, our current understanding of the attention mechanism, especially regarding how attention distributions are established, remains limited. Inspired by recent studies that explore the presence of attention sink in the initial token, which receives disproportionately large attention scores despite their lack of semantic importance, this work delves deeper into this phenomenon. We aim to provide a more profound understanding of the existence of attention sinks within LLMs and to uncover ways to enhance the achievable accuracy of LLMs by directly optimizing the attention distributions, without the need for weight finetuning. Specifically, this work begins with comprehensive visualizations of the attention distributions in LLMs during inference across various inputs and tasks. Based on these visualizations, to the best of our knowledge, we are the first to discover that (1) attention sinks occur not only at the start of sequences but also within later tokens of the input, and (2) not all attention sinks have a positive impact on the achievable accuracy of LLMs. Building upon our findings, we propose a training-free Attention Calibration Technique (ACT) that automatically optimizes the attention distributions on the fly during inference in an input-adaptive manner. Extensive experiments validate that ACT consistently enhances the accuracy of various LLMs across different applications. Specifically, ACT achieves an average improvement of up to 7.30% in accuracy across different datasets when applied to Llama-30B.
Recent studies (e.g., StreamLLM [Xiao et al, ICLR 2024]) observes there are certain tokens extract excessively high attention but only contain limited semantic information. They only observe the attention sink phenomenon in initial tokens and consider the attention sink is helping LLMs by preserving the attention distribution.
In this paper, we aim to dive deeper in this phenomenon and answer the following three research questions:
Visualization of accuracy improvement in the MMLU dataset (Hendrycks et al., 2020) achieved by reducing the attention score of later attention sinks in the middle of input sequences for each individual head separately. It shows that later attention sinks in the most of attention heads are hurting the performance of LLMs as removing them can improve the accuracy.
To ahcieve this goal, we propose Attention Calibration Technique (ACT), featuring the following three steps:
Attention map visualizaiton before and after applying our proposed ACT.
With our proposed ACT, we can
ACT on open-ended question-answering datasets using Llama2-chat with different sizes. Each result for SQuADv1/v2 is presented as the exact match score/F1 score. On MT-Bench, ACT reduces the gap between smaller and larger Llama2 model by 33%.
ACT on text classification datasets
ACT on domain-specific multiple choice datasets
@article{yu2024unveiling,
title={Unveiling and Harnessing Hidden Attention Sinks: Enhancing Large Language Models without Training through Attention Calibration},
author={Yu, Zhongzhi and Wang, Zheng and Fu, Yonggan and Shi, Huihong and Shaikh, Khalid and Lin, Yingyan Celine},
journal={arXiv preprint arXiv:2406.15765},
year={2024}
}
This work is supported by the National Science Foundation (NSF) through the CCRI funding (Award number: 2016727) and CoCoSys, one of seven centers in JUMP 2.0, a Semiconductor Research Corporation (SRC) program sponsored by DARPA.
The website template was borrowed from Instant Neural Graphics Primitives.