paper-with-me

Papers

Experience Compression Spectrum: Unifying Memory, Skills, and Rules in LLM Agents

2026-04-17 · Xing Zhang, Guanghui Wang, Yanwei Cui, Wei Qiu, Ziyuan Li, Bing Zhu, Peiyang He arxiv

As LLM agents scale to long-horizon, multi-session deployments, efficiently managing accumulated experience becomes a critical bottleneck. Agent memory systems and agent skill discovery both address this challenge, extracting reusable knowledge from interaction traces, yet a citation analysis of 1{,}136 references across 22 primary papers reveals a cross-community citation rate below 1\%. We propose the \emph{Experience Compression Spectrum}, a unifying framework that positions memory, skills, and rules as points along a single axis of increasing compression (5--20$\times$ for episodic memory, 50--500$\times$ for procedural skills, 1{,}000$\times$+ for declarative rules), directly reducing context consumption, retrieval latency, and compute overhead. Mapping 20+ systems onto this spectrum reveals that every system operates at a fixed, predetermined compression level: none supports adaptive cross-level compression, a gap we term the \emph{missing diagonal}. We further show that specialization alone is insufficient (both communities independently solve shared sub-problems without exchanging solutions), that evaluation methods are tightly coupled to compression levels, that transferability increases with compression at the cost of specificity, and that knowledge lifecycle management remains largely neglected. We articulate open problems and design principles for scalable, full-spectrum agent learning systems.

📄 PDF Abstract BibTeX arXiv:2604.15877

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Skill-Pro: Learning Reusable Skills from Experience via Non-Parametric PPO for LLM Agents

2026-02-02 · Qirui Mi, Zhijian Ma, Mengyue Yang, Haoxuan Li 외 arxiv

LLM-driven agents excel at sequential decision-making but often rely on on-the-fly reasoning, re-deriving solutions even in recurring scenarios. This insufficient experience reuse leads to computational redundancy and in…

MUSE-Autoskill: Self-Evolving Agents via Skill Creation, Memory, Management, and Evaluation

2026-05-26 · Huawei Lin, Peng Li, Jie Song, Fuxin Jiang 외 arxiv

Large language model (LLM) agents rely on reusable skills to solve complex tasks, but existing skill creation approaches often treat skills as isolated, static artifacts, limiting reusability, reliability, and long-term …

Toward a Theory of Hierarchical Memory for Language Agents

2026-03-23 · Yashar Talebirad, Ali Parsaee, Csongor Y. Szepesvari, Amirhossein Nadiri 외 arxiv

Many recent long-context and agentic systems address context-length limitations by adding hierarchical memory: they extract atomic units from raw data, build multi-level representatives by grouping and compression, and t…

BUMBLE: Unifying Reasoning and Acting with Vision-Language Models for Building-wide Mobile Manipulation

2024-10-08 · Rutav Shah, Albert Yu, Yifeng Zhu, Yuke Zhu 외

To operate at a building scale, service robots must perform very long-horizon mobile manipulation tasks by navigating to different rooms, accessing different floors, and interacting with a wide and unseen range of everyd…

Language ModelingLanguage Modelling

Learning Options via Compression

2022-12-08 · Yiding Jiang, Evan Zheran Liu, Benjamin Eysenbach, Zico Kolter 외

Identifying statistical regularities in solutions to some tasks in multi-task reinforcement learning can accelerate the learning of new tasks. Skill learning offers one way of identifying these regularities by decomposin…