CLMLSep 1, 2024

LanguaShrink: Reducing Token Overhead with Psycholinguistics

arXiv:2409.00855v12 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses computational cost and efficiency issues for users of large language models, representing an incremental improvement over existing prompt compression methods.

The paper tackles the problem of computational inefficiency in large language models caused by long prompts by proposing LanguaShrink, a prompt compression framework that reduces prompt length by up to 26 times while maintaining semantic similarity and improving end-to-end latency by 1.43 times.

As large language models (LLMs) improve their capabilities in handling complex tasks, the issues of computational cost and efficiency due to long prompts are becoming increasingly prominent. To accelerate model inference and reduce costs, we propose an innovative prompt compression framework called LanguaShrink. Inspired by the observation that LLM performance depends on the density and position of key information in the input prompts, LanguaShrink leverages psycholinguistic principles and the Ebbinghaus memory curve to achieve task-agnostic prompt compression. This effectively reduces prompt length while preserving essential information. We referred to the training method of OpenChat.The framework introduces part-of-speech priority compression and data distillation techniques, using smaller models to learn compression targets and employing a KL-regularized reinforcement learning strategy for training.\cite{wang2023openchat} Additionally, we adopt a chunk-based compression algorithm to achieve adjustable compression rates. We evaluate our method on multiple datasets, including LongBench, ZeroScrolls, Arxiv Articles, and a newly constructed novel test set. Experimental results show that LanguaShrink maintains semantic similarity while achieving up to 26 times compression. Compared to existing prompt compression methods, LanguaShrink improves end-to-end latency by 1.43 times.

Foundations

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

Your Notes