QUITO: Accelerating Long-context Reasoning Through Query-guided Context Compression · The Large Language Model Bible Contribute to LLM-Bible

QUITO: Accelerating Long-context Reasoning Through Query-guided Context Compression

Wang Wenshan, Wang Yihang, Fan Yixing, Liao Huaming, Guo Jiafeng. Arxiv 2024

[Paper] [Code]    
Attention Mechanism Has Code In Context Learning Model Architecture Prompting RAG

In-context learning (ICL) capabilities are foundational to the success of large language models (LLMs). Recently, context compression has attracted growing interest since it can largely reduce reasoning complexities and computation costs of LLMs. In this paper, we introduce a novel Query-gUIded aTtention cOmpression (QUITO) method, which leverages attention of the question over the contexts to filter useless information. Specifically, we take a trigger token to calculate the attention distribution of the context in response to the question. Based on the distribution, we propose three different filtering methods to satisfy the budget constraints of the context length. We evaluate the QUITO using two widely-used datasets, namely, NaturalQuestions and ASQA. Experimental results demonstrate that QUITO significantly outperforms established baselines across various datasets and downstream LLMs, underscoring its effectiveness. Our code is available at https://github.com/Wenshansilvia/attention_compressor.

Similar Work