CLAug 6, 2024

500xCompressor: Generalized Prompt Compression for Large Language Models

Cambridge
arXiv:2408.03094v138 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the problem of high inference costs and slow speeds for LLM users, though it is incremental as it builds on existing compression methods.

The paper tackles prompt compression for large language models by proposing 500xCompressor, which compresses text into as few as one token with ratios from 6x to 480x, retaining 62.26-72.89% of model capabilities compared to uncompressed prompts.

Prompt compression is crucial for enhancing inference speed, reducing costs, and improving user experience. However, current methods face challenges such as low compression ratios and potential data leakage during evaluation. To address these issues, we propose 500xCompressor, a method that compresses extensive natural language contexts into a minimum of one single special token. The 500xCompressor introduces approximately 0.3% additional parameters and achieves compression ratios ranging from 6x to 480x. It is designed to compress any text, answer various types of questions, and could be utilized by the original large language model (LLM) without requiring fine-tuning. Initially, 500xCompressor was pretrained on the Arxiv Corpus, followed by fine-tuning on the ArxivQA dataset, and subsequently evaluated on strictly unseen and classical question answering (QA) datasets. The results demonstrate that the LLM retained 62.26-72.89% of its capabilities compared to using non-compressed prompts. This study also shows that not all the compressed tokens are equally utilized and that K V values have significant advantages over embeddings in preserving information at high compression ratios. The highly compressive nature of natural language prompts, even for fine-grained complex information, suggests promising potential for future applications and further research into developing a new LLM language.

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