CLAIJun 10, 2024

Recurrent Context Compression: Efficiently Expanding the Context Window of LLM

arXiv:2406.06110v16 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses memory limitations for long-text inference in LLMs, offering an incremental improvement in efficiency.

The paper tackles the problem of extending context length in LLMs under computational and memory constraints by introducing Recurrent Context Compression, achieving up to 32x compression with high accuracy in tasks like passkey retrieval at 1M sequence length.

To extend the context length of Transformer-based large language models (LLMs) and improve comprehension capabilities, we often face limitations due to computational resources and bounded memory storage capacity. This work introduces a method called Recurrent Context Compression (RCC), designed to efficiently expand the context window length of LLMs within constrained storage space. We also investigate the issue of poor model responses when both instructions and context are compressed in downstream tasks, and propose an instruction reconstruction method to mitigate this problem. We validated the effectiveness of our approach on multiple tasks, achieving a compression rate of up to 32x on text reconstruction tasks with a BLEU4 score close to 0.95, and nearly 100\% accuracy on a passkey retrieval task with a sequence length of 1M. Finally, our method demonstrated competitive performance in long-text question-answering tasks compared to non-compressed methods, while significantly saving storage resources in long-text inference tasks. Our code, models, and demo are available at https://github.com/WUHU-G/RCC_Transformer

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