paper-with-me

홈 › Papers

Boosting Long-Context Management via Query-Guided Activation Refilling

2024-12-17 · Hongjin Qian, Zheng Liu, Peitian Zhang, Zhicheng Dou, Defu Lian

Processing long contexts poses a significant challenge for large language models (LLMs) due to their inherent context-window limitations and the computational burden of extensive key-value (KV) activations, which severely impact efficiency. For information-seeking tasks, full context perception is often unnecessary, as a query's information needs can dynamically range from localized details to a global perspective, depending on its complexity. However, existing methods struggle to adapt effectively to these dynamic information needs. In the paper, we propose a method for processing long-context information-seeking tasks via query-guided Activation Refilling (ACRE). ACRE constructs a Bi-layer KV Cache for long contexts, where the layer-1 (L1) cache compactly captures global information, and the layer-2 (L2) cache provides detailed and localized information. ACRE establishes a proxying relationship between the two caches, allowing the input query to attend to the L1 cache and dynamically refill it with relevant entries from the L2 cache. This mechanism integrates global understanding with query-specific local details, thus improving answer decoding. Experiments on a variety of long-context information-seeking datasets demonstrate ACRE's effectiveness, achieving improvements in both performance and efficiency.

📄 PDF Abstract BibTeX arXiv:2412.12486

Code (0)

등록된 구현이 없습니다.

Tasks

Management

Similar Papers 제목 키워드 기반

Boosting Few-shot 3D Point Cloud Segmentation via Query-Guided Enhancement

2023-08-06 · Zhenhua Ning, Zhuotao Tian, Guangming Lu, Wenjie Pei

Although extensive research has been conducted on 3D point cloud segmentation, effectively adapting generic models to novel categories remains a formidable challenge. This paper proposes a novel approach to improve point…

Point Cloud SegmentationSegmentation

LongAct: Harnessing Intrinsic Activation Patterns for Long-Context Reinforcement Learning

2026-04-16 · Bowen Ping, Zijun Chen, Tingfeng Hui, Qize Yu 외 arxiv

Reinforcement Learning (RL) has emerged as a critical driver for enhancing the reasoning capabilities of Large Language Models (LLMs). While recent advancements have focused on reward engineering or data synthesis, few s…

Reinforcement Learning

REAL: A Reasoning-Enhanced Graph Framework for Long-Term Memory Management of LLMs

2026-06-09 · Keer Lu, Liwei Chen, Guoqing Jiang, Zhiheng Qin 외 arxiv

Large Language Models (LLMs) are increasingly expected to interact with users over long time horizons. However, due to their finite context window, LLMs cannot retain all past interactions, making long-term memory manage…

AgentProg: Empowering Long-Horizon GUI Agents with Program-Guided Context Management

2025-12-11 · Shizuo Tian, Hao Wen, Yuxuan Chen, Jiacheng Liu 외 arxiv

The rapid development of mobile GUI agents has stimulated growing research interest in long-horizon task automation. However, building agents for these tasks faces a critical bottleneck: the reliance on ever-expanding in…

TaskPress: Query-Agnostic KV Cache Compression via Task-Guided Pruning

2026-08-04 · Wonpyo Park, Seung-won Hwang arxiv

Long-context inference with large language models is constrained by the linear growth of the key-value cache to sequence length. While pruning offers mitigation, prevailing methods determine query-specific token importan…