paper-with-me

Papers

ATACompressor: Adaptive Task-Aware Compression for Efficient Long-Context Processing in LLMs

2026-02-03 · Xuancheng Li, Haitao Li, Yujia Zhou, Qingyao Ai, Yiqun Liu arxiv

Long-context inputs in large language models (LLMs) often suffer from the "lost in the middle" problem, where critical information becomes diluted or ignored due to excessive length. Context compression methods aim to address this by reducing input size, but existing approaches struggle with balancing information preservation and compression efficiency. We propose Adaptive Task-Aware Compressor (ATACompressor), which dynamically adjusts compression based on the specific requirements of the task. ATACompressor employs a selective encoder that compresses only the task-relevant portions of long contexts, ensuring that essential information is preserved while reducing unnecessary content. Its adaptive allocation controller perceives the length of relevant content and adjusts the compression rate accordingly, optimizing resource utilization. We evaluate ATACompressor on three QA datasets: HotpotQA, MSMARCO, and SQUAD-showing that it outperforms existing methods in terms of both compression efficiency and task performance. Our approach provides a scalable solution for long-context processing in LLMs. Furthermore, we perform a range of ablation studies and analysis experiments to gain deeper insights into the key components of ATACompressor.

📄 PDF Abstract BibTeX arXiv:2602.03226

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CompSplat: Compression-aware 3D Gaussian Splatting for Real-world Video

2026-02-10 · Hojun Song, Heejung Choi, Aro Kim, Chae-yeong Song 외 arxiv

High-quality novel view synthesis (NVS) from real-world videos is crucial for applications such as cultural heritage preservation, digital twins, and immersive media. However, real-world videos typically contain long seq…

Novel View Synthesis

Developing Adaptive Context Compression Techniques for Large Language Models (LLMs) in Long-Running Interactions

2026-03-31 · Payal Fofadiya, Sunil Tiwari arxiv

Large Language Models (LLMs) often experience performance degradation during long-running interactions due to increasing context length, memory saturation, and computational overhead. This paper presents an adaptive cont…

Computational Efficiency

DynamicKV: Task-Aware Adaptive KV Cache Compression for Long Context LLMs

2024-12-19 · Xiabin Zhou, Wenbin Wang, Minyan Zeng, Jiaxian Guo 외

Efficient KV cache management in LLMs is crucial for long-context tasks like RAG and summarization. Existing KV cache compression methods enforce a fixed pattern, neglecting task-specific characteristics and reducing the…

RAG

Content Adaptive and Error Propagation Aware Deep Video Compression

2020-03-25 · ECCV 2020 8 · Guo Lu, Chunlei Cai, Xiaoyun Zhang, Li Chen 외

Recently, learning based video compression methods attract increasing attention. However, the previous works suffer from error propagation due to the accumulation of reconstructed error in inter predictive coding. Meanwh…

DecoderVideo Compression

From Long to Lean: Performance-aware and Adaptive Chain-of-Thought Compression via Multi-round Refinement

2025-09-26 · Jianzhi Yan, Le Liu, Youcheng Pan, Shiwei Chen 외 arxiv

Chain-of-Thought (CoT) reasoning improves performance on complex tasks but introduces significant inference latency due to verbosity. We propose Multiround Adaptive Chain-of-Thought Compression (MACC), a framework that l…