paper-with-me

홈 › Papers

APCE: Adaptive Progressive Context Expansion for Long Context Processing

2025-10-14 · Baisub Lee, Sanghyun Byun, Mohanad Odema, Jung Guack, Jacob Song, Woo Seong Chung arxiv

Deploying useful Long-Context Transformer Models (LCTMs) requires addressing two key challenges: (1) A growing memory footprint due to quadratic self-attention and linear KV-cache scaling in memory as sequence length increases; (2) the ContextRot phenomena where empirical evidence suggests that transformer architecture's performance degrades with increasing context length. Given the shared dependency on the input, a natural question arises: Can we surgically select the most important input chunks for processing to synergistically (a) reduce the memory footprint, and (b) mitigate the ContextRot effects? In this paper, we answer this question in the affirmative for long-context summarization tasks. We propose APCE as a context-aware solution to select the most important input chunks through low-dimensional semantic similarity matching with the current query. By directly operating on the input, APCE decouples from strict dependency on underlying hardware or CUDA environments, promising a compatible solution scalable to different deployment systems. Our empirical evaluations have demonstrated superior or on-par summarization performance for APCE compared to the full dense baseline using a fraction (50%-70%) of the input sequence resulting in KV-cache and self-attention memory efficiency improvements. We hope our findings inspire further research on context-aware efficiency solutions for LCTMs geared towards other relevant long-context tasks.

📄 PDF Abstract BibTeX arXiv:2510.12051

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

Deep Adaptive Arbitrary Polynomial Chaos Expansion: A Mini-data-driven Semi-supervised Method for Uncertainty Quantification

2021-07-22 · Wen Yao, Xiaohu Zheng, Jun Zhang, Ning Wang 외

The surrogate model-based uncertainty quantification method has drawn much attention in many engineering fields. Polynomial chaos expansion (PCE) and deep learning (DL) are powerful methods for building a surrogate model…

Dimensionality ReductionUncertainty Quantification

Computationally Enhanced Approach for Chance-Constrained OPF Considering Voltage Stability

2023-06-26 · Yuanxi Wu, Zhi Wu, Yijun Xu, Huan Long 외

The effective management of stochastic characteristics of renewable power generations is vital for ensuring the stable and secure operation of power systems. This paper addresses the task of optimizing the chance-constra…

Management

MacRAG: Compress, Slice, and Scale-up for Multi-Scale Adaptive Context RAG

2025-05-10 · Woosang Lim, Zekun Li, Gyuwan Kim, Sungyoung Ji 외

Long-context large language models (LC LLMs) combined with retrieval-augmented generation (RAG) hold strong potential for complex multi-hop and large-document tasks. However, existing RAG systems often suffer from imprec…

RAGRetrievalRetrieval-augmented Generation

Identification and Estimation of Conditional Average Partial Causal Effects via Instrumental Variable

2024-01-20 · Yuta Kawakami, manabu kuroki, Jin Tian

There has been considerable recent interest in estimating heterogeneous causal effects. In this paper, we study conditional average partial causal effects (CAPCE) to reveal the heterogeneity of causal effects with contin…

AI-Powered Commit Explorer (APCE)

2025-07-21 · Yousab Grees, Polina Iaremchuk, Ramtin Ehsani, Esteban Parra 외 arxiv

Commit messages in a version control system provide valuable information for developers regarding code changes in software systems. Commit messages can be the only source of information left for future developers describ…