paper-with-me

홈 › Papers

LongAttnComp: Cross-Family Context Compression for Long-Context Reasoning

2026-05-31 · Mengmeng Ji, Ravi Shanker Raju, Jonathan Lingjie Li, Chen Wu arxiv

As real-world applications increasingly require processing inputs of 100k+ tokens, the gap between context length and inference efficiency has become a critical bottleneck. Context compression offers a way to reduce prefill costs while preserving task accuracy. However, existing training-free attention-based methods leave substantial gaps in demanding long-context tasks such as code reasoning. We present LongAttnComp, a long-context adaptation of AttnComp that fine-tunes a lightweight cross-attention scoring layer and introduces tokenlevel chunking, a token-budget top-p algorithm, positional reordering, and a formatagnostic query parser. We further design a two-stage fine-tuning recipe for the compressor: Stage 1 builds a general retrieval foundation from NIAH-style data, and Stage 2 extends it with multi-hop and reasoning data for broader long-context task coverage. On InfiniteBench Code-Debug, LongAttnComp matches or exceeds full-context accuracy, substantially outperforms training-free baselines, and transfers across four target models from three families. On LongBench v2, the two-stage recipe largely closes the Stage 1 gap on multi-document reasoning while preserving Code-Debug performance.

📄 PDF Abstract BibTeX arXiv:2606.01336

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cross-Family Speculative Prefill: Training-Free Long-Context Compression with Small Draft Models

2026-03-03 · Shubhangi Upasani, Ravi Shanker Raju, Bo Li, Mengmeng Ji 외 arxiv

Prompt length is a major bottleneck in agentic large language model (LLM) workloads, where repeated inference steps and multi-call loops incur substantial prefill cost. Recent work on speculative prefill demonstrates tha…

End-to-End Context Compression at Scale

2026-06-08 · Ang Li, Sean McLeish, Haozhe Chen, Nimit Kalra 외 arxiv

Long-context language model inference is bottlenecked by memory, as the KV cache grows with context length. Recent techniques to compress the KV cache fall short: they either degrade model quality substantially or requir…

MELODI: Exploring Memory Compression for Long Contexts

2024-10-04 · Yinpeng Chen, DeLesley Hutchins, Aren Jansen, Andrey Zhmoginov 외

We present MELODI, a novel memory architecture designed to efficiently process long documents using short context windows. The key principle behind MELODI is to represent short-term and long-term memory as a hierarchical…

UniGist: Towards General and Hardware-aligned Sequence-level Long Context Compression

2025-09-19 · Chenlong Deng, Zhisong Zhang, Kelong Mao, Shuaiyi Li 외 arxiv

Large language models are increasingly capable of handling long-context inputs, but the memory overhead of key-value (KV) cache remains a major bottleneck for general-purpose deployment. While various compression strateg…

Benchmarking KV-Cache Optimizations across Task Quality and System Performance for Long-Context Serving

2026-05-03 · Nikita Agrawal, Ruben Mayer arxiv

Large language model serving is increasingly limited by KV-cache growth under long-context workloads, yet existing KV-cache compression techniques are difficult to compare because they were evaluated on different models,…

Few-Shot Learning