arXiv AI

MemForest: Efficient Agent Memory Management via EventTree Partitioning and Progressive Merging

Hugging Face Trending Papers
Jun 11

MemRefine: LLM-Guided Compression for Long-Term Agent Memory

Large language model (LLM) agents are increasingly expected to operate over long-term interactions, where information from past dialogues must be preserved and recalled to support future tasks. However, as interactions accumulate, the memory store grows without bound and fills with redundant entries that inflate storage cost and degrade retrieval by crowding out the most useful evidence.

arXiv AI
6d ago

MemCoRe: Recovering Evidence from Progressively Compressed Factual Knowledge for Agent Memory

MemCoRe is a memory system for large language model agents that organizes factual knowledge into a compression hierarchy, progressively reducing redundancy while preserving retrieval structure. The hierarchy compresses detailed records into keywords and then into topic groups, allowing evidence to be located by searching across levels. Experiments show that MemCoRe outperforms current state‑of‑the‑art baselines in retrieving relevant evidence for downstream reasoning.

By Zhenyuan Zhang, Xianzhang Jia, Zhiqin Yang, Zhenbo Song, Wei Xue, Sirui Han, Yike Guo
arXiv AI
Jun 30

Mandol: An Agglomerative Agent Memory System for Long-Term Conversations

arXiv:2606. 29778v1 Announce Type: cross Abstract: Long-term conversational agents need to remember and query cross-session, multi-typed information with complex correlations.

By Yuhan Zhang (Institute of Software, Chinese Academy of Sciences), Zhiyuan Guo (Institute of Software, Chinese Academy of Sciences), Ziheng Zeng (Institute of Software, Chinese Academy of Sciences), Wei Wang (Institute of Software, Chinese Academy of Sciences), Wentao Wu (Microsoft Research), Lijie Xu (Institute of Software, Chinese Academy of Sciences)
Hugging Face Trending Papers
Jul 7

Akashic: A Low-Overhead LLM Inference Service with MemAttention

Recent LLM-based agent systems continuously accumulate context across multi-turn interactions, tool invocations, and cross-session workflows. Replaying the full history for every request quickly becomes impractical: long contexts increase prefill cost, may exceed context limits, and often bury task-relevant evidence in irrelevant content, degrading both serving efficiency and output quality.