revectores/awesome-llm-memory

Curated papers on memory mechanisms for large language models: agent memory, RAG, KV cache, long-context, and more.

0

1 commits

updated Jun 6, 2026

See the code

README

Awesome LLM Memory

Papers Last Updated

A curated collection of papers on memory mechanisms for large language models, covering agent memory systems, retrieval-augmented generation, KV cache optimization, long-context management, and more.

Coverage: 2026-04-15 to 2026-06-04  ·  563 papers

Contents

Agent Memory Systems

Memory architectures, storage, and management for LLM-based agents handling long-horizon tasks.

  • Beyond Semantic Organization: Memory as Execution State Management for Long-Horizon Agents 2026-06-04 conf:99% The paper proposes MAGE, a hierarchical memory system for long-horizon LLM agents that manages execution state instead of relying on semantic retrieval alone. It stores trajectories in a state tree, supports compression and revision, and improves task success while cutting token usage.

  • EMBER: Efficient Memory via Budgeted Evidence Retention for Long-Horizon Agents 2026-06-04 conf:99% EMBER learns what evidence a long-horizon agent should retain before future queries are known, under a fixed memory budget. It stores compact source-backed evidence capsules and improves retrieval and answer quality over budgeted baselines on a long-memory evaluation benchmark.

  • TOKI: A Bitemporal Operator Algebra for Contradiction Resolution in LLM-Agent Persistent Memory 2026-06-04 conf:98% TOKI formalizes contradiction resolution in LLM-agent persistent memory as write-time concurrency control. It defines bitemporal memory operators with explicit isolation and provenance guarantees, proving correctness and showing how audited memory updates can avoid replay inconsistency, belief drift, and audit loss.

  • When Should Memory Stay Silent: Measuring Memory-Use Boundaries in Memory-Augmented Conversational Agents 2026-06-04 conf:98% This paper introduces RBI-Eval, a benchmark for testing when memory-augmented conversational agents should avoid using sensitive long-term memories. It shows retrieval alone is insufficient and that safe personalization requires memory-aware decisions in both retrieval and response generation.

  • Beyond Similarity: Trustworthy Memory Search for Personal AI Agents 2026-06-04 conf:98% The paper shows that similarity-based long-term memory retrieval in personal AI agents can cause unsafe or inappropriate behavior. It introduces MemGate, a lightweight plug-in that filters retrieved memories based on the current task, improving safety while preserving memory utility.

  • MARDoc: A Memory-Aware Refinement Agent Framework for Multimodal Long Document QA 2026-06-04 conf:98% MARDoc introduces a three-agent framework for multimodal long-document QA that replaces a single growing context with structured, dynamically updated evidence and reasoning memory. This reduces context noise and improves multi-hop reasoning accuracy over strong baselines.

  • Enhancing Software Engineering Through Closed-Loop Memory Optimization 2026-06-04 conf:98% The paper proposes a closed-loop framework that evaluates and optimizes memory for LLM software-engineering agents using validated downstream impact. It improves single-episode and cross-episode performance while reducing computational cost.

  • ABBEL: Learning Natural-Language Belief States for Memory-Efficient Interaction 2026-06-04 conf:98% ABBEL uses recursively updated natural-language belief states as an explicit memory for sequential decision-making agents. It analyzes memory failures and improves belief updating and compression with RL-based training, narrowing the gap to full-context models while using much less memory.

  • Membrane: A Self-Evolving Contrastive Safety Memory for LLM Agent Defense 2026-06-04 conf:94% Membrane introduces a self-evolving contrastive safety memory that stores paired harmful and benign patterns for LLM guardrails. Retrieved memory cells guide safer inference without retraining, improving jailbreak defense while reducing false refusals in both standalone models and agents.

  • MLEvolve: A Self-Evolving Framework for Automated Machine Learning Algorithm Discovery 2026-06-04 conf:93% MLEvolve is a multi-agent LLM framework for automated algorithm discovery that adds retrospective memory and dynamic global memory to reuse past experience during long-horizon search. It also improves coordination with graph-based cross-branch information flow and hierarchical planning, achieving strong results on MLE-Bench.

  • LongSpace: Exploring Long-Horizon Spatial Memory from Perception to Recall in Video 2026-06-04 conf:92% Introduces LongSpace-Bench and LongSpace, a memory framework for long-video MLLMs that stores layer-aware spatial memory and retrieves it for question answering. It improves long-horizon spatial reasoning by combining chunked video processing with 3D structural cues.

  • PersonaTree: Structured Lifecycle Memory for Person Understanding in LLM Agents 2026-06-03 conf:99% PersonaTree introduces a structured long-term memory for LLM agents that turns interaction evidence into stable person-level claims through a three-level persona tree. It uses conservative writing, confidence-guided consolidation, and query-conditioned retrieval to improve person understanding and persistent memory performance.

  • RAMPART: Registry-based Agentic Memory with Priority-Aware Runtime Transformation 2026-06-03 conf:99% RAMPART introduces a registry-based in-memory system for LLM agents that compiles context from addressable blocks using explicit policies for promotion, gating, writing, eviction, and rollback. It shows better task success through block placement and grouping, cuts prompt cost with relevance gating, and supports shared agent memory with zero coordination token cost.

  • Scaling Self-Evolving Agents via Parametric Memory 2026-06-03 conf:99% TMEM gives LLM agents a self-evolving memory by combining explicit stored history with fast online LoRA updates that change the agent’s behavior during an episode. It frames memory extraction and adaptation as an optimizable decision process and shows gains over summary- and retrieval-based memory baselines.

  • EpiEvolve: Self-Evolving Agents for Streaming Pandemic Forecasting under Regime Shifts 2026-06-03 conf:98% EpiEvolve is a self-evolving LLM forecasting agent that uses hierarchical episodic memory, delayed-label reflection, regime-aware retrieval, and strategic rule distillation to adapt without updating model weights. It improves streaming pandemic forecasting accuracy and recovers faster after regime shifts.

  • From Untrusted Input to Trusted Memory: A Systematic Study of Memory Poisoning Attacks in LLM Agents 2026-06-03 conf:98% This paper systematically analyzes memory poisoning in LLM agents, identifying exploitable memory write channels, architectural vulnerabilities, and attack types. It also introduces MPBench, a benchmark for evaluating these attacks, and shows that stronger memory use can increase agent exploitability.

  • Topology Matters: Measuring Memory Leakage in Multi-Agent LLMs 2026-06-03 conf:96% This paper introduces MAMA, a framework for measuring how multi-agent LLM communication topologies affect leakage of memorized private information. It shows that denser connections and shorter attacker-target paths increase leakage, and recommends sparse, hierarchical designs with topology-aware access control.

  • From Agent Traces to Trust: Evidence Tracing and Execution Provenance in LLM Agents 2026-06-03 conf:84% This survey studies evidence tracing and execution provenance in LLM agents, including how retrieved evidence, tool outputs, and memory items influence decisions and outcomes. It proposes a taxonomy, reviews methods and benchmarks, and emphasizes process-level accountability, debugging, and auditability.

  • DMF: A Deterministic Memory Framework for Conversational AI Agents 2026-06-02 conf:99% DMF proposes a deterministic memory framework for conversational AI agents that avoids LLM-based summarization when writing and pruning memory. It uses structured signals and decay-based scoring to manage recall efficiently, matching Mem0 accuracy while greatly reducing token usage.

  • DELTAMEM: Incremental Experience Memory for LLM Agents via Residual Trees 2026-06-02 conf:99% DeltaMem organizes LLM agent experience into residual trees that store shared base experiences and incremental variations, reducing redundancy and retrieval conflicts. It adds retrieval and consolidation mechanisms so agents can reuse and refine memory more effectively across interactive tasks.

  • MemTrain: Self-Supervised Context Memory Training 2026-06-02 conf:98% MemTrain is a self-supervised framework that improves LLM agents’ context memory using masked reconstruction and intermediate memory recall objectives over unlabeled text. It boosts memory-intensive downstream reasoning on long-text and search-based QA benchmarks.

  • PhotoCraft: Agentic Reasoning with Hierarchical Self-Evolving Memory for Deep Image Search 2026-06-02 conf:98% PhotoCraft introduces a training-free hierarchical memory system for multimodal LLM agents, combining working, episodic, and semantic memory for deep image search. It improves multi-step reasoning and context-aware retrieval on DISBench, reducing failures caused by stateless agents.

  • Better with Experience: Self-Evolving LLM Agents for Evidence-Grounded Health Community Notes 2026-06-01 conf:97% EvoNote is an LLM agent system that improves health Community Notes by storing reusable experience memory from past misinformation correction episodes. It uses fine-grained credit assignment to turn feedback into action-level memory, leading to faster note generation and better evidence-grounded notes than human-written baselines.

  • Joint Agent Memory and Exploration Learning via Novelty Signals 2026-06-01 conf:96% JAMEL jointly trains a language-agent memory module and exploration policy using novelty signals as supervision. It compresses long interaction histories into useful latent memory, improving exploration in unseen environments while lowering token usage.

  • Latent Collaboration in Multi-Agent Systems 2026-06-01 conf:95% LatentMAS lets LLM agents collaborate through a shared latent working memory instead of text, preserving internal representations without re-encoding. It improves multi-agent reasoning accuracy while greatly reducing token use and speeding up inference.

  • Harness-1: Reinforcement Learning for Search Agents with State-Externalizing Harnesses 2026-06-01 conf:92% Harness-1 trains a search agent with reinforcement learning while offloading routine state tracking to an external harness that keeps structured working memory. This explicit memory design improves retrieval performance and transfer across benchmarks by separating semantic search decisions from bookkeeping.

  • AMP: A Vendor-Neutral Wire Format for Agent Memory Operations 2026-05-31 conf:98% Proposes a vendor-neutral wire format and reference implementation for agent memory operations like remember, recall, forget, and merge across multiple memory frameworks. It adds interoperable memory types, human-in-the-loop governance, and cross-adapter evaluation for practical long-term memory systems.

  • Can LLM Agents Sustain Long-Horizon Organizational Dynamics? 2026-05-31 conf:96% TaskWeave is a hierarchical multi-agent framework that uses planning-state maintenance and dependency-aware trace memory to support coherent long-horizon organizational simulations. It improves execution grounding and organizational coherence in a year-long IT company simulation.

  • Reasmory: 3D Reconstruction as Explicit Memory for VLMs Spatial Reasoning 2026-05-31 conf:93% Reasmory builds explicit 3D spatial memory from multi-view images or video and lets VLMs reason over it through a validated DSL instead of free-form tool use. This improves spatial reasoning reliability and boosts benchmark performance by 6–18% over strong baselines.

  • Don't Read Everything: A Curvature-Conditioned Query for Linear Attention 2026-05-31 conf:92% The paper proposes Curvature-Conditioned Query, a read-time memory access method for linear attention that contracts queries using running key covariance. This improves retrieval and long-context performance with small overhead and can be added to existing linear-attention models.

  • MemPro: Agentic Memory Systems as Evolvable Programs 2026-05-30 conf:99% MemPro treats an agent’s memory construction-retrieval pipeline as an evolvable program, not a fixed system. It iteratively diagnoses failures and edits memory-system implementations, improving long-horizon agent performance on multiple memory-intensive benchmarks.

  • CoMIC: Collaborative Memory and Insights Circulation for Long-Horizon LLM Agents in Cloud-Edge Systems 2026-05-30 conf:98% CoMIC is a cloud-edge framework that helps lightweight LLM agents handle long-horizon tasks using hierarchical local memory and cloud-based reflection. It shares reusable experience across agents through semantic subgoals, improving task progress and success without fine-tuning model parameters.

  • Learning to Retrieve: Dual-Level Long-Term Memory for Text-to-SQL Agents 2026-05-30 conf:98% MERIT is a dual-level long-term memory framework for text-to-SQL agents that retrieves episode-level and turn-level experiences at different interaction stages. It learns retrieval policies with reinforcement learning and dense proxy rewards, improving task success and reducing interaction turns.

  • RedDebate: Safer Responses Through Multi-Agent Red Teaming Debates 2026-05-30 conf:95% RedDebate combines multi-agent debate with long-term memory modules that store safety insights from prior interactions and reuse them during later inference. This automated red-teaming framework improves LLM safety by reducing unsafe outputs beyond debate alone.

  • SAGE: A Novelty Gate for Efficient Memory Evolution in Agentic LLMs 2026-05-29 conf:99% SAGE is a novelty-aware memory write gate for agentic LLMs that decides when to add, merge, or ignore new facts. It improves long-term memory quality while reducing expensive LLM write-time calls, latency, and cost.

  • ElasticMem: Latent Memory as a Learnable Resource for LLM Agents 2026-05-29 conf:99% ElasticMem gives LLM agents a learnable long-term latent memory that adaptively retrieves past information and assigns each memory a variable budget before injecting it as soft tokens. It improves memory-heavy QA and embodied agent performance while reducing token costs.

  • AutoSci: A Memory-Centric Agentic System for the Full Scientific Research Lifecycle 2026-05-29 conf:98% AutoSci is a memory-centric scientific agent system that supports the full research lifecycle using persistent structured memory for reusable knowledge and project artifacts. It combines lifecycle orchestration, multi-agent operators, and feedback-driven memory/skill updates to improve across research projects.

  • Meta-Cognitive Memory Policy Optimization for Long-Horizon LLM Agents 2026-05-28 conf:99% The paper proposes MMPO, a method for training memory-augmented LLM agents using a belief-entropy signal that measures how well intermediate summaries preserve task-relevant state. This gives finer-grained supervision than outcome-only rewards and improves long-horizon performance at very large context lengths.

  • Hijacking Agent Memory: Stealthy Trojan Attacks Through Conversational Interaction 2026-05-28 conf:98% This paper presents MemPoison, a stealthy attack that injects triggerable backdoors into an LLM agent’s long-term memory through normal conversation. It targets realistic selective memory pipelines and shows high attack success across agents while analyzing why current defenses fail.

  • STAMP: Training Explicit Memory for Mobile GUI Agents in Controllable and Scalable Virtual Environments 2026-05-28 conf:98% STAMP trains mobile GUI agents to explicitly encode and retrieve memory using controllable virtual environments that generate scalable, verifiable supervision. It also introduces the Memory-World benchmark and shows strong gains on long-horizon tasks requiring memory.

  • MemCollab: Cross-Model Memory Collaboration via Contrastive Trajectory Distillation 2026-05-28 conf:98% MemCollab builds a shared memory for LLM agents with different backbone models by contrasting their reasoning trajectories to extract task-level constraints while filtering model-specific biases. A task-aware retrieval method then selects relevant memories, improving accuracy and efficiency on math and code tasks.

  • Entity-Collision: A Stratified Protocol for Attributing Retrieval Lift in Agent Memory 2026-05-28 conf:96% The paper introduces Entity-Collision, a reproducible evaluation protocol for agent-memory retrieval that separates lexical overlap effects from true embedding-based gains. It shows which retrievers help under different memory-query conditions and highlights limits of larger encoders for agent memory recall.

  • Loong: A Human-Like Long Document Translation Agent with Observe-and-Act Adaptive Context Selection 2026-05-28 conf:95% Loong is a long-document translation agent that uses a 3E memory module to store summaries, exemplars, and entities, then adaptively selects the most useful history instead of attending to all prior context. It improves translation quality and robustness on ultra-long documents through reinforcement-learned context policies.

  • PatchBoard: Schema-Grounded State Mutation for Reliable and Auditable LLM Multi-Agent Collaboration 2026-05-28 conf:94% PatchBoard replaces free-form multi-agent dialogue with validated JSON Patch updates to a shared structured state. This makes LLM agent collaboration more reliable, auditable, and token-efficient, and substantially improves task success on ALFWorld.

  • Unlocking the Working Memory of Large Language Models for Latent Reasoning 2026-05-28 conf:93% The paper proposes Reasoning in Memory (RiM), which uses fixed memory blocks to let LLMs perform latent reasoning without generating intermediate thought tokens autoregressively. This enables more compute-efficient reasoning and matches or outperforms existing latent reasoning methods on reasoning benchmarks.

  • Towards Verifiable Multimodal Deep Research: A Multi-Agent Harness for Interleaved Report Generation 2026-05-28 conf:90% Ptah is a multi-agent framework for multimodal deep research that uses a visual working memory to track source-aligned images during planning, evidence collection, and report writing. It also introduces an evaluation protocol for checking factual grounding, citation fidelity, and cross-modal consistency.

  • Rethinking Memory as Continuously Evolving Connectivity 2026-05-27 conf:99% FluxMem treats LLM agent memory as a heterogeneous graph that continuously updates its connections through feedback, refinement, and long-term consolidation. It improves adaptation and generalization in dynamic agent tasks, achieving strong results on LoCoMo, Mind2Web, and GAIA.

  • MemCog: From Memory-as-Tool to Memory-as-Cognition in Conversational Agents 2026-05-27 conf:99% MemCog turns agent memory from one-shot retrieval into an active part of reasoning through navigable linked memory, multi-step memory traversal, and proactive memory triggering. It also introduces ProactiveMemBench and shows strong gains on both standard and proactive memory benchmarks.

  • MemGuard: Preventing Memory Contamination in Long-Term Memory-Augmented Large Language Models 2026-05-27 conf:99% MemGuard is a type-aware long-term memory framework for LLMs that separates user facts, episodic events, and behavioral rules to avoid mixing incompatible memories. It improves reliability in long-horizon conversations while using fewer retrieved memory tokens.

  • Learning Query-Aware Budget-Tier Routing for Runtime Agent Memory 2026-05-27 conf:99% BudgetMem is a runtime memory framework for LLM agents that routes queries across memory modules with different cost-performance tiers. It uses a lightweight learned router to control memory construction cost while preserving task accuracy, achieving better trade-offs on several memory-intensive benchmarks.

  • Personal Visual Memory from Explicit and Implicit Evidence 2026-05-27 conf:98% Introduces a benchmark for personal visual memory and VisualMem, a hybrid visual-text memory system for personalized AI agents. It captures explicit and implicit user information from images instead of reducing them to captions, improving long-term memory performance.

  • ClinicalAgents: Multi-Agent Orchestration for Clinical Decision Making with Dual-Memory 2026-05-27 conf:98% ClinicalAgents introduces a multi-agent clinical decision framework with dual memory: mutable working memory for evolving patient context and static experience memory for retrieving guidelines and past cases. Combined with MCTS-based orchestration, it improves diagnostic accuracy and explainability.

  • When Does Memory Help Multi-Trajectory Inference for Tool-Use LLM Agents? 2026-05-27 conf:97% This paper analyzes when memory helps tool-use LLM agents by comparing several cross-trajectory memory methods across multiple inference strategies and benchmarks. It shows that memory gains depend strongly on the search method, with some memory forms improving accuracy only in specific settings and atomic facts mainly reducing trajectory length.

  • PersonaAgent: Bridging Memory and Action for Personalized LLM Agents 2026-05-27 conf:97% PersonaAgent is a personalized LLM agent framework that combines episodic and semantic memory with a tool-action module, using persona prompts to connect memory and action. It also introduces a test-time alignment method that updates personalization from recent interactions.

  • Hallucination Mitigation with Agentic AI, Nested Learning, and AI Sustainability via Semantic Caching 2026-05-27 conf:94% This paper studies a multi-agent LLM pipeline that uses Continuum Memory Systems and semantic caching to reduce hallucinations without retraining. It shows that layered reviewer agents plus memory-based reuse improve factual reliability, observability, and efficiency.

  • Plant, Persist, Trigger: Sleeper Attack on Large Language Model Agents 2026-05-27 conf:89% This paper introduces Sleeper Attack, where adversarial content persists in an LLM agent’s state or memory across interactions and is triggered later by benign queries. It provides a benchmark and experiments showing current LLM agents are vulnerable to these persistent memory-state attacks.

  • Agentic Active Omni-Modal Perception for Multi-Hop Audio-Visual Reasoning 2026-05-27 conf:89% The paper presents MOV-Bench for multi-hop audio-visual reasoning and AOP-Agent, an agent framework with hierarchical omni-modal memory and an observe-reflect-replan loop. It improves open-source Omni-LLMs on long-video, reasoning-heavy tasks without extra training.

  • Graph-of-Skills: Dependency-Aware Structural Retrieval for Massive Agent Skills 2026-05-27 conf:89% The paper introduces Graph-of-Skills, a structural retrieval layer that selects dependency-aware skill bundles for LLM agents from large skill libraries within limited context budgets. It improves task success while reducing token usage by retrieving executable prerequisite chains instead of loading all skills.

  • MUSE-Autoskill: Self-Evolving Agents via Skill Creation, Memory, Management, and Evaluation 2026-05-26 conf:98% The paper presents an LLM agent framework where skills are created, stored, reused, evaluated, and refined over time. It adds skill-level memory that accumulates experience across tasks, improving reuse, adaptation, and overall agent performance.

  • Shopping Companion: A Memory-Augmented LLM Agent for Real-World E-Commerce Tasks 2026-05-26 conf:96% Introduces a memory-augmented shopping agent and a benchmark for cross-session preference-aware e-commerce tasks over 1.2M products. It also proposes annotation-free tool-level rewards to improve long-horizon decision-making, leading a lightweight 4B model to outperform stronger baselines.

  • VitaBench 2.0: Evaluating Personalized and Proactive Agents in Long-Term User Interactions 2026-05-26 conf:95% VitaBench 2.0 is a benchmark for testing personalized, proactive LLM agents in long-term user interactions where agents must extract, update, and use user preferences over time. It also provides a memory interface to compare memory architectures and exposes current models’ weaknesses in real-world personalization.

  • PEAM: Parametric Embodied Agent Memory through Contrastive Internalization of Experience in Minecraft 2026-05-26 conf:85% PEAM gives a Minecraft agent a two-part memory system: a slow LLM for reasoning and a fast parametric module that internalizes useful experiences as reusable skills. It learns from failure-correction pairs and uses adaptive consolidation rules to improve long-horizon performance while reducing forgetting.

  • Memory Architectures for Multi-Turn Text-to-SQL: A Benchmark and Empirical Study 2026-05-25 conf:99% The paper introduces EnterpriseMem-Bench, a multi-turn Text-to-SQL benchmark for testing LLM memory. It empirically compares working memory, episodic retrieval, and semantic augmentation, showing that memory design strongly affects multi-turn accuracy and releasing code and evaluation tools.

  • AMA-Bench: Evaluating Long-Horizon Memory for Agentic Applications 2026-05-25 conf:99% AMA-Bench evaluates long-horizon memory in real and synthetic LLM agent trajectories, exposing failures of existing similarity-retrieval memory systems. The paper also introduces AMA-Agent, which uses a causality graph and tool-augmented retrieval to improve agent memory performance.

  • Your Agents Are Aging Too: Agent Lifespan Engineering for Deployed Systems 2026-05-25 conf:98% The paper introduces AgingBench, a benchmark for measuring how deployed LLM agents degrade over time as their memory systems compress, retrieve, revise, and maintain accumulated state. It diagnoses failures across memory pipeline stages and shows that reliable agents need lifespan-aware evaluation and targeted repairs.

  • From Model Scaling to System Scaling: Scaling the Harness in Agentic AI 2026-05-25 conf:96% The paper argues that progress in agentic AI depends on scaling the surrounding system harness, not just the model. It highlights trustworthy memory, context governance, dynamic skill routing, and introduces a reference framework plus benchmarks for evaluating long-horizon agent behavior.

  • Anticipate and Learn: Unleashing Idle-Time Compute in Proactive Agents 2026-05-25 conf:94% ProAct is a proactive agent that uses dialogue history and persistent memory during idle time to predict users’ likely next needs and gather supporting information in advance. The paper also introduces ProActEval, a benchmark showing better efficiency and fewer hallucinations than reactive agents.

  • Dynamic Dual-Granularity Skill Bank for Agentic RL 2026-05-25 conf:94% The paper introduces D2Skill, a dynamic dual-granularity skill bank that stores reusable task-level and step-level experience for agentic RL. It continuously updates, retrieves, and prunes skills from training experience to improve agent performance across multiple benchmarks.

  • MemSkill: Learning and Evolving Memory Skills for Self-Evolving Agents 2026-05-24 conf:99% MemSkill turns fixed LLM agent memory operations into learnable, reusable skills for extracting, consolidating, and pruning interaction history. It uses a controller to select skills and a designer to refine or create new ones, improving memory quality and downstream agent performance.

  • MemMorph: Tool Hijacking in LLM Agents via Memory Poisoning 2026-05-24 conf:98% MemMorph shows that attackers can poison an LLM agent’s long-term memory with a few crafted records to steer tool selection. Across multiple benchmarks, agent backbones, and memory modules, it achieves high attack success and highlights memory integrity as a key security weakness.

  • APT-Agent: Automated Penetration Testing using Large Language Models 2026-05-24 conf:91% APT-Agent is an automated LLM-based penetration testing system that adds a command-specific memory architecture to retain context across multi-step attacks and a rectification module to fix hallucinated commands. It significantly improves end-to-end exploitation success over prior LLM pentesting agents.

  • SAM: State-Adaptive Memory for Long-Horizon Reasoning Agent 2026-05-23 conf:99% SAM is a standalone memory framework for long-horizon reasoning agents that stores compact memory cues plus raw trajectory pages for state-dependent recall. It improves agent performance across several benchmarks without retraining the underlying language model.

  • MemAudit: Post-hoc Auditing of Poisoned Agent Memory via Causal Attribution and Structural Anomaly Detection 2026-05-22 conf:98% MemAudit is a post-hoc auditing framework for memory-augmented LLM agents that identifies harmful stored memories using causal influence scoring and structural anomaly detection. It mitigates memory poisoning attacks by tracing which past records caused unsafe behavior and removing their impact.

  • OnePred: Next-Query Prediction via Recursive Intent Memory in Multi-Turn Conversations 2026-05-22 conf:97% OnePred predicts users’ next queries by maintaining a recursively updated intent memory instead of rereading full dialogue history. It cuts per-turn token cost substantially, improves prediction quality on long conversations, and introduces NQP-Bench for evaluation.

  • Parallel Context Compaction for Long-Horizon LLM Agent Serving 2026-05-22 conf:97% The paper proposes parallel context compaction for long-horizon LLM agents, replacing slow sequential summarization with a faster, more controllable approach. It improves summary-volume predictability and throughput while reducing end-to-end latency on long-context QA and dialogue benchmarks.

  • SkillEvolBench: Benchmarking the Evolution from Episodic Experience to Procedural Skills 2026-05-22 conf:93% SkillEvolBench is a benchmark for testing whether LLM agents can turn episodic task trajectories into reusable procedural skills via an external skill library. It shows current agents often fail to form robust transferable skills, with raw trajectory reuse frequently outperforming distilled skills.

  • Agent-ToM: Learning to Monitor Autonomous LLM Agents via Theory-of-Mind Reasoning 2026-05-22 conf:88% Agent-ToM monitors autonomous LLM agents by reasoning about their beliefs and intentions over full trajectories. It learns a persistent semantic guardrail memory from prior critiques, reusing constraints across episodes to better detect covert malicious behavior.

  • Preisach Attention: A Hysteretic Model of Sequential Memory 2026-05-22 conf:83% The paper introduces Preisach Attention, a hysteresis-based alternative to softmax attention that stores sequence history as a stack of local extrema. It proves strong memory-related properties, including efficient long episodic memory and lower depth requirements for certain history-dependent tasks.

  • DeferMem: Query-Time Evidence Distillation via Reinforcement Learning for Long-Term Memory QA 2026-05-21 conf:99% DeferMem is a long-term memory framework for LLM agents that retrieves broad history candidates and then distills query-specific evidence at inference time. It trains the distillation step with reinforcement learning and improves both QA accuracy and memory efficiency on long-memory benchmarks.

  • What Training Data Teaches RL Memory Agents: An Empirical Study of Curriculum Effects in Memory-Augmented QA 2026-05-21 conf:98% This paper studies how training curricula affect RL-trained LLM agents that answer questions using external memory in multi-session dialogue. It shows that mixed-benchmark training improves overall performance, while narrow curricula can teach targeted memory skills like temporal reasoning.

  • Gated DeltaNet-2: Decoupling Erase and Write in Linear Attention 2026-05-21 conf:93% Gated DeltaNet-2 improves linear-attention memory by separating erase and write operations with channel-wise gates, making compressed recurrent memory easier to update without corrupting stored information. It shows stronger long-context and retrieval performance than related sequence models, especially on needle-in-a-haystack benchmarks.

  • Psy-Chronicle:A Structured Pipeline for Synthesizing Long-Horizon Campus Psychological Counseling Dialogues 2026-05-21 conf:88% Psy-Chronicle is a framework for generating long-horizon psychological counseling dialogues using structured memory across sessions. It releases a large Chinese dataset and benchmark to test session response quality, memory recall, and temporal-causal reasoning in counseling agents.

  • EvoMemBench: Benchmarking Agent Memory from a Self-Evolving Perspective 2026-05-18 conf:99% EvoMemBench is a unified benchmark for evaluating memory in LLM agents across in-episode vs. cross-episode and knowledge- vs. execution-oriented settings. It compares 15 memory methods and long-context baselines, showing current memory systems remain limited and work best when task difficulty or context constraints make memory necessary.

  • Remembering More, Risking More: Longitudinal Safety Risks in Memory-Equipped LLM Agents 2026-05-18 conf:99% The paper studies how accumulated memory in LLM agents creates growing safety risks across many independent tasks. It introduces a longitudinal evaluation protocol for detecting memory-induced failures and shows that risk rises with longer memory exposure across multiple memory architectures and agent platforms.

  • SocialMemBench: Are AI Memory Systems Ready for Social Group Settings? 2026-05-18 conf:99% SocialMemBench is a benchmark for testing AI memory systems in multi-person social groups, where models must track shared history, norms, and individual exceptions. It reveals major failures in current open-source memory frameworks and shows that social-group memory remains a hard unsolved problem.

  • DimMem: Dimensional Structuring for Efficient Long-Term Agent Memory 2026-05-18 conf:99% DimMem introduces a structured long-term memory format for LLM agents that stores atomic memories with explicit fields like time, location, and purpose. This enables more accurate and cheaper retrieval and updating than prior lightweight memory systems on long-context agent benchmarks.

  • Hidden in Memory: Sleeper Memory Poisoning in LLM Agents 2026-05-18 conf:99% This paper studies a new attack on LLM agents with persistent memory, where adversarial content poisons stored user memories and later steers future behavior. It evaluates whether poisoned memories are written, retrieved, and acted on, showing persistent memory can become a long-term attack surface.

  • Evo-Memory: Benchmarking LLM Agent Test-time Learning with Self-Evolving Memory 2026-05-18 conf:99% Evo-Memory introduces a benchmark and framework for evaluating self-evolving memory in LLM agents over continuous task streams. It compares memory modules and proposes methods for retrieving, updating, and refining memory so agents can reuse experience and improve at test time.

  • EXG: Self-Evolving Agents with Experience Graphs 2026-05-18 conf:97% EXG introduces a structured experience graph as an external memory for self-evolving LLM agents, organizing successes and failures for real-time and offline reuse. It improves cross-task learning, solution quality, and efficiency on code generation and reasoning benchmarks.

  • Causal Intervention-Based Memory Selection for Long-Horizon LLM Agents 2026-05-17 conf:99% The paper proposes Causal Memory Intervention, a method that selects long-term memories for LLM agents based on their causal effect on answer quality rather than semantic relevance alone. It also introduces Causal-LoCoMo, a benchmark for testing robustness against irrelevant and harmful memories.

  • NeuSymMS: A Hybrid Neuro-Symbolic Memory System for Persistent, Self-Curating LLM Agents 2026-05-17 conf:99% NeuSymMS proposes a hybrid neuro-symbolic memory system for LLM agents that extracts facts from dialogue, curates them with explicit rules, and stores them as persistent structured memory. It supports short- and long-term memory, pruning and promotion policies, and scoped sharing across users and agents.

  • MemRepair: Hierarchical Memory for Agentic Repository-Level Vulnerability Repair 2026-05-17 conf:98% MemRepair adds hierarchical persistent memory to LLM repair agents, combining prior fixes, security patterns, and refinement trajectories to improve multi-file vulnerability repair. It uses feedback-driven retrieval and revision, achieving state-of-the-art results on several repository-level repair benchmarks.

  • Embodied Task Planning via Graph-Informed Action Generation with Large Language Models 2026-05-17 conf:97% GiG equips embodied LLM agents with a graph-structured experience memory that stores and retrieves similar past execution traces to support long-horizon planning. Combined with bounded symbolic lookahead, it improves grounded action generation and significantly boosts performance on Robotouille and ALFWorld.

  • CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery 2026-05-17 conf:92% CORAL is a framework for autonomous LLM multi-agent evolution that uses shared persistent memory, asynchronous execution, and agent management to support long-running open-ended discovery. It shows strong gains on optimization tasks by enabling knowledge reuse and collaboration among agents.

  • A Machine With Human-Like Memory Systems 2026-05-17 conf:79% The paper designs an agent with separate semantic and episodic memory systems and shows this outperforms using only one memory type. It also introduces the Room benchmark, where agents learn to store and retrieve memories, including in human-agent and multi-agent collaboration.

  • GroupMemBench: Benchmarking LLM Agent Memory in Multi-Party Conversations 2026-05-16 conf:99% Introduces GroupMemBench, a benchmark for evaluating LLM agent memory in multi-party conversations. It tests group dynamics, per-user belief tracking, and audience-aware language, showing current memory systems perform poorly and often trail simple BM25 retrieval.

  • State Contamination in Memory-Augmented LLM Agents 2026-05-16 conf:98% This paper studies how harmful content can be compressed into seemingly safe memory summaries in LLM agents and still influence later behavior. It introduces the sub-threshold propagation gap (SPG) metric and shows that sanitizing state before summarization is more effective than cleaning summaries afterward.

  • When Robots Do the Chores: A Benchmark and Agent for Long-Horizon Household Task Execution 2026-05-16 conf:95% The paper introduces LongAct, a benchmark for long-horizon household tasks, and HoloMind, a VLM agent that uses multimodal spatial memory, episodic memory, and reflective planning. It shows that explicit memory systems improve long-horizon task execution beyond relying on larger models alone.

  • FORGE: Self-Evolving Agent Memory With No Weight Updates via Population Broadcast 2026-05-15 conf:99% FORGE lets LLM agents improve by turning failed trajectories into reusable text memories like rules or examples, then broadcasting the best memory across agents. On a network-defense benchmark, this memory-sharing scheme beats zero-shot and single-agent reflection baselines without any model weight updates.

  • RecMem: Recurrence-based Memory Consolidation for Efficient and Effective Long-Running LLM Agents 2026-05-15 conf:99% RecMem is a memory system for long-running LLM agents that delays consolidation until semantically similar interactions recur, cutting token cost. It uses a subconscious retrieval layer plus episodic/semantic memory extraction and refinement, achieving lower cost and higher accuracy than prior memory systems.

  • Agentic Recommender System with Hierarchical Belief-State Memory 2026-05-15 conf:99% MARS is a memory-augmented LLM recommender agent that uses hierarchical belief-state memory across events, preferences, and profiles. It introduces adaptive memory lifecycle operations like reinforcement, consolidation, forgetting, and resynthesis, improving personalized recommendation on four benchmarks.

  • SMMBench: A Benchmark for Source-Distributed Multimodal Agent Memory 2026-05-15 conf:98% SMMBench is a benchmark for testing multimodal agent memory when evidence is scattered across independent sources like chats, images, tables, and documents. It evaluates retrieval, alignment, conflict resolution, preference reasoning, and memory-grounded action prediction, showing current systems still struggle.

  • ShadowMerge: A Novel Poisoning Attack on Graph-Based Agent Memory via Relation-Channel Conflicts 2026-05-15 conf:98% This paper introduces SHADOWMERGE, a poisoning attack that injects conflicting relations into graph-based agent memory so they are later retrieved and alter LLM agent behavior. It shows high attack success on Mem0 and real-world datasets, exposing security weaknesses in memory-augmented agent systems.

  • MemQ: Integrating Q-Learning into Self-Evolving Memory Agents over Provenance DAGs 2026-05-14 conf:99% MemQ improves LLM agent memory by assigning value to retrieved memories through a provenance DAG, letting credit flow backward across memory dependencies. Using Q-learning with eligibility traces, it boosts performance on six benchmarks, especially for multi-step tasks requiring deeper memory chains.

  • E-mem: Multi-agent based Episodic Context Reconstruction for LLM Agent Memory 2026-05-14 conf:99% E-mem introduces a multi-agent episodic memory system for LLM agents that preserves uncompressed context and reconstructs relevant episodes for reasoning. It uses assistant agents and a master planner to improve long-horizon reasoning, outperforming prior methods on LoCoMo while cutting token costs.

  • MemEye: A Visual-Centric Evaluation Framework for Multimodal Agent Memory 2026-05-14 conf:98% MemEye is a visual-centric benchmark for testing long-term multimodal agent memory, especially whether agents retain fine-grained visual evidence and track changing visual states over time. Evaluations across tasks, memory methods, and VLMs show current systems struggle with detail preservation and temporal reasoning.

  • MemLineage: Lineage-Guided Enforcement for LLM Agent Memory 2026-05-14 conf:98% MemLineage is a defense for persistent LLM agent memory that tracks cryptographic provenance and derivation lineage for each memory entry. It blocks sensitive actions justified by untrusted memory while preserving benign recall, and shows strong protection against memory-poisoning attacks with minimal overhead.

  • MemReranker: Reasoning-Aware Reranking for Agent Memory Retrieval 2026-05-14 conf:98% MemReranker improves long-term memory retrieval in LLM agents by replacing similarity-only reranking with reasoning-aware reranking that handles temporal, causal, and dialogue-context queries. It achieves stronger retrieval accuracy than common rerankers while keeping latency much lower than larger models.

  • Remember Your Trace: Memory-Guided Long-Horizon Agentic Framework for Consistent and Hierarchical Repository-Level Code Documentation 2026-05-14 conf:95% MemDocAgent generates repository-level code documentation using a shared external memory that stores and verifies prior agent traces across a dependency-aware traversal. This memory-guided design improves consistency, hierarchy, and overall documentation quality over existing baselines.

  • DrugSAGE:Self-evolving Agent Experience for Efficient State-of-the-Art Drug Discovery 2026-05-14 conf:93% DrugSAGE gives an LLM-based agent a cross-task memory that stores successful skills, useful strategy patterns, and past mistakes with fixes. This lets the agent reuse experience across drug discovery tasks, reducing search and improving performance, including strong zero-test-time results.

  • LiSA: Lifelong Safety Adaptation via Conservative Policy Induction 2026-05-14 conf:89% LiSA improves fixed AI guardrails by turning sparse failure reports into structured reusable memory, with conflict-aware local rules and confidence gating to avoid overgeneralization. It boosts safety adaptation for agents under noisy, limited feedback without repeated fine-tuning.

  • Improving Multi-turn Dialogue Consistency with Self-Recall Thinking 2026-05-14 conf:88% The paper proposes Self-Recall Thinking, a framework that teaches LLMs to selectively recall relevant past dialogue turns and reason over them during inference. It improves multi-turn dialogue consistency while reducing latency compared with external-memory and summarization-based methods.

  • Cognifold: Always-On Proactive Memory via Cognitive Folding 2026-05-13 conf:99% Cognifold introduces an always-on, brain-inspired memory system for agents that proactively organizes event streams into evolving cognitive structures. It adds an intent layer to complementary learning systems and shows strong results on both structural memory formation and standard memory benchmarks.

  • Useful Memories Become Faulty When Continuously Updated by LLMs 2026-05-13 conf:99% The paper shows that continuously consolidated textual memories in LLM agents often become faulty and can hurt performance, even when built from correct experiences. It finds episodic memory retention is more reliable than frequent consolidation and argues consolidation should be explicitly gated.

  • BOOKMARKS: Efficient Active Storyline Memory for Role-playing 2026-05-13 conf:98% BOOKMARKS introduces a search-based memory framework for role-playing agents that stores and updates task-relevant storyline bookmarks instead of relying on repeated summarization. It improves long-horizon consistency by actively grounding details and passively synchronizing memory more efficiently.

  • PersonalAlign: Hierarchical Implicit Intent Alignment for Personalized GUI Agent with Long-Term User-Centric Records 2026-05-13 conf:98% PersonalAlign studies personalized GUI agents that use long-term user records as persistent memory to infer implicit preferences and routines. It introduces the AndroidIntent benchmark and HIM-Agent, a hierarchical, continuously updated memory system that improves execution and proactive assistance.

  • ScioMind: Cognitively Grounded Multi-Agent Social Simulation with Anchoring-Based Belief Dynamics and Dynamic Profiles 2026-05-13 conf:86% ScioMind is an LLM multi-agent social simulation framework that adds hierarchical memory, memory-anchored belief updates, and retrieval-based dynamic profiles to produce more stable and realistic belief trajectories. It shows that memory and reflection improve behavioral realism in policy debate simulations.

  • $δ$-mem: Efficient Online Memory for Large Language Models 2026-05-12 conf:99% The paper introduces δ-mem, a lightweight online memory that adds a compact associative state to a frozen LLM and uses it to adjust attention during generation. It improves performance on memory-heavy benchmarks without extending context windows or fully fine-tuning the backbone.

  • MedMemoryBench: Benchmarking Agent Memory in Personalized Healthcare 2026-05-12 conf:98% MedMemoryBench is a benchmark for testing memory in personalized healthcare agents using realistic long-horizon medical interactions. It introduces a streaming evaluation protocol and studies memory saturation, showing current systems struggle with retrieval, reasoning, and noise over time.

  • Automated Reformulation of Robust Optimization via Memory-Augmented Large Language Models 2026-05-12 conf:91% The paper introduces AutoREM, a tuning-free memory-augmented framework that builds structured experience memory from past failed reformulation attempts to improve robust optimization reformulation by LLMs. It also presents AutoRO-Bench, a benchmark for systematically evaluating this task.

  • Nautilus Compass: Black-box Persona Drift Detection for Production LLM Agents 2026-05-11 conf:99% Nautilus Compass is a black-box memory layer for production LLM agents that detects persona drift and retrieves relevant past conversation text without requiring model access or LLM-based fact extraction. It provides a low-cost, deployable memory system with benchmarked gains on long-context and agent memory tasks.

  • PREPING: Building Agent Memory without Tasks 2026-05-11 conf:98% Preping builds agent procedural memory before real tasks by generating synthetic practice and selectively storing useful trajectories. It uses a proposer, solver, and validator to control what gets practiced and remembered, improving performance while lowering deployment cost.

  • Remember the Decision, Not the Description: A Rate-Distortion Framework for Agent Memory 2026-05-11 conf:98% The paper frames agent memory as a rate-distortion problem, where good memory preserves distinctions needed for decisions rather than detailed descriptions. It proposes DeMem, an online memory learner that forgets safely under a fixed budget and improves long-horizon agent performance.

  • The Trap of Trajectory: Towards Understanding and Mitigating Spurious Correlations in Agentic Memory 2026-05-10 conf:99% The paper studies how agentic memory can amplify spurious correlations in LLM decision-making. It introduces a benchmark for trajectory-level memory failures and proposes CAMEL, a plug-and-play calibration method that reduces harmful memory reliance during writing and retrieval.

  • EquiMem: Calibrating Shared Memory in Multi-Agent Debate via Game-Theoretic Equilibrium 2026-05-10 conf:99% EquiMem improves shared memory in multi-agent debate by treating memory updates as a zero-trust game and calibrating them at inference time without relying on extra LLM judgments. It strengthens robustness against corrupted or adversarial memory entries across different memory architectures.

  • Portable Agent Memory: A Protocol for Cryptographically-Verified Memory Transfer Across Heterogeneous AI Agents 2026-05-10 conf:98% This paper proposes an open protocol for transferring persistent memory across different AI agents and models. It introduces a structured memory format with provenance tracking, selective access control, and safe rehydration, plus an open-source SDK demonstrating cross-model memory transfer.

  • Mem-W: Latent Memory-Native GUI Agents 2026-05-10 conf:98% Mem-W introduces latent memory-native GUI agents that store trajectory and in-session experience as compact memory tokens integrated directly into the model’s embedding context. This avoids text-based memory scaffolds and improves long-horizon GUI task performance across web and mobile benchmarks.

  • MEMOREPAIR: Barrier-First Cascade Repair in Agentic Memory 2026-05-08 conf:99% The paper introduces MemoRepair, a method for safely repairing agent memory when source artifacts change or become invalid. It withdraws stale descendants, rebuilds valid successors under current interfaces, and uses an exact min-cut formulation to optimize repair cost while eliminating invalidated-memory exposure.

  • MemSearcher: Training LLMs to Reason, Search and Manage Memory via End-to-End Reinforcement Learning 2026-05-08 conf:99% MemSearcher trains LLM search agents to keep a compact, question-relevant memory instead of concatenating full interaction history. It introduces multi-context GRPO for end-to-end reinforcement learning across multi-turn trajectories, improving search performance while keeping context length nearly constant.

  • A Multi-Memory Segment System for Generating High-Quality Long-Term Memory Content in Agents 2026-05-08 conf:99% The paper proposes a cognitively inspired multi-memory segment system that converts short-term interactions into structured long-term memory units for better retrieval and response generation in agents. Experiments on LoCoMo show improved memory quality, robustness, and practical effectiveness.

  • PYTHALAB-MERA: Validation-Grounded Memory, Retrieval, and Acceptance Control for Frozen-LLM Coding Agents 2026-05-08 conf:98% PYTHALAB-MERA adds an external memory-and-retrieval controller to frozen local coding LLMs, selecting episodic records and reusable skills for prompting based on validation feedback. It uses bounded rewards and delayed credit assignment to improve strict task validation success in coding-agent settings.

  • When Stored Evidence Stops Being Usable: Scale-Conditioned Evaluation of Agent Memory 2026-05-08 conf:98% This paper proposes a scale-conditioned evaluation protocol for agent memory that tests whether stored evidence remains usable as irrelevant sessions accumulate. It introduces diagnostics for reliability, memory-call burden, failure modes, and usable scale, and applies them to benchmark memory interfaces and agents.

  • Why Retrying Fails: Context Contamination in LLM Agent Pipelines 2026-05-08 conf:96% The paper formalizes how failed attempts left in an LLM agent’s context window degrade later retries, raising error rates in multi-step tool-use pipelines. It derives closed-form results for success probability and retry budgets, and shows on SWE-bench Verified that clearing context before retry can substantially improve outcomes.

  • The Memory Curse: How Expanded Recall Erodes Cooperative Intent in LLM Agents 2026-05-08 conf:93% This paper shows that giving LLM agents longer recall can reduce cooperation in repeated multi-agent games, a phenomenon it calls the memory curse. It traces the effect to memory content and reasoning patterns, and shows cooperation can be restored through memory sanitization or fine-tuning on forward-looking reasoning.

  • STALE: Can LLM Agents Know When Their Memories Are No Longer Valid? 2026-05-07 conf:99% STALE is a benchmark for testing whether LLM agents can detect and revise outdated memories when new evidence implicitly invalidates prior beliefs. It also introduces CUPMem, a prototype memory system that improves state-aware memory updating through structured consolidation and propagation-aware search.

  • What Happens Inside Agent Memory? Circuit Analysis from Emergence to Diagnosis 2026-05-07 conf:98% This paper analyzes how LLM agents internally implement memory write and read operations across external memory systems. It finds distinct routing and content circuits, shows memory uses existing context-grounding circuitry in the base model, and introduces an unsupervised diagnostic to localize memory failures.

  • LMEB: Long-horizon Memory Embedding Benchmark 2026-05-07 conf:98% LMEB is a benchmark for testing embedding models on long-horizon memory retrieval in memory-augmented LLM systems. It covers 22 datasets and 193 zero-shot tasks across episodic, dialogue, semantic, and procedural memory, showing that standard retrieval benchmarks miss important memory-related capabilities.

  • Memory as Action: Autonomous Context Curation for Long-Horizon Agentic Tasks 2026-05-07 conf:98% The paper introduces MemAct, a framework that treats LLM working-memory management as learnable actions like deleting and inserting context during long-horizon agent tasks. It jointly optimizes memory retention and task performance with reinforcement learning, reducing context length while maintaining strong accuracy.

  • SkillOS: Learning Skill Curation for Self-Evolving Agents 2026-05-07 conf:96% SkillOS trains a skill curator with reinforcement learning to update an external skill repository that LLM agents retrieve from over task streams. It improves long-term skill curation and agent performance, outperforming memory-free and prior memory-based baselines across tasks.

  • More Is Not Always Better: Cross-Component Interference in LLM Agent Scaffolding 2026-05-07 conf:91% This paper shows that adding more agent components, including memory, does not always improve LLM agent performance because components can interfere with each other. It finds task- and model-dependent best subsets and argues for interaction-aware selection instead of default all-in agent stacks.

  • CASCADE: Case-Based Continual Adaptation for Large Language Models During Deployment 2026-05-05 conf:99% CASCADE gives LLM agents an explicit episodic memory that stores and reuses past cases during deployment. It frames memory retrieval and updating as a contextual bandit, enabling continual adaptation without finetuning and improving performance across a wide range of tasks.

  • MAGE: Safeguarding LLM Agents against Long-Horizon Threats via Shadow Memory 2026-05-04 conf:98% MAGE adds a dedicated shadow memory to LLM agents that stores safety-critical context across long task trajectories and checks pending actions for risk. It improves detection and early mitigation of long-horizon attacks with little overhead.

  • The Dynamic Gist-Based Memory Model (DGMM): A Memory-Centric Architecture for Artificial Intelligence 2026-05-04 conf:98% The paper proposes DGMM, a memory-centric AI architecture that stores experience in an explicit, evolving graph of episodic and semantic memory. It uses cue-based recall to build working memory, aiming to improve persistence, provenance, interpretability, and temporal grounding without retraining.

  • A Semantic Autonomy Framework for VLM-Integrated Indoor Mobile Robots: Hybrid Deterministic Reasoning and Cross-Robot Adaptive Memory 2026-05-04 conf:96% This paper proposes a semantic autonomy framework for VLM-powered indoor robots that combines fast deterministic reasoning with an explicit adaptive memory shared across sessions and robots. Its memory design stores preferences, environment knowledge, and robot capabilities, enabling cross-robot transfer and large latency reductions on edge hardware.

  • WMF-AM: Probing LLM Working Memory via Depth-Parameterized Cumulative State Tracking 2026-05-03 conf:89% WMF-AM is a benchmark for measuring LLM working memory by testing how well models maintain and update intermediate state across sequential operations in one pass. It provides a recalibratable diagnostic showing where models break down under cumulative memory load.

  • Feedback-Normalized Developer Memory for Reinforcement-Learning Coding Agents: A Safety-Gated MCP Architecture 2026-05-02 conf:98% The paper proposes a safety-gated persistent memory system for RL coding agents that logs retrieval decisions, incorporates feedback, and links verified fixes to prior memory use. It evaluates this auditable MCP-native architecture on a benchmark of RL software bugs and shows strong retrieval reliability with conservative deployment controls.

  • Agentic Learner with Grow-and-Refine Multimodal Semantic Memory 2026-05-02 conf:98% This paper introduces ViLoMem, a dual-stream multimodal semantic memory for agentic MLLMs that stores and updates visual and reasoning knowledge separately. It helps models learn from past successes and failures, reducing repeated errors and improving accuracy across multimodal benchmarks.

  • $How^{2}$: How to learn from procedural How-to questions 2026-05-02 conf:97% Introduces How^2, a memory framework where LLM-based agents ask how-to questions, store the answers, and reuse them for lifelong learning in interactive environments. In Minecraft planning tasks, abstract reusable answers improve long-term planning more than state-specific executable advice.

  • From Unstructured Recall to Schema-Grounded Memory: Reliable AI Memory via Iterative, Schema-Aware Extraction 2026-05-01 conf:99% The paper proposes a schema-grounded external memory system for AI agents that writes verified structured records instead of relying on text retrieval alone. Its iterative, schema-aware extraction pipeline improves reliability on memory tasks requiring exact facts, state updates, and constrained querying.

  • Memory in the LLM Era: Modular Architectures and Strategies in a Unified Framework 2026-05-01 conf:99% The paper unifies existing memory methods for LLM-based agents, compares them under shared experimental settings, and analyzes their strengths on standard benchmarks. It also proposes a new modular memory method that outperforms prior approaches.

  • Learning How and What to Memorize: Cognition-Inspired Two-Stage Optimization for Evolving Memory 2026-05-01 conf:98% MemCoE is a two-stage, cognition-inspired framework for LLM agents that learns both how to organize memory and what user information to update over long interactions. It improves personalized long-term memory with more stable and robust optimization across multiple benchmarks.

  • Agentic Memory: Learning Unified Long-Term and Short-Term Memory Management for Large Language Model Agents 2026-04-30 conf:99% AgeMem lets an LLM agent manage short-term and long-term memory itself by choosing when to store, retrieve, update, summarize, or discard information. It trains this unified memory behavior with reinforcement learning and improves long-horizon agent performance and context efficiency.

  • Contextual Agentic Memory is a Memo, Not True Memory 2026-04-30 conf:98% The paper argues that current agent memory systems are retrieval tools, not true memory, and formalizes their limits in long-term learning, compositional generalization, and security. It proposes a neuroscience-inspired view where retrieval should be paired with slower weight consolidation.

  • Grounding Agent Memory in Contextual Intent 2026-04-30 conf:98% STITCH is an agent memory system that tags interaction history with contextual intent so LLM agents can retrieve past information that matches the current goal and action. It reduces retrieval interference in long-horizon tasks and is evaluated with a new benchmark, CAME-Bench.

  • OCR-Memory: Optical Context Retrieval for Long-Horizon Agent Memory 2026-04-29 conf:99% OCR-Memory stores long agent trajectories as images and retrieves relevant verbatim text through visual anchors, reducing token costs and hallucination. It improves long-horizon agent performance under tight context limits by expanding effective external memory capacity.

  • Detecting Clinical Discrepancies in Health Coaching Agents: A Dual-Stream Memory and Reconciliation Architecture 2026-04-29 conf:98% Introduces a dual-stream memory system for healthcare LLM agents that keeps patient-reported memories separate from clinical records and reconciles conflicts for safety. It shows strong discrepancy detection across longitudinal sessions and quantifies errors introduced during memory extraction from conversations.

  • When Continual Learning Moves to Memory: A Study of Experience Reuse in LLM Agents 2026-04-29 conf:98% This paper shows that in memory-augmented LLM agents, continual learning bottlenecks shift from parameter updates to memory retrieval under limited context. It introduces a framework for memory representation and organization, finding trade-offs between transfer, forgetting, and negative transfer across sequential tasks.

  • From Soliloquy to Agora: Memory-Enhanced LLM Agents with Decentralized Debate for Optimization Modeling 2026-04-28 conf:97% Agora-Opt is a multi-agent framework for optimization modeling that combines decentralized debate with a read-write memory bank. It stores solver-verified artifacts and past resolutions so agents can improve over time without training, leading to stronger performance across benchmarks and LLM backbones.

  • PsychAgent: An Experience-Driven Lifelong Learning Agent for Self-Evolving Psychological Counselor 2026-04-28 conf:97% PsychAgent is a lifelong-learning counseling agent that uses persistent memory and strategic planning to maintain continuity across multi-session conversations. It also extracts skills from past counseling trajectories and internalizes them to improve future responses.

  • MemRec: Collaborative Memory-Augmented Agentic Recommender System 2026-04-28 conf:97% MemRec introduces a collaborative memory framework for LLM-based recommender agents that shares relational signals across users and items while avoiding context overload. It uses a lightweight model to manage and distill dynamic memory for a larger recommendation model, improving performance on four benchmarks.

  • Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon Agents 2026-04-23 conf:99% Memanto is a memory layer for long-horizon AI agents that uses typed semantic memory, conflict resolution, and temporal versioning with fast information-theoretic retrieval. It outperforms graph- and vector-based memory systems on LongMemEval and LoCoMo while reducing retrieval and ingestion complexity.

  • StructMem: Structured Memory for Long-Horizon Behavior in LLMs 2026-04-23 conf:99% StructMem is a hierarchical memory system for long-term LLM agents that preserves event relationships for better temporal reasoning and multi-hop question answering. It improves performance on LoCoMo while using fewer tokens, API calls, and runtime than prior memory methods.

  • FSFM: A Biologically-Inspired Framework for Selective Forgetting of Agent Memory 2026-04-23 conf:99% This paper proposes a biologically inspired framework for selective forgetting in LLM agent memory systems. It organizes forgetting methods into several types and shows that pruning or deleting memories can improve efficiency, response quality, and security in memory-enabled agents.

  • AEL: Agent Evolving Learning for Open-Ended Environments 2026-04-23 conf:97% AEL helps LLM agents improve over long sequential tasks by learning which memory retrieval policy to use and by reflecting on failures to guide future decisions. It shows that better use of experience, not extra architectural complexity, drives stronger agent performance.

  • Ask Only When Needed: Proactive Retrieval from Memory and Skills for Experience-Driven Lifelong Agents 2026-04-22 conf:99% This paper introduces ProactAgent, a lifelong agent framework that stores past experience in structured factual, episodic, and skill memories and learns to proactively retrieve from them during interaction. It treats retrieval as a decision policy, training the agent to ask for memory only when it improves outcomes or efficiency, leading to better long-horizon task performance with less retrieval overhead.

  • HiGMem: A Hierarchical and LLM-Guided Memory System for Long-Term Conversational Agents 2026-04-22 conf:99% HiGMem is a hierarchical long-term memory system for conversational LLM agents that stores event summaries and dialogue turns, then uses the LLM to decide which detailed turns to read. This improves retrieval precision and answer quality on LoCoMo10 while using far fewer retrieved memory turns than prior methods.

  • Lightweight LLM Agent Memory with Small Language Models 2026-04-22 conf:99% LightMem is a lightweight external memory system for LLM agents that uses small language models to manage short-term, mid-term, and long-term memory. It separates fast online retrieval from offline consolidation, aiming to improve long-horizon consistency and reusable knowledge recall with low latency.

  • Stateless Decision Memory for Enterprise AI Agents 2026-04-22 conf:98% The paper proposes Deterministic Projection Memory, a stateless memory design for enterprise decision agents that stores an append-only event log and builds a task-specific projection only at decision time. It argues this architecture better supports replayability, auditability, isolation, and scale than stateful summarization-based memory, while improving accuracy and speed under tight memory budgets.

  • Memory-Augmented LLM-based Multi-Agent System for Automated Feature Generation on Tabular Data 2026-04-22 conf:88% This paper presents MALMAS, a multi-agent LLM system for automated feature generation on tabular data. It uses explicit procedural, feedback, and conceptual memory modules plus a router agent to iteratively refine generated features and improve their quality and diversity.

  • Trust, Lies, and Long Memories: Emergent Social Dynamics and Reputation in Multi-Round Avalon with LLM Agents 2026-04-22 conf:86% This paper studies LLM agents playing repeated Avalon games while remembering prior interactions across games. The retained memory produces reputation effects and more strategic deception, showing how agent memory influences multi-agent social dynamics over time.

  • IMPACT-CYCLE: A Contract-Based Multi-Agent System for Claim-Level Supervisory Correction of Long-Video Semantic Memory 2026-04-22 conf:80% IMPACT-CYCLE presents a multi-agent system that represents long-video understanding as a shared, versioned semantic memory made of typed claims, dependencies, and provenance. Specialized agents and human arbitration iteratively verify and correct only affected memory regions, improving downstream reasoning while reducing human correction cost.

  • From Verbatim to Gist: Distilling Pyramidal Multimodal Memory via Semantic Information Bottleneck for Long-Horizon Video Agents 2026-04-21 conf:98% The paper proposes MM-Mem, a pyramidal multimodal memory system for long-horizon video agents that organizes information into sensory, episodic, and symbolic memory layers. It compresses detailed observations into higher-level semantic representations and uses learned retrieval to access relevant memory, improving long-context video reasoning.

  • CLAG: Adaptive Memory Organization via Agent-Driven Clustering for Small Language Model Agents 2026-04-20 conf:99% CLAG is a memory framework for small language model agents that organizes stored experiences into semantic clusters using an agent-driven router. It builds summaries and tags for each cluster and retrieves memory in two stages to reduce irrelevant context, improving QA performance and robustness.

  • Latent Preference Modeling for Cross-Session Personalized Tool Calling 2026-04-20 conf:97% This paper studies how LLM agents can remember user preferences across sessions to improve personalized tool calling. It introduces the MPT benchmark and proposes PRefine, a memory-augmented test-time method that extracts and updates reusable preference hypotheses from past interactions, improving accuracy with far less context than full-history prompting.

  • HELM: Harness-Enhanced Long-horizon Memory for Vision-Language-Action Manipulation 2026-04-20 conf:96% HELM improves long-horizon vision-language-action manipulation by adding an episodic memory module that retrieves key task history, a learned verifier that uses memory-conditioned context to predict failures, and a controller that rolls back and replans. The paper shows explicit memory helps more than just extending context length, and introduces an evaluation protocol for recovery under perturbations.

  • Memory Intelligence Agent 2026-04-19 conf:98% This paper proposes Memory Intelligence Agent, a deep research agent framework with both non-parametric and parametric memory. It stores compressed historical trajectories, updates memory during test time, and links external and internal memory through a bidirectional conversion loop to improve planning and reasoning.

  • Visual Inception: Compromising Long-term Planning in Agentic Recommenders via Multimodal Memory Poisoning 2026-04-18 conf:96% This paper shows that agentic recommender systems using long-term multimodal memory can be attacked by planting poisoned visual memories that later get retrieved and alter planning. It proposes CognitiveGuard, a defense that sanitizes perceptual inputs and verifies memory-based reasoning to reduce the attack’s success.

  • Oblivion: Self-Adaptive Agentic Memory Control through Decay-Driven Activation 2026-04-17 conf:99% This paper introduces Oblivion, a memory control framework for LLM agents that uses decay-driven forgetting instead of always-on retrieval. It separates when the agent should read from memory and what memories should be reinforced on write, enabling hierarchical memory and better adaptation in long-horizon tasks.

  • Experience Compression Spectrum: Unifying Memory, Skills, and Rules in LLM Agents 2026-04-17 conf:98% This paper studies how LLM agents can store and compress past experience for long-horizon, multi-session use. It unifies memory, skills, and rules as different compression levels of reusable experience, surveys existing systems, and identifies open problems in adaptive compression and knowledge lifecycle management.

  • EvoTest: Evolutionary Test-Time Learning for Self-Improving Agentic Systems 2026-04-17 conf:84% The paper introduces J-TTL, a benchmark where an agent must improve across repeated game episodes, and proposes EvoTest, which evolves the agent system after each episode without fine-tuning. EvoTest updates prompts, logs useful state-action choices into memory, adjusts hyperparameters, and refines tool-use routines to improve future performance.

  • MAGMA: A Multi-Graph based Agentic Memory Architecture for AI Agents 2026-04-16 conf:99% MAGMA is an agentic memory architecture that stores memories in multiple relational graphs, including semantic, temporal, causal, and entity views. It retrieves information through policy-guided graph traversal to build more relevant and interpretable context for long-horizon reasoning. Experiments on LoCoMo and LongMemEval show improved performance over prior agent memory systems.

  • Rashomon Memory: Towards Argumentation-Driven Retrieval for Multi-Perspective Agent Memory 2026-04-16 conf:98% This paper introduces Rashomon Memory, a multi-perspective agent memory system where different goal-conditioned agents store the same experiences with different interpretations. At retrieval time, these perspectives debate using argumentation, allowing the system to select, combine, or explicitly surface conflicting memories with an explanation trace.

  • PolicyBank: Evolving Policy Understanding for LLM Agents 2026-04-16 conf:97% PolicyBank is a memory system for LLM agents that stores structured policy insights and updates them through corrective feedback, helping agents refine how they interpret organizational policies during tool use. The paper also adds a benchmark setting with controlled policy gaps to evaluate whether memory mechanisms can improve policy compliance beyond treating the original policy text as fixed ground truth.

  • Skill-Pro: Learning Reusable Skills from Experience via Non-Parametric PPO for LLM Agents 2026-04-16 conf:97% Skill-Pro enables LLM agents to turn past interaction trajectories into reusable procedural skills without changing model weights. It builds a compact long-term procedural memory with mechanisms for skill extraction, verification, reuse, and compression, leading to better performance and stability across tasks and agents.

  • APEX-MEM: Agentic Semi-Structured Memory with Temporal Reasoning for Long-Term Conversational AI 2026-04-15 conf:99% APEX-MEM is a long-term conversational memory system for LLM-based dialogue agents. It stores conversations in a temporally grounded property graph with append-only history and uses a retrieval agent to resolve evolving or conflicting facts at query time, producing compact relevant memory summaries. The system improves performance on LOCOMO and LongMemEval, showing stronger temporal coherence in conversational memory.

  • AMA: Adaptive Memory via Multi-Agent Collaboration 2026-04-15 conf:99% AMA is a multi-agent memory framework for LLM agents that builds and retrieves memories at multiple granularities, then checks and refreshes them to maintain relevance and consistency. It explicitly addresses memory construction, adaptive access, conflict resolution, and forgetting/updating, and shows strong results on long-context benchmarks with much lower token use than full-context methods.

  • Remember Me, Refine Me: A Dynamic Procedural Memory Framework for Experience-Driven Agent Evolution 2026-04-15 conf:99% This paper presents ReMe, a procedural memory framework for LLM agents that turns past experience into reusable memories. It distills successes and failures, retrieves context-relevant memories for new tasks, and updates or prunes memories based on utility. Experiments on BFCL-V3 and AppWorld show strong gains, suggesting dynamic memory can improve agent performance more efficiently than simply scaling model size.

  • Memp: Exploring Agent Procedural Memory 2026-04-15 conf:99% The paper proposes Memp, a procedural memory system for LLM agents that distills past trajectories into detailed instructions and higher-level scripts. It explicitly studies how to build, retrieve, update, correct, and deprecate memory over time, showing improved agent performance and transfer of learned procedural memory from stronger to weaker models.

  • Evo-MedAgent: Beyond One-Shot Diagnosis with Agents That Remember, Reflect, and Improve 2026-04-15 conf:98% Evo-MedAgent equips a tool-using medical LLM agent with a self-evolving memory so it can learn across cases at test time instead of treating each case independently. Its memory includes retrieved past clinical episodes, an updated bank of diagnostic heuristics, and a controller that tracks tool reliability, improving diagnostic accuracy without retraining.

  • Memory Transfer Learning: How Memories are Transferred Across Domains in Coding Agents 2026-04-15 conf:97% This paper studies how coding agents can reuse explicit memories across different task domains instead of keeping memory siloed within one domain. It shows that abstract, high-level memories transfer better than low-level traces, that larger shared memory pools help, and that memory can even transfer across different models.

  • ImplicitMemBench: Measuring Unconscious Behavioral Adaptation in Large Language Models 2026-04-15 conf:97% This paper introduces ImplicitMemBench, a benchmark for testing implicit memory in LLM agents through procedural memory, priming, and classical conditioning tasks. Across 17 models, results show that current systems struggle to turn experience into automatic behavior, suggesting important gaps in LLM memory mechanisms and evaluation.

