paper-with-me

Papers

ACON: Optimizing Context Compression for Long-horizon LLM Agents

2025-10-01 · Minki Kang, Wei-Ning Chen, Dongge Han, Huseyin A. Inan, Lukas Wutschitz, Yanzhi Chen, Robert Sim, Saravan Rajmohan arxiv

Large language models (LLMs) are increasingly deployed as agents in dynamic real-world environments, where success depends on maintaining precise records of actions and observations. However, the resulting unbounded context growth in long-horizon agentic tasks makes two critical bottlenecks: prohibitive inference memory costs and reasoning degradation due to irrelevant information. Existing compression methods fail to fully address this, often relying on brittle heuristics or requiring parameter updates impractical for proprietary or large-scale LLMs. We introduce Agent Context Optimization (ACON), a unified framework that optimally compresses both observations and history into concise, informative representations. Distinct from prior works, ACON employs an optimization in natural language space: it iteratively refines compression guidelines based on failure analysis of the agent, ensuring critical state information is preserved without model fine-tuning. To further minimize computational overhead, we distill the optimized compressor into smaller models. Experiments on AppWorld, OfficeBench, and Multi-objective QA demonstrate that ACON reduces peak token usage by 26-54% while improving task success over existing compression baselines. Notably, it enables smaller LMs to function effectively as long-horizon agents, achieving up to 46% performance improvement by mitigating context distraction. Our code is available at https://github.com/microsoft/acon.

📄 PDF Abstract BibTeX arXiv:2510.00615

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BeaconKV: Key-Value Cache Compression Guided by Beacon Queries for Efficient Large Reasoning Model Inference

2026-09-04 · Janghyeon Kim, Minsoo Kim, Kyuhong Shim, Jungwook Choi arxiv

Large Reasoning Models (LRMs) achieve superior problem-solving through extended Chain-of-Thought (CoT) generation, but the resulting key-value (KV) cache grows linearly with sequence length and creates severe memory bott…

Long Context Compression with Activation Beacon

2024-01-07 · Peitian Zhang, Zheng Liu, Shitao Xiao, Ninglu Shao 외

Long context compression is a critical research problem due to its significance in reducing the high computational and memory costs associated with LLMs. In this paper, we propose Activation Beacon, a plug-in module for …

4kdocument understandingFew-Shot LearningLanguage Modelling

Milestone-Guided Policy Learning for Long-Horizon Language Agents

2026-05-07 · Zixuan Wang, Yuchen Yan, Hongxing Li, Teng Pan 외 arxiv

While long-horizon agentic tasks require language agents to perform dozens of sequential decisions, training such agents with reinforcement learning remains challenging. We identify two root causes: credit misattribution…

Reinforcement Learning

Last But Not Least: Boundary Attention CalibratiON for Multimodal KV Cache Compression

2026-06-10 · Tianhao Chen, Yuheng Wu, Kelu Yao, Xiaogang Xu 외 arxiv

Multimodal Large Language Models (MLLMs) achieve strong vision-language reasoning, but long visual contexts enlarge the KV cache and increase decoding latency. Existing compression methods rely on observation window atte…

Breadcrumbs Reasoning: Memory-Efficient Reasoning with Compression Beacons

2025-10-15 · Giovanni Monea, Yair Feldman, Shankar Padmanabhan, Kianté Brantley 외 arxiv

The scalability of large language models for long-context reasoning is severely constrained by the linear growth of their Transformer key-value cache, which incurs significant memory and computational costs. We posit tha…

Reinforcement Learning