paper-with-me

홈 › Papers

Context Distillation as Latent Memory Management

2026-05-27 · Ziyang Zheng, Zeju Li, Xiangyu Wen, Jianyuan Zhong, Junhua Huang, Lei Chen, Mingxuan Yuan, Qiang Xu arxiv

Context distillation compresses contextual information into model parameters, yet existing methods often ignore how multiple distilled latent memories should be stored, retrieved, and safely activated in non-oracle settings. We formulate context distillation as a latent memory management problem. We distill each context into an independent LoRA adapter, forming a modular memory bank that enables explicit memory selection. Given a query, our framework retrieves candidate memories, routes the query to the most suitable adapter, and uses a Self-Gating mechanism to decide whether latent memory should be activated. To improve efficiency, we further introduce cache sharing to reduce management overhead during inference. Experiments show that our method substantially outperforms baselines with retrieval, while Self-Gating improves robustness by deactivate unnecessary latent memories.

📄 PDF Abstract BibTeX arXiv:2605.28889

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mem-W: Latent Memory-Native GUI Agents

2026-05-10 · Guibin Zhang, Yaohui Ling, Fanci Meng, Kun Wang 외 arxiv

GUI agents are beginning to operate the web, mobile, and desktop as interactive worlds, where successful control depends on carrying forward visual, procedural, and task-level evidence beyond the fleeting present screen.…

What Deserves Memory: Adaptive Memory Distillation for LLM Agents

2025-08-05 · Wenquan Ma, Jiayan Nan, Wenlong Wu, Yize Chen arxiv

Memory systems for LLM agents struggle to determine what information deserves retention. Existing approaches rely on predefined heuristics such as importance scores, emotional tags, or factual templates, encoding designe…

Knowledge Distillation

AMemGym: Interactive Memory Benchmarking for Assistants in Long-Horizon Conversations

2026-03-02 · Cheng Jiayang, Dongyu Ru, Lin Qiu, Yiyang Li 외 arxiv

Long-horizon interactions between users and LLM-based assistants necessitate effective memory management, yet current approaches face challenges in training and evaluation of memory. Existing memory benchmarks rely on st…

Improving Neural Topic Models with Wasserstein Knowledge Distillation

2023-03-27 · Suman Adhya, Debarshi Kumar Sanyal

Topic modeling is a dominant method for exploring document collections on the web and in digital libraries. Recent approaches to topic modeling use pretrained contextualized language models and variational autoencoders. …

Knowledge DistillationTopic Models

MemoryRewardBench: Benchmarking Reward Models for Long-Term Memory Management in Large Language Models

2026-01-17 · Zecheng Tang, Baibei Ji, Ruoxi Sun, Haitian Wang 외 arxiv

Existing works increasingly adopt memory-centric mechanisms to process long contexts in a segment manner, and effective memory management is one of the key capabilities that enables large language models to effectively p…