English

IntactKV: Improving Large Language Model Quantization by Keeping Pivot Tokens Intact

Computation and Language 2024-05-28 v2 Artificial Intelligence

Abstract

Large language models (LLMs) excel in natural language processing but demand intensive computation. To mitigate this, various quantization methods have been explored, yet they compromise LLM performance. This paper unveils a previously overlooked type of outliers in LLMs. Such outliers are found to allocate most of the attention scores on initial tokens of input, termed as pivot tokens, which are crucial to the performance of quantized LLMs. Given that, we propose IntactKV to generate the KV cache of pivot tokens losslessly from the full-precision model. The approach is simple and easy to combine with existing quantization solutions with no extra inference overhead. Besides, IntactKV can be calibrated as additional LLM parameters to boost the quantized LLMs further with minimal training costs. Mathematical analysis also proves that IntactKV effectively reduces the upper bound of quantization error. Empirical results show that IntactKV brings consistent improvement over various quantization methods across different LLMs and downstream tasks, leading to the new state-of-the-art for LLM quantization. The codes are available at https://github.com/ruikangliu/IntactKV.

Keywords

Cite

@article{arxiv.2403.01241,
  title  = {IntactKV: Improving Large Language Model Quantization by Keeping Pivot Tokens Intact},
  author = {Ruikang Liu and Haoli Bai and Haokun Lin and Yuening Li and Han Gao and Zhengzhuo Xu and Lu Hou and Jun Yao and Chun Yuan},
  journal= {arXiv preprint arXiv:2403.01241},
  year   = {2024}
}

Comments

Accepted by ACL 2024 findings

R2 v1 2026-06-28T15:07:09.302Z