paper-with-me

Papers

PoC: Performance-oriented Context Compression for Large Language Models via Performance Prediction

2026-03-20 · Runsong Zhao, Shilei Liu, Jiwei Tang, Langming Liu, Haibin Chen, Weidong Zhang, Yujin Yuan, Tong Xiao, Jingbo Zhu, Wenbo Su, Bo Zheng arxiv

While context compression can mitigate the growing inference costs of Large Language Models (LLMs) by shortening contexts, existing methods that specify a target compression ratio or length suffer from unpredictable performance degradation, hindering their reliable deployment. We introduce a paradigm shift to Performance-oriented Context Compression (PoC), where developers specify an acceptable performance floor instead of a compression ratio. PoC employs a lightweight performance predictor to automatically find the most aggressive compression ratio that satisfies this constraint before steering an off-the-shelf compressor. We design and compare two predictor variants: a simple context-agnostic predictor and a more sophisticated context-aware one that considers the input's inherent compressibility. On both question-answering and summarization benchmarks, the context-aware predictor consistently achieves lower performance prediction error than the context-agnostic predictor, while the resulting context-aware PoC attains a superior overall performance. Our work paves the way for a more reliable, efficient, and performance-aware deployment of context compression for LLMs.

📄 PDF Abstract BibTeX arXiv:2603.19733

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Temporal Context Mining for Learned Video Compression

2021-11-27 · Xihua Sheng, Jiahao Li, Bin Li, Li Li 외

We address end-to-end learned video compression with a special focus on better learning and utilizing temporal contexts. For temporal context mining, we propose to store not only the previously reconstructed frames, but …

DecoderMS-SSIMSSIMVideo Compression

AdaBERT: Task-Adaptive BERT Compression with Differentiable Neural Architecture Search

2020-01-13 · Daoyuan Chen, Yaliang Li, Minghui Qiu, Zhen Wang 외

Large pre-trained language models such as BERT have shown their effectiveness in various natural language processing tasks. However, the huge parameter size makes them difficult to be deployed in real-time applications t…

Knowledge DistillationNeural Architecture Search

The Efficiency Frontier: A Unified Framework for Cost-Performance Optimization in LLM Context Management

2026-05-21 · Binqi Shen, Lier Jin, Hanyu Cai, Lan Hu 외 arxiv

Large language models (LLMs) increasingly rely on long-context processing, but expanding context windows introduces substantial computational and financial costs. Existing context reduction approaches, including retrieva…

Near-Lossless Model Compression Enables Longer Context Inference in DNA Large Language Models

2025-11-18 · Rui Zhu, Xiaopu Zhou, Haixu Tang, Stephen W. Scherer 외 arxiv

Trained on massive cross-species DNA corpora, DNA large language models (LLMs) learn the fundamental "grammar" and evolutionary patterns of genomic sequences. This makes them powerful priors for DNA sequence modeling, pa…

Model Compression

Context-Adaptive Synthesis and Compression for Enhanced Retrieval-Augmented Generation in Complex Domains

2025-08-26 · Peiran Zhou, Junnan Zhu, Yichen Shen, Ruoxi Yu arxiv

Large Language Models (LLMs) excel in language tasks but are prone to hallucinations and outdated knowledge. Retrieval-Augmented Generation (RAG) mitigates these by grounding LLMs in external knowledge. However, in compl…

Key Information ExtractionQuestion Answering