Retrieval-Augmented Generation

RAG pipelines, grounding, and external knowledge retrieval to augment LLM generation.

KV Cache & Attention Memory

KV cache compression, eviction, offloading, and efficient attention for long-context inference.

Truncated — view the full README on GitHub.

Contributors

revectores

1 commits

revectores/awesome-llm-memory

Curated papers on memory mechanisms for large language models: agent memory, RAG, KV cache, long-context, and more.

0

1 commits

updated Jun 6, 2026

See the code

README

Awesome LLM Memory

Papers Last Updated

A curated collection of papers on memory mechanisms for large language models, covering agent memory systems, retrieval-augmented generation, KV cache optimization, long-context management, and more.

Coverage: 2026-04-15 to 2026-06-04  ·  563 papers

Contents

Agent Memory Systems

Memory architectures, storage, and management for LLM-based agents handling long-horizon tasks.

  • Beyond Semantic Organization: Memory as Execution State Management for Long-Horizon Agents 2026-06-04 conf:99% The paper proposes MAGE, a hierarchical memory system for long-horizon LLM agents that manages execution state instead of relying on semantic retrieval alone. It stores trajectories in a state tree, supports compression and revision, and improves task success while cutting token usage.

  • EMBER: Efficient Memory via Budgeted Evidence Retention for Long-Horizon Agents 2026-06-04 conf:99% EMBER learns what evidence a long-horizon agent should retain before future queries are known, under a fixed memory budget. It stores compact source-backed evidence capsules and improves retrieval and answer quality over budgeted baselines on a long-memory evaluation benchmark.

  • TOKI: A Bitemporal Operator Algebra for Contradiction Resolution in LLM-Agent Persistent Memory 2026-06-04 conf:98% TOKI formalizes contradiction resolution in LLM-agent persistent memory as write-time concurrency control. It defines bitemporal memory operators with explicit isolation and provenance guarantees, proving correctness and showing how audited memory updates can avoid replay inconsistency, belief drift, and audit loss.

  • When Should Memory Stay Silent: Measuring Memory-Use Boundaries in Memory-Augmented Conversational Agents 2026-06-04 conf:98% This paper introduces RBI-Eval, a benchmark for testing when memory-augmented conversational agents should avoid using sensitive long-term memories. It shows retrieval alone is insufficient and that safe personalization requires memory-aware decisions in both retrieval and response generation.

  • Beyond Similarity: Trustworthy Memory Search for Personal AI Agents 2026-06-04 conf:98% The paper shows that similarity-based long-term memory retrieval in personal AI agents can cause unsafe or inappropriate behavior. It introduces MemGate, a lightweight plug-in that filters retrieved memories based on the current task, improving safety while preserving memory utility.

  • MARDoc: A Memory-Aware Refinement Agent Framework for Multimodal Long Document QA 2026-06-04 conf:98% MARDoc introduces a three-agent framework for multimodal long-document QA that replaces a single growing context with structured, dynamically updated evidence and reasoning memory. This reduces context noise and improves multi-hop reasoning accuracy over strong baselines.

  • Enhancing Software Engineering Through Closed-Loop Memory Optimization 2026-06-04 conf:98% The paper proposes a closed-loop framework that evaluates and optimizes memory for LLM software-engineering agents using validated downstream impact. It improves single-episode and cross-episode performance while reducing computational cost.

  • ABBEL: Learning Natural-Language Belief States for Memory-Efficient Interaction 2026-06-04 conf:98% ABBEL uses recursively updated natural-language belief states as an explicit memory for sequential decision-making agents. It analyzes memory failures and improves belief updating and compression with RL-based training, narrowing the gap to full-context models while using much less memory.

  • Membrane: A Self-Evolving Contrastive Safety Memory for LLM Agent Defense 2026-06-04 conf:94% Membrane introduces a self-evolving contrastive safety memory that stores paired harmful and benign patterns for LLM guardrails. Retrieved memory cells guide safer inference without retraining, improving jailbreak defense while reducing false refusals in both standalone models and agents.

  • MLEvolve: A Self-Evolving Framework for Automated Machine Learning Algorithm Discovery 2026-06-04 conf:93% MLEvolve is a multi-agent LLM framework for automated algorithm discovery that adds retrospective memory and dynamic global memory to reuse past experience during long-horizon search. It also improves coordination with graph-based cross-branch information flow and hierarchical planning, achieving strong results on MLE-Bench.

  • LongSpace: Exploring Long-Horizon Spatial Memory from Perception to Recall in Video 2026-06-04 conf:92% Introduces LongSpace-Bench and LongSpace, a memory framework for long-video MLLMs that stores layer-aware spatial memory and retrieves it for question answering. It improves long-horizon spatial reasoning by combining chunked video processing with 3D structural cues.

  • PersonaTree: Structured Lifecycle Memory for Person Understanding in LLM Agents 2026-06-03 conf:99% PersonaTree introduces a structured long-term memory for LLM agents that turns interaction evidence into stable person-level claims through a three-level persona tree. It uses conservative writing, confidence-guided consolidation, and query-conditioned retrieval to improve person understanding and persistent memory performance.

  • RAMPART: Registry-based Agentic Memory with Priority-Aware Runtime Transformation 2026-06-03 conf:99% RAMPART introduces a registry-based in-memory system for LLM agents that compiles context from addressable blocks using explicit policies for promotion, gating, writing, eviction, and rollback. It shows better task success through block placement and grouping, cuts prompt cost with relevance gating, and supports shared agent memory with zero coordination token cost.

  • Scaling Self-Evolving Agents via Parametric Memory 2026-06-03 conf:99% TMEM gives LLM agents a self-evolving memory by combining explicit stored history with fast online LoRA updates that change the agent’s behavior during an episode. It frames memory extraction and adaptation as an optimizable decision process and shows gains over summary- and retrieval-based memory baselines.

  • EpiEvolve: Self-Evolving Agents for Streaming Pandemic Forecasting under Regime Shifts 2026-06-03 conf:98% EpiEvolve is a self-evolving LLM forecasting agent that uses hierarchical episodic memory, delayed-label reflection, regime-aware retrieval, and strategic rule distillation to adapt without updating model weights. It improves streaming pandemic forecasting accuracy and recovers faster after regime shifts.

  • From Untrusted Input to Trusted Memory: A Systematic Study of Memory Poisoning Attacks in LLM Agents 2026-06-03 conf:98% This paper systematically analyzes memory poisoning in LLM agents, identifying exploitable memory write channels, architectural vulnerabilities, and attack types. It also introduces MPBench, a benchmark for evaluating these attacks, and shows that stronger memory use can increase agent exploitability.

  • Topology Matters: Measuring Memory Leakage in Multi-Agent LLMs 2026-06-03 conf:96% This paper introduces MAMA, a framework for measuring how multi-agent LLM communication topologies affect leakage of memorized private information. It shows that denser connections and shorter attacker-target paths increase leakage, and recommends sparse, hierarchical designs with topology-aware access control.

  • From Agent Traces to Trust: Evidence Tracing and Execution Provenance in LLM Agents 2026-06-03 conf:84% This survey studies evidence tracing and execution provenance in LLM agents, including how retrieved evidence, tool outputs, and memory items influence decisions and outcomes. It proposes a taxonomy, reviews methods and benchmarks, and emphasizes process-level accountability, debugging, and auditability.

  • DMF: A Deterministic Memory Framework for Conversational AI Agents 2026-06-02 conf:99% DMF proposes a deterministic memory framework for conversational AI agents that avoids LLM-based summarization when writing and pruning memory. It uses structured signals and decay-based scoring to manage recall efficiently, matching Mem0 accuracy while greatly reducing token usage.

  • DELTAMEM: Incremental Experience Memory for LLM Agents via Residual Trees 2026-06-02 conf:99% DeltaMem organizes LLM agent experience into residual trees that store shared base experiences and incremental variations, reducing redundancy and retrieval conflicts. It adds retrieval and consolidation mechanisms so agents can reuse and refine memory more effectively across interactive tasks.

  • MemTrain: Self-Supervised Context Memory Training 2026-06-02 conf:98% MemTrain is a self-supervised framework that improves LLM agents’ context memory using masked reconstruction and intermediate memory recall objectives over unlabeled text. It boosts memory-intensive downstream reasoning on long-text and search-based QA benchmarks.

  • PhotoCraft: Agentic Reasoning with Hierarchical Self-Evolving Memory for Deep Image Search 2026-06-02 conf:98% PhotoCraft introduces a training-free hierarchical memory system for multimodal LLM agents, combining working, episodic, and semantic memory for deep image search. It improves multi-step reasoning and context-aware retrieval on DISBench, reducing failures caused by stateless agents.

  • Better with Experience: Self-Evolving LLM Agents for Evidence-Grounded Health Community Notes 2026-06-01 conf:97% EvoNote is an LLM agent system that improves health Community Notes by storing reusable experience memory from past misinformation correction episodes. It uses fine-grained credit assignment to turn feedback into action-level memory, leading to faster note generation and better evidence-grounded notes than human-written baselines.

  • Joint Agent Memory and Exploration Learning via Novelty Signals 2026-06-01 conf:96% JAMEL jointly trains a language-agent memory module and exploration policy using novelty signals as supervision. It compresses long interaction histories into useful latent memory, improving exploration in unseen environments while lowering token usage.

  • Latent Collaboration in Multi-Agent Systems 2026-06-01 conf:95% LatentMAS lets LLM agents collaborate through a shared latent working memory instead of text, preserving internal representations without re-encoding. It improves multi-agent reasoning accuracy while greatly reducing token use and speeding up inference.

  • Harness-1: Reinforcement Learning for Search Agents with State-Externalizing Harnesses 2026-06-01 conf:92% Harness-1 trains a search agent with reinforcement learning while offloading routine state tracking to an external harness that keeps structured working memory. This explicit memory design improves retrieval performance and transfer across benchmarks by separating semantic search decisions from bookkeeping.

  • AMP: A Vendor-Neutral Wire Format for Agent Memory Operations 2026-05-31 conf:98% Proposes a vendor-neutral wire format and reference implementation for agent memory operations like remember, recall, forget, and merge across multiple memory frameworks. It adds interoperable memory types, human-in-the-loop governance, and cross-adapter evaluation for practical long-term memory systems.

  • Can LLM Agents Sustain Long-Horizon Organizational Dynamics? 2026-05-31 conf:96% TaskWeave is a hierarchical multi-agent framework that uses planning-state maintenance and dependency-aware trace memory to support coherent long-horizon organizational simulations. It improves execution grounding and organizational coherence in a year-long IT company simulation.

  • Reasmory: 3D Reconstruction as Explicit Memory for VLMs Spatial Reasoning 2026-05-31 conf:93% Reasmory builds explicit 3D spatial memory from multi-view images or video and lets VLMs reason over it through a validated DSL instead of free-form tool use. This improves spatial reasoning reliability and boosts benchmark performance by 6–18% over strong baselines.

  • Don't Read Everything: A Curvature-Conditioned Query for Linear Attention 2026-05-31 conf:92% The paper proposes Curvature-Conditioned Query, a read-time memory access method for linear attention that contracts queries using running key covariance. This improves retrieval and long-context performance with small overhead and can be added to existing linear-attention models.

  • MemPro: Agentic Memory Systems as Evolvable Programs 2026-05-30 conf:99% MemPro treats an agent’s memory construction-retrieval pipeline as an evolvable program, not a fixed system. It iteratively diagnoses failures and edits memory-system implementations, improving long-horizon agent performance on multiple memory-intensive benchmarks.

  • CoMIC: Collaborative Memory and Insights Circulation for Long-Horizon LLM Agents in Cloud-Edge Systems 2026-05-30 conf:98% CoMIC is a cloud-edge framework that helps lightweight LLM agents handle long-horizon tasks using hierarchical local memory and cloud-based reflection. It shares reusable experience across agents through semantic subgoals, improving task progress and success without fine-tuning model parameters.

  • Learning to Retrieve: Dual-Level Long-Term Memory for Text-to-SQL Agents 2026-05-30 conf:98% MERIT is a dual-level long-term memory framework for text-to-SQL agents that retrieves episode-level and turn-level experiences at different interaction stages. It learns retrieval policies with reinforcement learning and dense proxy rewards, improving task success and reducing interaction turns.

  • RedDebate: Safer Responses Through Multi-Agent Red Teaming Debates 2026-05-30 conf:95% RedDebate combines multi-agent debate with long-term memory modules that store safety insights from prior interactions and reuse them during later inference. This automated red-teaming framework improves LLM safety by reducing unsafe outputs beyond debate alone.

  • SAGE: A Novelty Gate for Efficient Memory Evolution in Agentic LLMs 2026-05-29 conf:99% SAGE is a novelty-aware memory write gate for agentic LLMs that decides when to add, merge, or ignore new facts. It improves long-term memory quality while reducing expensive LLM write-time calls, latency, and cost.

  • ElasticMem: Latent Memory as a Learnable Resource for LLM Agents 2026-05-29 conf:99% ElasticMem gives LLM agents a learnable long-term latent memory that adaptively retrieves past information and assigns each memory a variable budget before injecting it as soft tokens. It improves memory-heavy QA and embodied agent performance while reducing token costs.

  • AutoSci: A Memory-Centric Agentic System for the Full Scientific Research Lifecycle 2026-05-29 conf:98% AutoSci is a memory-centric scientific agent system that supports the full research lifecycle using persistent structured memory for reusable knowledge and project artifacts. It combines lifecycle orchestration, multi-agent operators, and feedback-driven memory/skill updates to improve across research projects.

  • Meta-Cognitive Memory Policy Optimization for Long-Horizon LLM Agents 2026-05-28 conf:99% The paper proposes MMPO, a method for training memory-augmented LLM agents using a belief-entropy signal that measures how well intermediate summaries preserve task-relevant state. This gives finer-grained supervision than outcome-only rewards and improves long-horizon performance at very large context lengths.

  • Hijacking Agent Memory: Stealthy Trojan Attacks Through Conversational Interaction 2026-05-28 conf:98% This paper presents MemPoison, a stealthy attack that injects triggerable backdoors into an LLM agent’s long-term memory through normal conversation. It targets realistic selective memory pipelines and shows high attack success across agents while analyzing why current defenses fail.

  • STAMP: Training Explicit Memory for Mobile GUI Agents in Controllable and Scalable Virtual Environments 2026-05-28 conf:98% STAMP trains mobile GUI agents to explicitly encode and retrieve memory using controllable virtual environments that generate scalable, verifiable supervision. It also introduces the Memory-World benchmark and shows strong gains on long-horizon tasks requiring memory.

  • MemCollab: Cross-Model Memory Collaboration via Contrastive Trajectory Distillation 2026-05-28 conf:98% MemCollab builds a shared memory for LLM agents with different backbone models by contrasting their reasoning trajectories to extract task-level constraints while filtering model-specific biases. A task-aware retrieval method then selects relevant memories, improving accuracy and efficiency on math and code tasks.

  • Entity-Collision: A Stratified Protocol for Attributing Retrieval Lift in Agent Memory 2026-05-28 conf:96% The paper introduces Entity-Collision, a reproducible evaluation protocol for agent-memory retrieval that separates lexical overlap effects from true embedding-based gains. It shows which retrievers help under different memory-query conditions and highlights limits of larger encoders for agent memory recall.

  • Loong: A Human-Like Long Document Translation Agent with Observe-and-Act Adaptive Context Selection 2026-05-28 conf:95% Loong is a long-document translation agent that uses a 3E memory module to store summaries, exemplars, and entities, then adaptively selects the most useful history instead of attending to all prior context. It improves translation quality and robustness on ultra-long documents through reinforcement-learned context policies.

  • PatchBoard: Schema-Grounded State Mutation for Reliable and Auditable LLM Multi-Agent Collaboration 2026-05-28 conf:94% PatchBoard replaces free-form multi-agent dialogue with validated JSON Patch updates to a shared structured state. This makes LLM agent collaboration more reliable, auditable, and token-efficient, and substantially improves task success on ALFWorld.

  • Unlocking the Working Memory of Large Language Models for Latent Reasoning 2026-05-28 conf:93% The paper proposes Reasoning in Memory (RiM), which uses fixed memory blocks to let LLMs perform latent reasoning without generating intermediate thought tokens autoregressively. This enables more compute-efficient reasoning and matches or outperforms existing latent reasoning methods on reasoning benchmarks.

  • Towards Verifiable Multimodal Deep Research: A Multi-Agent Harness for Interleaved Report Generation 2026-05-28 conf:90% Ptah is a multi-agent framework for multimodal deep research that uses a visual working memory to track source-aligned images during planning, evidence collection, and report writing. It also introduces an evaluation protocol for checking factual grounding, citation fidelity, and cross-modal consistency.

  • Rethinking Memory as Continuously Evolving Connectivity 2026-05-27 conf:99% FluxMem treats LLM agent memory as a heterogeneous graph that continuously updates its connections through feedback, refinement, and long-term consolidation. It improves adaptation and generalization in dynamic agent tasks, achieving strong results on LoCoMo, Mind2Web, and GAIA.

  • MemCog: From Memory-as-Tool to Memory-as-Cognition in Conversational Agents 2026-05-27 conf:99% MemCog turns agent memory from one-shot retrieval into an active part of reasoning through navigable linked memory, multi-step memory traversal, and proactive memory triggering. It also introduces ProactiveMemBench and shows strong gains on both standard and proactive memory benchmarks.

  • MemGuard: Preventing Memory Contamination in Long-Term Memory-Augmented Large Language Models 2026-05-27 conf:99% MemGuard is a type-aware long-term memory framework for LLMs that separates user facts, episodic events, and behavioral rules to avoid mixing incompatible memories. It improves reliability in long-horizon conversations while using fewer retrieved memory tokens.

  • Learning Query-Aware Budget-Tier Routing for Runtime Agent Memory 2026-05-27 conf:99% BudgetMem is a runtime memory framework for LLM agents that routes queries across memory modules with different cost-performance tiers. It uses a lightweight learned router to control memory construction cost while preserving task accuracy, achieving better trade-offs on several memory-intensive benchmarks.

  • Personal Visual Memory from Explicit and Implicit Evidence 2026-05-27 conf:98% Introduces a benchmark for personal visual memory and VisualMem, a hybrid visual-text memory system for personalized AI agents. It captures explicit and implicit user information from images instead of reducing them to captions, improving long-term memory performance.

  • ClinicalAgents: Multi-Agent Orchestration for Clinical Decision Making with Dual-Memory 2026-05-27 conf:98% ClinicalAgents introduces a multi-agent clinical decision framework with dual memory: mutable working memory for evolving patient context and static experience memory for retrieving guidelines and past cases. Combined with MCTS-based orchestration, it improves diagnostic accuracy and explainability.

  • When Does Memory Help Multi-Trajectory Inference for Tool-Use LLM Agents? 2026-05-27 conf:97% This paper analyzes when memory helps tool-use LLM agents by comparing several cross-trajectory memory methods across multiple inference strategies and benchmarks. It shows that memory gains depend strongly on the search method, with some memory forms improving accuracy only in specific settings and atomic facts mainly reducing trajectory length.

  • PersonaAgent: Bridging Memory and Action for Personalized LLM Agents 2026-05-27 conf:97% PersonaAgent is a personalized LLM agent framework that combines episodic and semantic memory with a tool-action module, using persona prompts to connect memory and action. It also introduces a test-time alignment method that updates personalization from recent interactions.

  • Hallucination Mitigation with Agentic AI, Nested Learning, and AI Sustainability via Semantic Caching 2026-05-27 conf:94% This paper studies a multi-agent LLM pipeline that uses Continuum Memory Systems and semantic caching to reduce hallucinations without retraining. It shows that layered reviewer agents plus memory-based reuse improve factual reliability, observability, and efficiency.

  • Plant, Persist, Trigger: Sleeper Attack on Large Language Model Agents 2026-05-27 conf:89% This paper introduces Sleeper Attack, where adversarial content persists in an LLM agent’s state or memory across interactions and is triggered later by benign queries. It provides a benchmark and experiments showing current LLM agents are vulnerable to these persistent memory-state attacks.

  • Agentic Active Omni-Modal Perception for Multi-Hop Audio-Visual Reasoning 2026-05-27 conf:89% The paper presents MOV-Bench for multi-hop audio-visual reasoning and AOP-Agent, an agent framework with hierarchical omni-modal memory and an observe-reflect-replan loop. It improves open-source Omni-LLMs on long-video, reasoning-heavy tasks without extra training.

  • Graph-of-Skills: Dependency-Aware Structural Retrieval for Massive Agent Skills 2026-05-27 conf:89% The paper introduces Graph-of-Skills, a structural retrieval layer that selects dependency-aware skill bundles for LLM agents from large skill libraries within limited context budgets. It improves task success while reducing token usage by retrieving executable prerequisite chains instead of loading all skills.

  • MUSE-Autoskill: Self-Evolving Agents via Skill Creation, Memory, Management, and Evaluation 2026-05-26 conf:98% The paper presents an LLM agent framework where skills are created, stored, reused, evaluated, and refined over time. It adds skill-level memory that accumulates experience across tasks, improving reuse, adaptation, and overall agent performance.

  • Shopping Companion: A Memory-Augmented LLM Agent for Real-World E-Commerce Tasks 2026-05-26 conf:96% Introduces a memory-augmented shopping agent and a benchmark for cross-session preference-aware e-commerce tasks over 1.2M products. It also proposes annotation-free tool-level rewards to improve long-horizon decision-making, leading a lightweight 4B model to outperform stronger baselines.

  • VitaBench 2.0: Evaluating Personalized and Proactive Agents in Long-Term User Interactions 2026-05-26 conf:95% VitaBench 2.0 is a benchmark for testing personalized, proactive LLM agents in long-term user interactions where agents must extract, update, and use user preferences over time. It also provides a memory interface to compare memory architectures and exposes current models’ weaknesses in real-world personalization.

  • PEAM: Parametric Embodied Agent Memory through Contrastive Internalization of Experience in Minecraft 2026-05-26 conf:85% PEAM gives a Minecraft agent a two-part memory system: a slow LLM for reasoning and a fast parametric module that internalizes useful experiences as reusable skills. It learns from failure-correction pairs and uses adaptive consolidation rules to improve long-horizon performance while reducing forgetting.

  • Memory Architectures for Multi-Turn Text-to-SQL: A Benchmark and Empirical Study 2026-05-25 conf:99% The paper introduces EnterpriseMem-Bench, a multi-turn Text-to-SQL benchmark for testing LLM memory. It empirically compares working memory, episodic retrieval, and semantic augmentation, showing that memory design strongly affects multi-turn accuracy and releasing code and evaluation tools.

  • AMA-Bench: Evaluating Long-Horizon Memory for Agentic Applications 2026-05-25 conf:99% AMA-Bench evaluates long-horizon memory in real and synthetic LLM agent trajectories, exposing failures of existing similarity-retrieval memory systems. The paper also introduces AMA-Agent, which uses a causality graph and tool-augmented retrieval to improve agent memory performance.

  • Your Agents Are Aging Too: Agent Lifespan Engineering for Deployed Systems 2026-05-25 conf:98% The paper introduces AgingBench, a benchmark for measuring how deployed LLM agents degrade over time as their memory systems compress, retrieve, revise, and maintain accumulated state. It diagnoses failures across memory pipeline stages and shows that reliable agents need lifespan-aware evaluation and targeted repairs.

  • From Model Scaling to System Scaling: Scaling the Harness in Agentic AI 2026-05-25 conf:96% The paper argues that progress in agentic AI depends on scaling the surrounding system harness, not just the model. It highlights trustworthy memory, context governance, dynamic skill routing, and introduces a reference framework plus benchmarks for evaluating long-horizon agent behavior.

  • Anticipate and Learn: Unleashing Idle-Time Compute in Proactive Agents 2026-05-25 conf:94% ProAct is a proactive agent that uses dialogue history and persistent memory during idle time to predict users’ likely next needs and gather supporting information in advance. The paper also introduces ProActEval, a benchmark showing better efficiency and fewer hallucinations than reactive agents.

  • Dynamic Dual-Granularity Skill Bank for Agentic RL 2026-05-25 conf:94% The paper introduces D2Skill, a dynamic dual-granularity skill bank that stores reusable task-level and step-level experience for agentic RL. It continuously updates, retrieves, and prunes skills from training experience to improve agent performance across multiple benchmarks.

  • MemSkill: Learning and Evolving Memory Skills for Self-Evolving Agents 2026-05-24 conf:99% MemSkill turns fixed LLM agent memory operations into learnable, reusable skills for extracting, consolidating, and pruning interaction history. It uses a controller to select skills and a designer to refine or create new ones, improving memory quality and downstream agent performance.

  • MemMorph: Tool Hijacking in LLM Agents via Memory Poisoning 2026-05-24 conf:98% MemMorph shows that attackers can poison an LLM agent’s long-term memory with a few crafted records to steer tool selection. Across multiple benchmarks, agent backbones, and memory modules, it achieves high attack success and highlights memory integrity as a key security weakness.

  • APT-Agent: Automated Penetration Testing using Large Language Models 2026-05-24 conf:91% APT-Agent is an automated LLM-based penetration testing system that adds a command-specific memory architecture to retain context across multi-step attacks and a rectification module to fix hallucinated commands. It significantly improves end-to-end exploitation success over prior LLM pentesting agents.

  • SAM: State-Adaptive Memory for Long-Horizon Reasoning Agent 2026-05-23 conf:99% SAM is a standalone memory framework for long-horizon reasoning agents that stores compact memory cues plus raw trajectory pages for state-dependent recall. It improves agent performance across several benchmarks without retraining the underlying language model.

  • MemAudit: Post-hoc Auditing of Poisoned Agent Memory via Causal Attribution and Structural Anomaly Detection 2026-05-22 conf:98% MemAudit is a post-hoc auditing framework for memory-augmented LLM agents that identifies harmful stored memories using causal influence scoring and structural anomaly detection. It mitigates memory poisoning attacks by tracing which past records caused unsafe behavior and removing their impact.

  • OnePred: Next-Query Prediction via Recursive Intent Memory in Multi-Turn Conversations 2026-05-22 conf:97% OnePred predicts users’ next queries by maintaining a recursively updated intent memory instead of rereading full dialogue history. It cuts per-turn token cost substantially, improves prediction quality on long conversations, and introduces NQP-Bench for evaluation.

  • Parallel Context Compaction for Long-Horizon LLM Agent Serving 2026-05-22 conf:97% The paper proposes parallel context compaction for long-horizon LLM agents, replacing slow sequential summarization with a faster, more controllable approach. It improves summary-volume predictability and throughput while reducing end-to-end latency on long-context QA and dialogue benchmarks.

  • SkillEvolBench: Benchmarking the Evolution from Episodic Experience to Procedural Skills 2026-05-22 conf:93% SkillEvolBench is a benchmark for testing whether LLM agents can turn episodic task trajectories into reusable procedural skills via an external skill library. It shows current agents often fail to form robust transferable skills, with raw trajectory reuse frequently outperforming distilled skills.

  • Agent-ToM: Learning to Monitor Autonomous LLM Agents via Theory-of-Mind Reasoning 2026-05-22 conf:88% Agent-ToM monitors autonomous LLM agents by reasoning about their beliefs and intentions over full trajectories. It learns a persistent semantic guardrail memory from prior critiques, reusing constraints across episodes to better detect covert malicious behavior.

  • Preisach Attention: A Hysteretic Model of Sequential Memory 2026-05-22 conf:83% The paper introduces Preisach Attention, a hysteresis-based alternative to softmax attention that stores sequence history as a stack of local extrema. It proves strong memory-related properties, including efficient long episodic memory and lower depth requirements for certain history-dependent tasks.

  • DeferMem: Query-Time Evidence Distillation via Reinforcement Learning for Long-Term Memory QA 2026-05-21 conf:99% DeferMem is a long-term memory framework for LLM agents that retrieves broad history candidates and then distills query-specific evidence at inference time. It trains the distillation step with reinforcement learning and improves both QA accuracy and memory efficiency on long-memory benchmarks.

  • What Training Data Teaches RL Memory Agents: An Empirical Study of Curriculum Effects in Memory-Augmented QA 2026-05-21 conf:98% This paper studies how training curricula affect RL-trained LLM agents that answer questions using external memory in multi-session dialogue. It shows that mixed-benchmark training improves overall performance, while narrow curricula can teach targeted memory skills like temporal reasoning.

  • Gated DeltaNet-2: Decoupling Erase and Write in Linear Attention 2026-05-21 conf:93% Gated DeltaNet-2 improves linear-attention memory by separating erase and write operations with channel-wise gates, making compressed recurrent memory easier to update without corrupting stored information. It shows stronger long-context and retrieval performance than related sequence models, especially on needle-in-a-haystack benchmarks.

  • Psy-Chronicle:A Structured Pipeline for Synthesizing Long-Horizon Campus Psychological Counseling Dialogues 2026-05-21 conf:88% Psy-Chronicle is a framework for generating long-horizon psychological counseling dialogues using structured memory across sessions. It releases a large Chinese dataset and benchmark to test session response quality, memory recall, and temporal-causal reasoning in counseling agents.

  • EvoMemBench: Benchmarking Agent Memory from a Self-Evolving Perspective 2026-05-18 conf:99% EvoMemBench is a unified benchmark for evaluating memory in LLM agents across in-episode vs. cross-episode and knowledge- vs. execution-oriented settings. It compares 15 memory methods and long-context baselines, showing current memory systems remain limited and work best when task difficulty or context constraints make memory necessary.

  • Remembering More, Risking More: Longitudinal Safety Risks in Memory-Equipped LLM Agents 2026-05-18 conf:99% The paper studies how accumulated memory in LLM agents creates growing safety risks across many independent tasks. It introduces a longitudinal evaluation protocol for detecting memory-induced failures and shows that risk rises with longer memory exposure across multiple memory architectures and agent platforms.

  • SocialMemBench: Are AI Memory Systems Ready for Social Group Settings? 2026-05-18 conf:99% SocialMemBench is a benchmark for testing AI memory systems in multi-person social groups, where models must track shared history, norms, and individual exceptions. It reveals major failures in current open-source memory frameworks and shows that social-group memory remains a hard unsolved problem.

  • DimMem: Dimensional Structuring for Efficient Long-Term Agent Memory 2026-05-18 conf:99% DimMem introduces a structured long-term memory format for LLM agents that stores atomic memories with explicit fields like time, location, and purpose. This enables more accurate and cheaper retrieval and updating than prior lightweight memory systems on long-context agent benchmarks.

  • Hidden in Memory: Sleeper Memory Poisoning in LLM Agents 2026-05-18 conf:99% This paper studies a new attack on LLM agents with persistent memory, where adversarial content poisons stored user memories and later steers future behavior. It evaluates whether poisoned memories are written, retrieved, and acted on, showing persistent memory can become a long-term attack surface.

  • Evo-Memory: Benchmarking LLM Agent Test-time Learning with Self-Evolving Memory 2026-05-18 conf:99% Evo-Memory introduces a benchmark and framework for evaluating self-evolving memory in LLM agents over continuous task streams. It compares memory modules and proposes methods for retrieving, updating, and refining memory so agents can reuse experience and improve at test time.

  • EXG: Self-Evolving Agents with Experience Graphs 2026-05-18 conf:97% EXG introduces a structured experience graph as an external memory for self-evolving LLM agents, organizing successes and failures for real-time and offline reuse. It improves cross-task learning, solution quality, and efficiency on code generation and reasoning benchmarks.

  • Causal Intervention-Based Memory Selection for Long-Horizon LLM Agents 2026-05-17 conf:99% The paper proposes Causal Memory Intervention, a method that selects long-term memories for LLM agents based on their causal effect on answer quality rather than semantic relevance alone. It also introduces Causal-LoCoMo, a benchmark for testing robustness against irrelevant and harmful memories.

  • NeuSymMS: A Hybrid Neuro-Symbolic Memory System for Persistent, Self-Curating LLM Agents 2026-05-17 conf:99% NeuSymMS proposes a hybrid neuro-symbolic memory system for LLM agents that extracts facts from dialogue, curates them with explicit rules, and stores them as persistent structured memory. It supports short- and long-term memory, pruning and promotion policies, and scoped sharing across users and agents.

  • MemRepair: Hierarchical Memory for Agentic Repository-Level Vulnerability Repair 2026-05-17 conf:98% MemRepair adds hierarchical persistent memory to LLM repair agents, combining prior fixes, security patterns, and refinement trajectories to improve multi-file vulnerability repair. It uses feedback-driven retrieval and revision, achieving state-of-the-art results on several repository-level repair benchmarks.

  • Embodied Task Planning via Graph-Informed Action Generation with Large Language Models 2026-05-17 conf:97% GiG equips embodied LLM agents with a graph-structured experience memory that stores and retrieves similar past execution traces to support long-horizon planning. Combined with bounded symbolic lookahead, it improves grounded action generation and significantly boosts performance on Robotouille and ALFWorld.

  • CORAL: Towards Autonomous Multi-Agent Evolution for Open-Ended Discovery 2026-05-17 conf:92% CORAL is a framework for autonomous LLM multi-agent evolution that uses shared persistent memory, asynchronous execution, and agent management to support long-running open-ended discovery. It shows strong gains on optimization tasks by enabling knowledge reuse and collaboration among agents.

  • A Machine With Human-Like Memory Systems 2026-05-17 conf:79% The paper designs an agent with separate semantic and episodic memory systems and shows this outperforms using only one memory type. It also introduces the Room benchmark, where agents learn to store and retrieve memories, including in human-agent and multi-agent collaboration.

  • GroupMemBench: Benchmarking LLM Agent Memory in Multi-Party Conversations 2026-05-16 conf:99% Introduces GroupMemBench, a benchmark for evaluating LLM agent memory in multi-party conversations. It tests group dynamics, per-user belief tracking, and audience-aware language, showing current memory systems perform poorly and often trail simple BM25 retrieval.

  • State Contamination in Memory-Augmented LLM Agents 2026-05-16 conf:98% This paper studies how harmful content can be compressed into seemingly safe memory summaries in LLM agents and still influence later behavior. It introduces the sub-threshold propagation gap (SPG) metric and shows that sanitizing state before summarization is more effective than cleaning summaries afterward.

  • When Robots Do the Chores: A Benchmark and Agent for Long-Horizon Household Task Execution 2026-05-16 conf:95% The paper introduces LongAct, a benchmark for long-horizon household tasks, and HoloMind, a VLM agent that uses multimodal spatial memory, episodic memory, and reflective planning. It shows that explicit memory systems improve long-horizon task execution beyond relying on larger models alone.

  • FORGE: Self-Evolving Agent Memory With No Weight Updates via Population Broadcast 2026-05-15 conf:99% FORGE lets LLM agents improve by turning failed trajectories into reusable text memories like rules or examples, then broadcasting the best memory across agents. On a network-defense benchmark, this memory-sharing scheme beats zero-shot and single-agent reflection baselines without any model weight updates.

  • RecMem: Recurrence-based Memory Consolidation for Efficient and Effective Long-Running LLM Agents 2026-05-15 conf:99% RecMem is a memory system for long-running LLM agents that delays consolidation until semantically similar interactions recur, cutting token cost. It uses a subconscious retrieval layer plus episodic/semantic memory extraction and refinement, achieving lower cost and higher accuracy than prior memory systems.

  • Agentic Recommender System with Hierarchical Belief-State Memory 2026-05-15 conf:99% MARS is a memory-augmented LLM recommender agent that uses hierarchical belief-state memory across events, preferences, and profiles. It introduces adaptive memory lifecycle operations like reinforcement, consolidation, forgetting, and resynthesis, improving personalized recommendation on four benchmarks.

  • SMMBench: A Benchmark for Source-Distributed Multimodal Agent Memory 2026-05-15 conf:98% SMMBench is a benchmark for testing multimodal agent memory when evidence is scattered across independent sources like chats, images, tables, and documents. It evaluates retrieval, alignment, conflict resolution, preference reasoning, and memory-grounded action prediction, showing current systems still struggle.

  • ShadowMerge: A Novel Poisoning Attack on Graph-Based Agent Memory via Relation-Channel Conflicts 2026-05-15 conf:98% This paper introduces SHADOWMERGE, a poisoning attack that injects conflicting relations into graph-based agent memory so they are later retrieved and alter LLM agent behavior. It shows high attack success on Mem0 and real-world datasets, exposing security weaknesses in memory-augmented agent systems.

  • MemQ: Integrating Q-Learning into Self-Evolving Memory Agents over Provenance DAGs 2026-05-14 conf:99% MemQ improves LLM agent memory by assigning value to retrieved memories through a provenance DAG, letting credit flow backward across memory dependencies. Using Q-learning with eligibility traces, it boosts performance on six benchmarks, especially for multi-step tasks requiring deeper memory chains.

  • E-mem: Multi-agent based Episodic Context Reconstruction for LLM Agent Memory 2026-05-14 conf:99% E-mem introduces a multi-agent episodic memory system for LLM agents that preserves uncompressed context and reconstructs relevant episodes for reasoning. It uses assistant agents and a master planner to improve long-horizon reasoning, outperforming prior methods on LoCoMo while cutting token costs.

  • MemEye: A Visual-Centric Evaluation Framework for Multimodal Agent Memory 2026-05-14 conf:98% MemEye is a visual-centric benchmark for testing long-term multimodal agent memory, especially whether agents retain fine-grained visual evidence and track changing visual states over time. Evaluations across tasks, memory methods, and VLMs show current systems struggle with detail preservation and temporal reasoning.

  • MemLineage: Lineage-Guided Enforcement for LLM Agent Memory 2026-05-14 conf:98% MemLineage is a defense for persistent LLM agent memory that tracks cryptographic provenance and derivation lineage for each memory entry. It blocks sensitive actions justified by untrusted memory while preserving benign recall, and shows strong protection against memory-poisoning attacks with minimal overhead.

  • MemReranker: Reasoning-Aware Reranking for Agent Memory Retrieval 2026-05-14 conf:98% MemReranker improves long-term memory retrieval in LLM agents by replacing similarity-only reranking with reasoning-aware reranking that handles temporal, causal, and dialogue-context queries. It achieves stronger retrieval accuracy than common rerankers while keeping latency much lower than larger models.

  • Remember Your Trace: Memory-Guided Long-Horizon Agentic Framework for Consistent and Hierarchical Repository-Level Code Documentation 2026-05-14 conf:95% MemDocAgent generates repository-level code documentation using a shared external memory that stores and verifies prior agent traces across a dependency-aware traversal. This memory-guided design improves consistency, hierarchy, and overall documentation quality over existing baselines.

  • DrugSAGE:Self-evolving Agent Experience for Efficient State-of-the-Art Drug Discovery 2026-05-14 conf:93% DrugSAGE gives an LLM-based agent a cross-task memory that stores successful skills, useful strategy patterns, and past mistakes with fixes. This lets the agent reuse experience across drug discovery tasks, reducing search and improving performance, including strong zero-test-time results.

  • LiSA: Lifelong Safety Adaptation via Conservative Policy Induction 2026-05-14 conf:89% LiSA improves fixed AI guardrails by turning sparse failure reports into structured reusable memory, with conflict-aware local rules and confidence gating to avoid overgeneralization. It boosts safety adaptation for agents under noisy, limited feedback without repeated fine-tuning.

  • Improving Multi-turn Dialogue Consistency with Self-Recall Thinking 2026-05-14 conf:88% The paper proposes Self-Recall Thinking, a framework that teaches LLMs to selectively recall relevant past dialogue turns and reason over them during inference. It improves multi-turn dialogue consistency while reducing latency compared with external-memory and summarization-based methods.

  • Cognifold: Always-On Proactive Memory via Cognitive Folding 2026-05-13 conf:99% Cognifold introduces an always-on, brain-inspired memory system for agents that proactively organizes event streams into evolving cognitive structures. It adds an intent layer to complementary learning systems and shows strong results on both structural memory formation and standard memory benchmarks.

  • Useful Memories Become Faulty When Continuously Updated by LLMs 2026-05-13 conf:99% The paper shows that continuously consolidated textual memories in LLM agents often become faulty and can hurt performance, even when built from correct experiences. It finds episodic memory retention is more reliable than frequent consolidation and argues consolidation should be explicitly gated.

  • BOOKMARKS: Efficient Active Storyline Memory for Role-playing 2026-05-13 conf:98% BOOKMARKS introduces a search-based memory framework for role-playing agents that stores and updates task-relevant storyline bookmarks instead of relying on repeated summarization. It improves long-horizon consistency by actively grounding details and passively synchronizing memory more efficiently.

  • PersonalAlign: Hierarchical Implicit Intent Alignment for Personalized GUI Agent with Long-Term User-Centric Records 2026-05-13 conf:98% PersonalAlign studies personalized GUI agents that use long-term user records as persistent memory to infer implicit preferences and routines. It introduces the AndroidIntent benchmark and HIM-Agent, a hierarchical, continuously updated memory system that improves execution and proactive assistance.

  • ScioMind: Cognitively Grounded Multi-Agent Social Simulation with Anchoring-Based Belief Dynamics and Dynamic Profiles 2026-05-13 conf:86% ScioMind is an LLM multi-agent social simulation framework that adds hierarchical memory, memory-anchored belief updates, and retrieval-based dynamic profiles to produce more stable and realistic belief trajectories. It shows that memory and reflection improve behavioral realism in policy debate simulations.

  • $δ$-mem: Efficient Online Memory for Large Language Models 2026-05-12 conf:99% The paper introduces δ-mem, a lightweight online memory that adds a compact associative state to a frozen LLM and uses it to adjust attention during generation. It improves performance on memory-heavy benchmarks without extending context windows or fully fine-tuning the backbone.

  • MedMemoryBench: Benchmarking Agent Memory in Personalized Healthcare 2026-05-12 conf:98% MedMemoryBench is a benchmark for testing memory in personalized healthcare agents using realistic long-horizon medical interactions. It introduces a streaming evaluation protocol and studies memory saturation, showing current systems struggle with retrieval, reasoning, and noise over time.

  • Automated Reformulation of Robust Optimization via Memory-Augmented Large Language Models 2026-05-12 conf:91% The paper introduces AutoREM, a tuning-free memory-augmented framework that builds structured experience memory from past failed reformulation attempts to improve robust optimization reformulation by LLMs. It also presents AutoRO-Bench, a benchmark for systematically evaluating this task.

  • Nautilus Compass: Black-box Persona Drift Detection for Production LLM Agents 2026-05-11 conf:99% Nautilus Compass is a black-box memory layer for production LLM agents that detects persona drift and retrieves relevant past conversation text without requiring model access or LLM-based fact extraction. It provides a low-cost, deployable memory system with benchmarked gains on long-context and agent memory tasks.

  • PREPING: Building Agent Memory without Tasks 2026-05-11 conf:98% Preping builds agent procedural memory before real tasks by generating synthetic practice and selectively storing useful trajectories. It uses a proposer, solver, and validator to control what gets practiced and remembered, improving performance while lowering deployment cost.

  • Remember the Decision, Not the Description: A Rate-Distortion Framework for Agent Memory 2026-05-11 conf:98% The paper frames agent memory as a rate-distortion problem, where good memory preserves distinctions needed for decisions rather than detailed descriptions. It proposes DeMem, an online memory learner that forgets safely under a fixed budget and improves long-horizon agent performance.

  • The Trap of Trajectory: Towards Understanding and Mitigating Spurious Correlations in Agentic Memory 2026-05-10 conf:99% The paper studies how agentic memory can amplify spurious correlations in LLM decision-making. It introduces a benchmark for trajectory-level memory failures and proposes CAMEL, a plug-and-play calibration method that reduces harmful memory reliance during writing and retrieval.

  • EquiMem: Calibrating Shared Memory in Multi-Agent Debate via Game-Theoretic Equilibrium 2026-05-10 conf:99% EquiMem improves shared memory in multi-agent debate by treating memory updates as a zero-trust game and calibrating them at inference time without relying on extra LLM judgments. It strengthens robustness against corrupted or adversarial memory entries across different memory architectures.

  • Portable Agent Memory: A Protocol for Cryptographically-Verified Memory Transfer Across Heterogeneous AI Agents 2026-05-10 conf:98% This paper proposes an open protocol for transferring persistent memory across different AI agents and models. It introduces a structured memory format with provenance tracking, selective access control, and safe rehydration, plus an open-source SDK demonstrating cross-model memory transfer.

  • Mem-W: Latent Memory-Native GUI Agents 2026-05-10 conf:98% Mem-W introduces latent memory-native GUI agents that store trajectory and in-session experience as compact memory tokens integrated directly into the model’s embedding context. This avoids text-based memory scaffolds and improves long-horizon GUI task performance across web and mobile benchmarks.

  • MEMOREPAIR: Barrier-First Cascade Repair in Agentic Memory 2026-05-08 conf:99% The paper introduces MemoRepair, a method for safely repairing agent memory when source artifacts change or become invalid. It withdraws stale descendants, rebuilds valid successors under current interfaces, and uses an exact min-cut formulation to optimize repair cost while eliminating invalidated-memory exposure.

  • MemSearcher: Training LLMs to Reason, Search and Manage Memory via End-to-End Reinforcement Learning 2026-05-08 conf:99% MemSearcher trains LLM search agents to keep a compact, question-relevant memory instead of concatenating full interaction history. It introduces multi-context GRPO for end-to-end reinforcement learning across multi-turn trajectories, improving search performance while keeping context length nearly constant.

  • A Multi-Memory Segment System for Generating High-Quality Long-Term Memory Content in Agents 2026-05-08 conf:99% The paper proposes a cognitively inspired multi-memory segment system that converts short-term interactions into structured long-term memory units for better retrieval and response generation in agents. Experiments on LoCoMo show improved memory quality, robustness, and practical effectiveness.

  • PYTHALAB-MERA: Validation-Grounded Memory, Retrieval, and Acceptance Control for Frozen-LLM Coding Agents 2026-05-08 conf:98% PYTHALAB-MERA adds an external memory-and-retrieval controller to frozen local coding LLMs, selecting episodic records and reusable skills for prompting based on validation feedback. It uses bounded rewards and delayed credit assignment to improve strict task validation success in coding-agent settings.

  • When Stored Evidence Stops Being Usable: Scale-Conditioned Evaluation of Agent Memory 2026-05-08 conf:98% This paper proposes a scale-conditioned evaluation protocol for agent memory that tests whether stored evidence remains usable as irrelevant sessions accumulate. It introduces diagnostics for reliability, memory-call burden, failure modes, and usable scale, and applies them to benchmark memory interfaces and agents.

  • Why Retrying Fails: Context Contamination in LLM Agent Pipelines 2026-05-08 conf:96% The paper formalizes how failed attempts left in an LLM agent’s context window degrade later retries, raising error rates in multi-step tool-use pipelines. It derives closed-form results for success probability and retry budgets, and shows on SWE-bench Verified that clearing context before retry can substantially improve outcomes.

  • The Memory Curse: How Expanded Recall Erodes Cooperative Intent in LLM Agents 2026-05-08 conf:93% This paper shows that giving LLM agents longer recall can reduce cooperation in repeated multi-agent games, a phenomenon it calls the memory curse. It traces the effect to memory content and reasoning patterns, and shows cooperation can be restored through memory sanitization or fine-tuning on forward-looking reasoning.

  • STALE: Can LLM Agents Know When Their Memories Are No Longer Valid? 2026-05-07 conf:99% STALE is a benchmark for testing whether LLM agents can detect and revise outdated memories when new evidence implicitly invalidates prior beliefs. It also introduces CUPMem, a prototype memory system that improves state-aware memory updating through structured consolidation and propagation-aware search.

  • What Happens Inside Agent Memory? Circuit Analysis from Emergence to Diagnosis 2026-05-07 conf:98% This paper analyzes how LLM agents internally implement memory write and read operations across external memory systems. It finds distinct routing and content circuits, shows memory uses existing context-grounding circuitry in the base model, and introduces an unsupervised diagnostic to localize memory failures.

  • LMEB: Long-horizon Memory Embedding Benchmark 2026-05-07 conf:98% LMEB is a benchmark for testing embedding models on long-horizon memory retrieval in memory-augmented LLM systems. It covers 22 datasets and 193 zero-shot tasks across episodic, dialogue, semantic, and procedural memory, showing that standard retrieval benchmarks miss important memory-related capabilities.

  • Memory as Action: Autonomous Context Curation for Long-Horizon Agentic Tasks 2026-05-07 conf:98% The paper introduces MemAct, a framework that treats LLM working-memory management as learnable actions like deleting and inserting context during long-horizon agent tasks. It jointly optimizes memory retention and task performance with reinforcement learning, reducing context length while maintaining strong accuracy.

  • SkillOS: Learning Skill Curation for Self-Evolving Agents 2026-05-07 conf:96% SkillOS trains a skill curator with reinforcement learning to update an external skill repository that LLM agents retrieve from over task streams. It improves long-term skill curation and agent performance, outperforming memory-free and prior memory-based baselines across tasks.

  • More Is Not Always Better: Cross-Component Interference in LLM Agent Scaffolding 2026-05-07 conf:91% This paper shows that adding more agent components, including memory, does not always improve LLM agent performance because components can interfere with each other. It finds task- and model-dependent best subsets and argues for interaction-aware selection instead of default all-in agent stacks.

  • CASCADE: Case-Based Continual Adaptation for Large Language Models During Deployment 2026-05-05 conf:99% CASCADE gives LLM agents an explicit episodic memory that stores and reuses past cases during deployment. It frames memory retrieval and updating as a contextual bandit, enabling continual adaptation without finetuning and improving performance across a wide range of tasks.

  • MAGE: Safeguarding LLM Agents against Long-Horizon Threats via Shadow Memory 2026-05-04 conf:98% MAGE adds a dedicated shadow memory to LLM agents that stores safety-critical context across long task trajectories and checks pending actions for risk. It improves detection and early mitigation of long-horizon attacks with little overhead.

  • The Dynamic Gist-Based Memory Model (DGMM): A Memory-Centric Architecture for Artificial Intelligence 2026-05-04 conf:98% The paper proposes DGMM, a memory-centric AI architecture that stores experience in an explicit, evolving graph of episodic and semantic memory. It uses cue-based recall to build working memory, aiming to improve persistence, provenance, interpretability, and temporal grounding without retraining.

  • A Semantic Autonomy Framework for VLM-Integrated Indoor Mobile Robots: Hybrid Deterministic Reasoning and Cross-Robot Adaptive Memory 2026-05-04 conf:96% This paper proposes a semantic autonomy framework for VLM-powered indoor robots that combines fast deterministic reasoning with an explicit adaptive memory shared across sessions and robots. Its memory design stores preferences, environment knowledge, and robot capabilities, enabling cross-robot transfer and large latency reductions on edge hardware.

  • WMF-AM: Probing LLM Working Memory via Depth-Parameterized Cumulative State Tracking 2026-05-03 conf:89% WMF-AM is a benchmark for measuring LLM working memory by testing how well models maintain and update intermediate state across sequential operations in one pass. It provides a recalibratable diagnostic showing where models break down under cumulative memory load.

  • Feedback-Normalized Developer Memory for Reinforcement-Learning Coding Agents: A Safety-Gated MCP Architecture 2026-05-02 conf:98% The paper proposes a safety-gated persistent memory system for RL coding agents that logs retrieval decisions, incorporates feedback, and links verified fixes to prior memory use. It evaluates this auditable MCP-native architecture on a benchmark of RL software bugs and shows strong retrieval reliability with conservative deployment controls.

  • Agentic Learner with Grow-and-Refine Multimodal Semantic Memory 2026-05-02 conf:98% This paper introduces ViLoMem, a dual-stream multimodal semantic memory for agentic MLLMs that stores and updates visual and reasoning knowledge separately. It helps models learn from past successes and failures, reducing repeated errors and improving accuracy across multimodal benchmarks.

  • $How^{2}$: How to learn from procedural How-to questions 2026-05-02 conf:97% Introduces How^2, a memory framework where LLM-based agents ask how-to questions, store the answers, and reuse them for lifelong learning in interactive environments. In Minecraft planning tasks, abstract reusable answers improve long-term planning more than state-specific executable advice.

  • From Unstructured Recall to Schema-Grounded Memory: Reliable AI Memory via Iterative, Schema-Aware Extraction 2026-05-01 conf:99% The paper proposes a schema-grounded external memory system for AI agents that writes verified structured records instead of relying on text retrieval alone. Its iterative, schema-aware extraction pipeline improves reliability on memory tasks requiring exact facts, state updates, and constrained querying.

  • Memory in the LLM Era: Modular Architectures and Strategies in a Unified Framework 2026-05-01 conf:99% The paper unifies existing memory methods for LLM-based agents, compares them under shared experimental settings, and analyzes their strengths on standard benchmarks. It also proposes a new modular memory method that outperforms prior approaches.

  • Learning How and What to Memorize: Cognition-Inspired Two-Stage Optimization for Evolving Memory 2026-05-01 conf:98% MemCoE is a two-stage, cognition-inspired framework for LLM agents that learns both how to organize memory and what user information to update over long interactions. It improves personalized long-term memory with more stable and robust optimization across multiple benchmarks.

  • Agentic Memory: Learning Unified Long-Term and Short-Term Memory Management for Large Language Model Agents 2026-04-30 conf:99% AgeMem lets an LLM agent manage short-term and long-term memory itself by choosing when to store, retrieve, update, summarize, or discard information. It trains this unified memory behavior with reinforcement learning and improves long-horizon agent performance and context efficiency.

  • Contextual Agentic Memory is a Memo, Not True Memory 2026-04-30 conf:98% The paper argues that current agent memory systems are retrieval tools, not true memory, and formalizes their limits in long-term learning, compositional generalization, and security. It proposes a neuroscience-inspired view where retrieval should be paired with slower weight consolidation.

  • Grounding Agent Memory in Contextual Intent 2026-04-30 conf:98% STITCH is an agent memory system that tags interaction history with contextual intent so LLM agents can retrieve past information that matches the current goal and action. It reduces retrieval interference in long-horizon tasks and is evaluated with a new benchmark, CAME-Bench.

  • OCR-Memory: Optical Context Retrieval for Long-Horizon Agent Memory 2026-04-29 conf:99% OCR-Memory stores long agent trajectories as images and retrieves relevant verbatim text through visual anchors, reducing token costs and hallucination. It improves long-horizon agent performance under tight context limits by expanding effective external memory capacity.

  • Detecting Clinical Discrepancies in Health Coaching Agents: A Dual-Stream Memory and Reconciliation Architecture 2026-04-29 conf:98% Introduces a dual-stream memory system for healthcare LLM agents that keeps patient-reported memories separate from clinical records and reconciles conflicts for safety. It shows strong discrepancy detection across longitudinal sessions and quantifies errors introduced during memory extraction from conversations.

  • When Continual Learning Moves to Memory: A Study of Experience Reuse in LLM Agents 2026-04-29 conf:98% This paper shows that in memory-augmented LLM agents, continual learning bottlenecks shift from parameter updates to memory retrieval under limited context. It introduces a framework for memory representation and organization, finding trade-offs between transfer, forgetting, and negative transfer across sequential tasks.

  • From Soliloquy to Agora: Memory-Enhanced LLM Agents with Decentralized Debate for Optimization Modeling 2026-04-28 conf:97% Agora-Opt is a multi-agent framework for optimization modeling that combines decentralized debate with a read-write memory bank. It stores solver-verified artifacts and past resolutions so agents can improve over time without training, leading to stronger performance across benchmarks and LLM backbones.

  • PsychAgent: An Experience-Driven Lifelong Learning Agent for Self-Evolving Psychological Counselor 2026-04-28 conf:97% PsychAgent is a lifelong-learning counseling agent that uses persistent memory and strategic planning to maintain continuity across multi-session conversations. It also extracts skills from past counseling trajectories and internalizes them to improve future responses.

  • MemRec: Collaborative Memory-Augmented Agentic Recommender System 2026-04-28 conf:97% MemRec introduces a collaborative memory framework for LLM-based recommender agents that shares relational signals across users and items while avoiding context overload. It uses a lightweight model to manage and distill dynamic memory for a larger recommendation model, improving performance on four benchmarks.

  • Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon Agents 2026-04-23 conf:99% Memanto is a memory layer for long-horizon AI agents that uses typed semantic memory, conflict resolution, and temporal versioning with fast information-theoretic retrieval. It outperforms graph- and vector-based memory systems on LongMemEval and LoCoMo while reducing retrieval and ingestion complexity.

  • StructMem: Structured Memory for Long-Horizon Behavior in LLMs 2026-04-23 conf:99% StructMem is a hierarchical memory system for long-term LLM agents that preserves event relationships for better temporal reasoning and multi-hop question answering. It improves performance on LoCoMo while using fewer tokens, API calls, and runtime than prior memory methods.

  • FSFM: A Biologically-Inspired Framework for Selective Forgetting of Agent Memory 2026-04-23 conf:99% This paper proposes a biologically inspired framework for selective forgetting in LLM agent memory systems. It organizes forgetting methods into several types and shows that pruning or deleting memories can improve efficiency, response quality, and security in memory-enabled agents.

  • AEL: Agent Evolving Learning for Open-Ended Environments 2026-04-23 conf:97% AEL helps LLM agents improve over long sequential tasks by learning which memory retrieval policy to use and by reflecting on failures to guide future decisions. It shows that better use of experience, not extra architectural complexity, drives stronger agent performance.

  • Ask Only When Needed: Proactive Retrieval from Memory and Skills for Experience-Driven Lifelong Agents 2026-04-22 conf:99% This paper introduces ProactAgent, a lifelong agent framework that stores past experience in structured factual, episodic, and skill memories and learns to proactively retrieve from them during interaction. It treats retrieval as a decision policy, training the agent to ask for memory only when it improves outcomes or efficiency, leading to better long-horizon task performance with less retrieval overhead.

  • HiGMem: A Hierarchical and LLM-Guided Memory System for Long-Term Conversational Agents 2026-04-22 conf:99% HiGMem is a hierarchical long-term memory system for conversational LLM agents that stores event summaries and dialogue turns, then uses the LLM to decide which detailed turns to read. This improves retrieval precision and answer quality on LoCoMo10 while using far fewer retrieved memory turns than prior methods.

  • Lightweight LLM Agent Memory with Small Language Models 2026-04-22 conf:99% LightMem is a lightweight external memory system for LLM agents that uses small language models to manage short-term, mid-term, and long-term memory. It separates fast online retrieval from offline consolidation, aiming to improve long-horizon consistency and reusable knowledge recall with low latency.

  • Stateless Decision Memory for Enterprise AI Agents 2026-04-22 conf:98% The paper proposes Deterministic Projection Memory, a stateless memory design for enterprise decision agents that stores an append-only event log and builds a task-specific projection only at decision time. It argues this architecture better supports replayability, auditability, isolation, and scale than stateful summarization-based memory, while improving accuracy and speed under tight memory budgets.

  • Memory-Augmented LLM-based Multi-Agent System for Automated Feature Generation on Tabular Data 2026-04-22 conf:88% This paper presents MALMAS, a multi-agent LLM system for automated feature generation on tabular data. It uses explicit procedural, feedback, and conceptual memory modules plus a router agent to iteratively refine generated features and improve their quality and diversity.

  • Trust, Lies, and Long Memories: Emergent Social Dynamics and Reputation in Multi-Round Avalon with LLM Agents 2026-04-22 conf:86% This paper studies LLM agents playing repeated Avalon games while remembering prior interactions across games. The retained memory produces reputation effects and more strategic deception, showing how agent memory influences multi-agent social dynamics over time.

  • IMPACT-CYCLE: A Contract-Based Multi-Agent System for Claim-Level Supervisory Correction of Long-Video Semantic Memory 2026-04-22 conf:80% IMPACT-CYCLE presents a multi-agent system that represents long-video understanding as a shared, versioned semantic memory made of typed claims, dependencies, and provenance. Specialized agents and human arbitration iteratively verify and correct only affected memory regions, improving downstream reasoning while reducing human correction cost.

  • From Verbatim to Gist: Distilling Pyramidal Multimodal Memory via Semantic Information Bottleneck for Long-Horizon Video Agents 2026-04-21 conf:98% The paper proposes MM-Mem, a pyramidal multimodal memory system for long-horizon video agents that organizes information into sensory, episodic, and symbolic memory layers. It compresses detailed observations into higher-level semantic representations and uses learned retrieval to access relevant memory, improving long-context video reasoning.

  • CLAG: Adaptive Memory Organization via Agent-Driven Clustering for Small Language Model Agents 2026-04-20 conf:99% CLAG is a memory framework for small language model agents that organizes stored experiences into semantic clusters using an agent-driven router. It builds summaries and tags for each cluster and retrieves memory in two stages to reduce irrelevant context, improving QA performance and robustness.

  • Latent Preference Modeling for Cross-Session Personalized Tool Calling 2026-04-20 conf:97% This paper studies how LLM agents can remember user preferences across sessions to improve personalized tool calling. It introduces the MPT benchmark and proposes PRefine, a memory-augmented test-time method that extracts and updates reusable preference hypotheses from past interactions, improving accuracy with far less context than full-history prompting.

  • HELM: Harness-Enhanced Long-horizon Memory for Vision-Language-Action Manipulation 2026-04-20 conf:96% HELM improves long-horizon vision-language-action manipulation by adding an episodic memory module that retrieves key task history, a learned verifier that uses memory-conditioned context to predict failures, and a controller that rolls back and replans. The paper shows explicit memory helps more than just extending context length, and introduces an evaluation protocol for recovery under perturbations.

  • Memory Intelligence Agent 2026-04-19 conf:98% This paper proposes Memory Intelligence Agent, a deep research agent framework with both non-parametric and parametric memory. It stores compressed historical trajectories, updates memory during test time, and links external and internal memory through a bidirectional conversion loop to improve planning and reasoning.

  • Visual Inception: Compromising Long-term Planning in Agentic Recommenders via Multimodal Memory Poisoning 2026-04-18 conf:96% This paper shows that agentic recommender systems using long-term multimodal memory can be attacked by planting poisoned visual memories that later get retrieved and alter planning. It proposes CognitiveGuard, a defense that sanitizes perceptual inputs and verifies memory-based reasoning to reduce the attack’s success.

  • Oblivion: Self-Adaptive Agentic Memory Control through Decay-Driven Activation 2026-04-17 conf:99% This paper introduces Oblivion, a memory control framework for LLM agents that uses decay-driven forgetting instead of always-on retrieval. It separates when the agent should read from memory and what memories should be reinforced on write, enabling hierarchical memory and better adaptation in long-horizon tasks.

  • Experience Compression Spectrum: Unifying Memory, Skills, and Rules in LLM Agents 2026-04-17 conf:98% This paper studies how LLM agents can store and compress past experience for long-horizon, multi-session use. It unifies memory, skills, and rules as different compression levels of reusable experience, surveys existing systems, and identifies open problems in adaptive compression and knowledge lifecycle management.

  • EvoTest: Evolutionary Test-Time Learning for Self-Improving Agentic Systems 2026-04-17 conf:84% The paper introduces J-TTL, a benchmark where an agent must improve across repeated game episodes, and proposes EvoTest, which evolves the agent system after each episode without fine-tuning. EvoTest updates prompts, logs useful state-action choices into memory, adjusts hyperparameters, and refines tool-use routines to improve future performance.

  • MAGMA: A Multi-Graph based Agentic Memory Architecture for AI Agents 2026-04-16 conf:99% MAGMA is an agentic memory architecture that stores memories in multiple relational graphs, including semantic, temporal, causal, and entity views. It retrieves information through policy-guided graph traversal to build more relevant and interpretable context for long-horizon reasoning. Experiments on LoCoMo and LongMemEval show improved performance over prior agent memory systems.

  • Rashomon Memory: Towards Argumentation-Driven Retrieval for Multi-Perspective Agent Memory 2026-04-16 conf:98% This paper introduces Rashomon Memory, a multi-perspective agent memory system where different goal-conditioned agents store the same experiences with different interpretations. At retrieval time, these perspectives debate using argumentation, allowing the system to select, combine, or explicitly surface conflicting memories with an explanation trace.

  • PolicyBank: Evolving Policy Understanding for LLM Agents 2026-04-16 conf:97% PolicyBank is a memory system for LLM agents that stores structured policy insights and updates them through corrective feedback, helping agents refine how they interpret organizational policies during tool use. The paper also adds a benchmark setting with controlled policy gaps to evaluate whether memory mechanisms can improve policy compliance beyond treating the original policy text as fixed ground truth.

  • Skill-Pro: Learning Reusable Skills from Experience via Non-Parametric PPO for LLM Agents 2026-04-16 conf:97% Skill-Pro enables LLM agents to turn past interaction trajectories into reusable procedural skills without changing model weights. It builds a compact long-term procedural memory with mechanisms for skill extraction, verification, reuse, and compression, leading to better performance and stability across tasks and agents.

  • APEX-MEM: Agentic Semi-Structured Memory with Temporal Reasoning for Long-Term Conversational AI 2026-04-15 conf:99% APEX-MEM is a long-term conversational memory system for LLM-based dialogue agents. It stores conversations in a temporally grounded property graph with append-only history and uses a retrieval agent to resolve evolving or conflicting facts at query time, producing compact relevant memory summaries. The system improves performance on LOCOMO and LongMemEval, showing stronger temporal coherence in conversational memory.

  • AMA: Adaptive Memory via Multi-Agent Collaboration 2026-04-15 conf:99% AMA is a multi-agent memory framework for LLM agents that builds and retrieves memories at multiple granularities, then checks and refreshes them to maintain relevance and consistency. It explicitly addresses memory construction, adaptive access, conflict resolution, and forgetting/updating, and shows strong results on long-context benchmarks with much lower token use than full-context methods.

  • Remember Me, Refine Me: A Dynamic Procedural Memory Framework for Experience-Driven Agent Evolution 2026-04-15 conf:99% This paper presents ReMe, a procedural memory framework for LLM agents that turns past experience into reusable memories. It distills successes and failures, retrieves context-relevant memories for new tasks, and updates or prunes memories based on utility. Experiments on BFCL-V3 and AppWorld show strong gains, suggesting dynamic memory can improve agent performance more efficiently than simply scaling model size.

  • Memp: Exploring Agent Procedural Memory 2026-04-15 conf:99% The paper proposes Memp, a procedural memory system for LLM agents that distills past trajectories into detailed instructions and higher-level scripts. It explicitly studies how to build, retrieve, update, correct, and deprecate memory over time, showing improved agent performance and transfer of learned procedural memory from stronger to weaker models.

  • Evo-MedAgent: Beyond One-Shot Diagnosis with Agents That Remember, Reflect, and Improve 2026-04-15 conf:98% Evo-MedAgent equips a tool-using medical LLM agent with a self-evolving memory so it can learn across cases at test time instead of treating each case independently. Its memory includes retrieved past clinical episodes, an updated bank of diagnostic heuristics, and a controller that tracks tool reliability, improving diagnostic accuracy without retraining.

  • Memory Transfer Learning: How Memories are Transferred Across Domains in Coding Agents 2026-04-15 conf:97% This paper studies how coding agents can reuse explicit memories across different task domains instead of keeping memory siloed within one domain. It shows that abstract, high-level memories transfer better than low-level traces, that larger shared memory pools help, and that memory can even transfer across different models.

  • ImplicitMemBench: Measuring Unconscious Behavioral Adaptation in Large Language Models 2026-04-15 conf:97% This paper introduces ImplicitMemBench, a benchmark for testing implicit memory in LLM agents through procedural memory, priming, and classical conditioning tasks. Across 17 models, results show that current systems struggle to turn experience into automatic behavior, suggesting important gaps in LLM memory mechanisms and evaluation.

Retrieval-Augmented Generation

RAG pipelines, grounding, and external knowledge retrieval to augment LLM generation.

KV Cache & Attention Memory

KV cache compression, eviction, offloading, and efficient attention for long-context inference.

Truncated — view the full README on GitHub.

Contributors

revectores

1 commits