CLAIFeb 12, 2024

Anchor-based Large Language Models

arXiv:2402.07616v332 citationsh-index: 25ACL
Originality Incremental advance
AI Analysis

This work addresses memory efficiency for practical LLM applications, offering incremental improvements in resource utilization and computational speed.

The paper tackles the problem of high GPU memory demand in large language models (LLMs) by introducing Anchor-based LLMs (AnLLMs), which compress sequence information into an anchor token to reduce keys/values cache, achieving up to 99% cache reduction and 3.5 times faster inference while maintaining similar accuracy on question-answering benchmarks.

Large language models (LLMs) predominantly employ decoder-only transformer architectures, necessitating the retention of keys/values information for historical tokens to provide contextual information and avoid redundant computation. However, the substantial size and parameter volume of these LLMs require massive GPU memory. This memory demand increases with the length of the input text, leading to an urgent need for more efficient methods of information storage and processing. This study introduces Anchor-based LLMs (AnLLMs), which utilize an innovative anchor-based self-attention network (AnSAN) and also an anchor-based inference strategy. This approach enables LLMs to compress sequence information into an anchor token, reducing the keys/values cache and enhancing inference efficiency. Experiments on question-answering benchmarks reveal that AnLLMs maintain similar accuracy levels while achieving up to 99% keys/values cache reduction and up to 3.5 times faster inference. Despite a minor compromise in accuracy, the substantial enhancements of AnLLMs employing the AnSAN technique in resource utilization and computational efficiency underscore their potential for practical LLM applications.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes