Pith. sign in

REVIEW 2 major objections 2 minor 56 cited by

A new benchmark shows current LLM memory agents fall short on four core competencies from cognitive science.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · grok-4.3

2026-05-16 21:17 UTC pith:IPIU45KI

load-bearing objection MemoryAgentBench fills a real gap with its four-competency multi-turn setup, but the dataset transformations need explicit validation to support the main claims. the 2 major comments →

arxiv 2507.05257 v4 pith:IPIU45KI submitted 2025-07-07 cs.CL cs.AI

Evaluating Memory in LLM Agents via Incremental Multi-Turn Interactions

classification cs.CL cs.AI
keywords LLM agentsmemory evaluationmulti-turn interactionsbenchmarkretrievalforgettingcognitive competencieslong-context
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper establishes that effective memory in LLM agents requires four abilities: accurate retrieval of information, learning updates during use, grasping long-range connections, and selectively forgetting irrelevant details. Existing tests either limit context or use static setups that ignore how agents build knowledge turn by turn in real interactions. The authors address this by creating MemoryAgentBench, which converts long-context datasets into incremental multi-turn formats while adding targeted new tasks to cover every competency. Testing simple context methods, RAG systems, and advanced agents with external memory shows none master all four at once. This gap points to the need for memory designs that handle accumulation and change more comprehensively.

Core claim

MemoryAgentBench reformats existing long-context datasets into incremental multi-turn interactions and adds new tasks to create the first benchmark covering all four memory competencies, revealing that current agent architectures from basic context use to tool-integrated external memory consistently fail to perform well across accurate retrieval, test-time learning, long-range understanding, and selective forgetting.

What carries the argument

MemoryAgentBench, the benchmark that turns static long-context datasets into incremental multi-turn interactions to test the four memory competencies together.

Load-bearing premise

The four competencies drawn from memory science form the complete essential set for agents, and converting static datasets to multi-turn format keeps the original measurement properties intact.

What would settle it

An agent architecture that scores strongly on all four competencies within MemoryAgentBench while also showing stable performance in open-ended real-world multi-turn conversations would support the results; failure to correlate with external memory tasks would challenge them.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • Agents require integrated designs that handle retrieval, updates, long connections, and forgetting at the same time rather than in isolation.
  • Benchmarks for agents should shift from single-turn long-context tests to incremental multi-turn evaluations.
  • Future memory modules need explicit mechanisms for test-time learning and selective forgetting to close the observed gaps.
  • Evaluation across diverse agent types highlights that external memory tools alone do not solve the full set of competencies.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Agents built with better memory handling could sustain coherent performance over much longer interaction histories without repeated errors.
  • The benchmark setup could be adapted to test memory demands in multi-agent collaboration or tool-using environments.
  • Links to human memory research suggest combining neural retrieval with explicit forgetting rules might address the shortfalls more directly than scaling context alone.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

2 major / 2 minor

Summary. The paper introduces MemoryAgentBench, a benchmark for evaluating memory in LLM agents. Drawing on memory science, it defines four core competencies (accurate retrieval, test-time learning, long-range understanding, and selective forgetting), transforms existing long-context datasets into incremental multi-turn interactions, and evaluates a range of agents from simple context/RAG systems to those with external memory modules. The central empirical claim is that current methods fall short of mastering all four competencies.

Significance. If the dataset transformations preserve the original information structure and retrieval demands without introducing artifacts, the benchmark would fill a notable gap by providing the first systematic coverage of all four competencies in an interactive setting. The evaluation across diverse agent architectures supplies concrete evidence of current limitations and could usefully direct future work on memory mechanisms.

major comments (2)
  1. [§3] §3 (Benchmark Construction): The transformation of static long-context datasets into incremental multi-turn format is presented without explicit validation steps such as information-theoretic equivalence checks, dependency-chain preservation tests, or controlled ablations on turn structure. This assumption is load-bearing for the claim that scores reflect the intended four competencies rather than new artifacts (e.g., artificial recency biases).
  2. [§4] §4 (Experiments and Results): The reported performance shortfalls across agents lack accompanying statistical controls, confidence intervals, or ablation studies that isolate memory-specific effects from confounding factors such as varying context lengths or prompt formatting. Without these, the conclusion that agents 'fall short of mastering all four competencies' rests on descriptive comparisons whose robustness is unclear.
minor comments (2)
  1. [Abstract / §2] The abstract and §2 could more precisely state the selection criteria used when curating and transforming the source datasets.
  2. [Figures / Tables] Figure and table captions would benefit from explicit mention of the exact metrics (e.g., accuracy, F1) and number of runs underlying each reported score.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive comments. We agree that the benchmark construction and experimental analysis would benefit from additional validation and statistical controls, and we plan to incorporate these elements in the revised manuscript.

read point-by-point responses
  1. Referee: [§3] §3 (Benchmark Construction): The transformation of static long-context datasets into incremental multi-turn format is presented without explicit validation steps such as information-theoretic equivalence checks, dependency-chain preservation tests, or controlled ablations on turn structure. This assumption is load-bearing for the claim that scores reflect the intended four competencies rather than new artifacts (e.g., artificial recency biases).

    Authors: We acknowledge that the current version describes the dataset transformations and curation process but does not report the explicit validation steps suggested. In the revision we will add information-theoretic equivalence checks between original and transformed versions, dependency-chain preservation tests, and controlled ablations varying turn structure. These additions will demonstrate that the multi-turn format preserves the original retrieval demands and does not introduce artifacts such as artificial recency biases. revision: yes

  2. Referee: [§4] §4 (Experiments and Results): The reported performance shortfalls across agents lack accompanying statistical controls, confidence intervals, or ablation studies that isolate memory-specific effects from confounding factors such as varying context lengths or prompt formatting. Without these, the conclusion that agents 'fall short of mastering all four competencies' rests on descriptive comparisons whose robustness is unclear.

    Authors: We agree that the experimental section would be strengthened by statistical controls. In the revision we will report confidence intervals (computed over multiple random seeds where applicable), include ablation studies that isolate memory-module effects while holding context length and prompt format fixed, and add controls for the identified confounding factors. These changes will provide a clearer basis for the claim that current agents fall short on all four competencies. revision: yes

Circularity Check

0 steps flagged

No circularity: empirical benchmark construction from external datasets and cognitive framing

full rationale

The paper presents an empirical benchmark (MemoryAgentBench) by curating and transforming static long-context datasets into incremental multi-turn interactions to cover four competencies drawn from memory science literature. No equations, fitted parameters, or predictions are defined; the central claims rest on evaluation results across agent types rather than any self-referential derivation. Dataset transformation and competency selection are presented as design choices justified by external cognitive science, not by internal reduction or self-citation chains. The work is self-contained against external benchmarks and does not rename known results or smuggle ansatzes via citations in a load-bearing way.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 0 invented entities

The central claim rests on the domain assumption that the four listed competencies are the essential ones for memory agents and that multi-turn reformulations of existing datasets faithfully test incremental memory processing.

axioms (1)
  • domain assumption Four core competencies (accurate retrieval, test-time learning, long-range understanding, selective forgetting) are essential for memory agents, based on classic theories from memory science and cognitive science.
    Explicitly stated in the abstract as the foundation for the benchmark design.

pith-pipeline@v0.9.0 · 5567 in / 1341 out tokens · 33258 ms · 2026-05-16T21:17:36.128863+00:00 · methodology

0 comments
read the original abstract

Recent benchmarks for Large Language Model (LLM) agents primarily focus on evaluating reasoning, planning, and execution capabilities, while another critical component-memory, encompassing how agents memorize, update, and retrieve long-term information-is under-evaluated due to the lack of benchmarks. We term agents with memory mechanisms as memory agents. In this paper, based on classic theories from memory science and cognitive science, we identify four core competencies essential for memory agents: accurate retrieval, test-time learning, long-range understanding, and selective forgetting. Existing benchmarks either rely on limited context lengths or are tailored for static, long-context settings like book-based QA, which do not reflect the interactive, multi-turn nature of memory agents that incrementally accumulate information. Moreover, no existing benchmarks cover all four competencies. We introduce MemoryAgentBench, a new benchmark specifically designed for memory agents. Our benchmark transforms existing long-context datasets and incorporates newly constructed datasets into a multi-turn format, effectively simulating the incremental information processing characteristic of memory agents. By carefully selecting and curating datasets, our benchmark provides comprehensive coverage of the four core memory competencies outlined above, thereby offering a systematic and challenging testbed for assessing memory quality. We evaluate a diverse set of memory agents, ranging from simple context-based and retrieval-augmented generation (RAG) systems to advanced agents with external memory modules and tool integration. Empirical results reveal that current methods fall short of mastering all four competencies, underscoring the need for further research into comprehensive memory mechanisms for LLM agents.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 56 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. GroupMemBench: Benchmarking LLM Agent Memory in Multi-Party Conversations

    cs.CL 2026-05 conditional novelty 8.0

    GroupMemBench shows leading LLM memory systems reach only 46% average accuracy on multi-party tasks, with a simple BM25 baseline matching or beating most of them.

  2. MedMemoryBench: Benchmarking Agent Memory in Personalized Healthcare

    cs.AI 2026-05 conditional novelty 8.0

    MedMemoryBench supplies a 2,000-session synthetic medical trajectory dataset and an evaluate-while-constructing streaming protocol to expose memory saturation and reasoning failures in current agent architectures for ...

  3. EgoMemReason: A Memory-Driven Reasoning Benchmark for Long-Horizon Egocentric Video Understanding

    cs.CV 2026-05 unverdicted novelty 8.0

    EgoMemReason is a new benchmark showing that even the best multimodal models achieve only 39.6% accuracy on reasoning tasks that require integrating sparse evidence across days in egocentric video.

  4. Trojan Hippo: Weaponizing Agent Memory for Data Exfiltration

    cs.CR 2026-05 unverdicted novelty 8.0

    Trojan Hippo attacks on LLM agent memory achieve 85-100% success rates in data exfiltration across four memory backends even after 100 benign sessions, while evaluated defenses reduce success rates but impose varying ...

  5. Supersede: Diagnosing and Training the Memory-Update Gap in LLM Agents

    cs.CL 2026-06 unverdicted novelty 7.0

    The supersession gap in LLM agents—failing to use current facts and discard superseded ones—is a distinct failure not fixed by scale or memory size, but improvable via RL training on a new environment.

  6. MEMPROBE: Probing Long-Term Agent Memory via Hidden User-State Recovery

    cs.CL 2026-06 unverdicted novelty 7.0

    MEMPROBE is a benchmark for direct recovery of hidden user states from LLM agent memory, showing task success and memory recovery as distinct capabilities with moderate recovery scores around 0.6.

  7. Beyond the Current Observation: Evaluating Multimodal Large Language Models in Controllable Non-Markov Games

    cs.CV 2026-06 unverdicted novelty 7.0

    RNG-Bench evaluates MLLMs on hidden-observation reconstruction in non-Markov games, finds forgetting as the dominant error source, and shows fine-tuning on optimal rollouts improves performance with transfer to other ...

  8. GateMem: Benchmarking Memory Governance in Multi-Principal Shared-Memory Agents

    cs.LG 2026-06 unverdicted novelty 7.0

    GateMem benchmark shows no existing memory method for LLM agents achieves strong utility, access control, and reliable forgetting simultaneously in multi-principal shared settings.

  9. MemTrace: Probing What Final Accuracy Misses in Long-Term Memory

    cs.AI 2026-06 unverdicted novelty 7.0

    MemTrace shows that evidence utilization, not retrieval, is the dominant failure mode in LLM long-term memory systems across tested configurations.

  10. Control-Plane Placement Shapes Forgetting: An Architectural Study of Agent Memory Across Thirteen System Configurations

    cs.CL 2026-06 unverdicted novelty 7.0

    An empirical comparison of thirteen control-plane placements in agent memory pipelines identifies three regimes with complementary forgetting recovery on a new 385-case adversarial benchmark, with mutation-time placem...

  11. Agent Memory: Characterization and System Implications of Stateful Long-Horizon Workloads

    cs.AI 2026-06 unverdicted novelty 7.0

    The paper delivers the first systems characterization of agent memory, with a four-axis taxonomy, phase-aware profiler, evaluation of ten systems on two benchmarks, and ten design recommendations.

  12. PersonaTree: Structured Lifecycle Memory for Person Understanding in LLM Agents

    cs.CL 2026-06 unverdicted novelty 7.0

    PersonaTree is a new hierarchical memory framework for persistent LLM agents that structures evidence into persona claims via support paths and outperforms baselines on six person-understanding benchmarks.

  13. From Untrusted Input to Trusted Memory: A Systematic Study of Memory Poisoning Attacks in LLM Agents

    cs.CR 2026-06 unverdicted novelty 7.0

    The study identifies four memory write channels and nine structural vulnerabilities in LLM agents, proposes a taxonomy of six attack classes, introduces MPBench, and finds that aggressive memory use increases exploita...

  14. MemMark: State-Evolution Attribution Watermarking for Agent Long-Term Memory Systems

    cs.CR 2026-05 unverdicted novelty 7.0

    MemMark enables snapshot-only attribution for agent long-term memory by embedding signals via keyed distribution-preserving sampling at memory-write decisions, recovering 40-bit payloads with near-baseline utility.

  15. MemConflict: Evaluating Long-Term Memory Systems Under Memory Conflicts

    cs.IR 2026-05 unverdicted novelty 7.0

    MemConflict provides a benchmark for testing LLM long-term memory systems under dynamic, static, and conditional conflicts involving temporal validity, factual correctness, and contextual applicability.

  16. MemGym: a Long-Horizon Memory Environment for LLM Agents

    cs.CL 2026-05 unverdicted novelty 7.0

    MemGym unifies agent gyms into a memory benchmark with isolated scoring across tool-use, research, coding, and computer-use regimes plus a lightweight reward model for tractable coding evaluation.

  17. Evaluating Cognitive Age Alignment in Interactive AI Agents

    cs.AI 2026-05 unverdicted novelty 7.0

    The paper presents ChildAgentEval as the first psychometrically grounded benchmark comparing MLLM-based agents' reasoning performance to age-specific human cognitive stages.

  18. SMMBench: A Benchmark for Source-Distributed Multimodal Agent Memory

    cs.CL 2026-05 unverdicted novelty 7.0

    SMMBench is a benchmark evaluating multimodal agents on cross-source reasoning, conflict resolution, preference reasoning, and action prediction, showing current systems struggle with evidence distributed across heter...

  19. MemLens: Benchmarking Multimodal Long-Term Memory in Large Vision-Language Models

    cs.CV 2026-05 unverdicted novelty 7.0

    MemLens benchmark shows long-context LVLMs lose accuracy with length while memory agents lose visual fidelity, with multi-session reasoning below 30% for most systems and neither approach solving the task alone.

  20. GroupMemBench: Benchmarking LLM Agent Memory in Multi-Party Conversations

    cs.CL 2026-05 unverdicted novelty 7.0

    GroupMemBench is a new benchmark exposing that LLM agent memory systems fail on group conversation properties like speaker-grounded tracking and audience-adapted responses, with top systems at 46% accuracy.

  21. LongMemEval-V2: Evaluating Long-Term Agent Memory Toward Experienced Colleagues

    cs.CL 2026-05 unverdicted novelty 7.0

    LongMemEval-V2 is a new benchmark where AgentRunbook-C reaches 72.5% accuracy on long-term agent memory tasks, beating RAG baselines at 48.5% and basic coding agents at 69.3%.

  22. When Stored Evidence Stops Being Usable: Scale-Conditioned Evaluation of Agent Memory

    cs.AI 2026-05 unverdicted novelty 7.0

    A new evaluation protocol shows agent memory reliability degrades variably with added irrelevant sessions depending on agent, memory interface, and scale.

  23. Belief Memory: Agent Memory Under Partial Observability

    cs.AI 2026-05 unverdicted novelty 7.0

    BeliefMem stores multiple candidate conclusions with probabilities in agent memory and updates them via Noisy-OR rules to preserve uncertainty under partial observability.

  24. Belief Memory: Agent Memory Under Partial Observability

    cs.AI 2026-05 unverdicted novelty 7.0

    BeliefMem is a probabilistic memory architecture for LLM agents that retains multiple candidate conclusions with probabilities updated by Noisy-OR, achieving superior average performance over deterministic baselines o...

  25. Four-Axis Decision Alignment for Long-Horizon Enterprise AI Agents

    cs.AI 2026-04 unverdicted novelty 7.0

    Long-horizon enterprise AI agents' decisions decompose into four measurable axes, with benchmark experiments on six memory architectures revealing distinct weaknesses and reversing a pre-registered prediction on summa...

  26. When to Forget: A Memory Governance Primitive

    cs.AI 2026-04 unverdicted novelty 7.0

    Memory Worth converges almost surely to the conditional probability of task success given memory retrieval and correlates at rho=0.89 with ground-truth utility in controlled experiments.

  27. Evo-Memory: Benchmarking LLM Agent Test-time Learning with Self-Evolving Memory

    cs.CL 2025-11 unverdicted novelty 7.0

    Evo-Memory is a new benchmark for self-evolving memory in LLM agents across task streams, with baseline ExpRAG and proposed ReMem method that integrates reasoning, actions, and memory updates for continual improvement.

  28. Memory in the Loop: In-Process Retrieval as ExtendedWorking Memory for Language Agents

    cs.AI 2026-07 conditional novelty 6.5

    Store latency, not architecture, gates per-step memory access; in-process ~100 µs stores make memory-in-the-loop feasible and causally reduce redundant agent actions.

  29. Object-Centric Environment Modeling for Agentic Tasks

    cs.AI 2026-07 conditional novelty 6.0

    Object-Centric Environment Modeling (OCM) builds an online executable object-and-procedure code model that improves average rank and cuts invalid actions on ScienceWorld, ALFWorld, and PlanCraft.

  30. PACMS: Submodular Context Selection as a Pluggable Engine for LLM Agents

    cs.IR 2026-06 unverdicted novelty 6.0

    PACMS uses submodular context selection as a pluggable engine to choose relevant context from conversation, memory, and tool outputs instead of recency truncation.

  31. M$^3$Exam: Benchmarking Multimodal Memory for Realistic User-Agent Interactions

    cs.CL 2026-06 unverdicted novelty 6.0

    Presents M³Exam benchmark for multimodal conversational memory in user-agent settings and M³Proctor method that raises accuracy 13% while cutting construction time and tokens over 70%.

  32. When Should Memory Stay Silent: Measuring Memory-Use Boundaries in Memory-Augmented Conversational Agents

    cs.AI 2026-06 unverdicted novelty 6.0

    RBI-Eval shows LLMs integrate sensitive memory under benign prompts at rates 8.9-82.9% higher than no-memory baselines, with retrieval systems reducing but not eliminating the effect.

  33. Connecting the Dots: Benchmarking Reflective Memory in Long-Horizon Dialogue

    cs.CL 2026-05 unverdicted novelty 6.0

    RefMem-Bench benchmarks reflective memory in dialogue with 26K instances across eight dimensions, and REMIND improves model accuracy via hierarchical evidence retrieval, grounding, and abstraction.

  34. From Facts to Insights: A Persona-Driven Dual Memory Framework and Dataset for Role-Playing Agents

    cs.CL 2026-05 unverdicted novelty 6.0

    RoleMemo dataset and DualMem dual-memory framework let role-playing agents interpret facts through personas, with a 4B model beating larger zero-shot systems on fidelity.

  35. Simulating Human Memory with Language Models

    cs.CL 2026-05 unverdicted novelty 6.0

    Language models show superior memory to humans on psych experiments but can be adjusted via prompting and compaction to forget more human-like, yielding better user simulators.

  36. EvoMemBench: Benchmarking Agent Memory from a Self-Evolving Perspective

    cs.CL 2026-05 unverdicted novelty 6.0

    EvoMemBench evaluates 15 memory methods for LLM agents and finds long-context baselines competitive with no single memory approach working consistently across settings.

  37. Remembering More, Risking More: Longitudinal Safety Risks in Memory-Equipped LLM Agents

    cs.AI 2026-05 unverdicted novelty 6.0

    Memory-equipped LLM agents exhibit increasing safety violation rates as memory accumulates across independent tasks, termed temporal memory contamination, detected via a new trigger-probe protocol.

  38. $\delta$-mem: Efficient Online Memory for Large Language Models

    cs.AI 2026-05 unverdicted novelty 6.0

    δ-mem augments frozen LLMs with an 8x8 online memory state updated by delta-rule learning to generate low-rank attention corrections, delivering 1.10x average gains over the backbone and larger improvements on memory-...

  39. SAGE: A Self-Evolving Agentic Graph-Memory Engine for Structure-Aware Associative Memory

    cs.AI 2026-05 unverdicted novelty 6.0

    SAGE is a self-evolving agentic graph-memory engine that dynamically constructs and refines structured memory graphs via writer-reader feedback, yielding performance gains on multi-hop QA, open-domain retrieval, and l...

  40. Trojan Hippo: Weaponizing Agent Memory for Data Exfiltration

    cs.CR 2026-05 unverdicted novelty 6.0

    The paper defines and evaluates Trojan Hippo attacks on LLM agent memory, showing 85-100% success in data exfiltration across backends and reduced rates with defenses at varying utility costs.

  41. Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon Agents

    cs.AI 2026-04 unverdicted novelty 6.0

    Memanto delivers 89.8% and 87.1% accuracy on LongMemEval and LoCoMo benchmarks using typed semantic memory and information-theoretic retrieval, outperforming hybrid graph and vector systems with a single query and zer...

  42. Stateless Decision Memory for Enterprise AI Agents

    cs.AI 2026-04 unverdicted novelty 6.0

    Deterministic Projection Memory (DPM) delivers stateless, deterministic decision memory for enterprise AI agents that matches or exceeds summarization-based approaches at tight memory budgets while improving speed, de...

  43. FileGram: Grounding Agent Personalization in File-System Behavioral Traces

    cs.CV 2026-04 unverdicted novelty 6.0

    FileGram grounds AI agent personalization in file-system behavioral traces via a data simulation engine, a diagnostic benchmark, and a bottom-up memory architecture.

  44. Opal: Private Memory for Personal AI

    cs.CR 2026-04 unverdicted novelty 6.0

    Opal enables private long-term memory for personal AI by decoupling reasoning to a trusted enclave with a lightweight knowledge graph and piggybacking reindexing on ORAM accesses.

  45. Evo-Memory: Benchmarking LLM Agent Test-time Learning with Self-Evolving Memory

    cs.CL 2025-11 unverdicted novelty 6.0

    Evo-Memory is a new streaming benchmark and evaluation framework for self-evolving memory in LLM agents, unifying over ten memory modules and introducing the ReMem pipeline for continual improvement on multi-turn and ...

  46. Always-OnAgents:A Survey of Persistent Memory, State, and Governance in LLMAgents

    cs.MA 2026-06 unverdicted novelty 5.0

    Survey mapping persistent state in LLM agents along six axes and proposing the AOEP-v0 protocol to evaluate governance and recovery obligations.

  47. PROJECTMEM: A Local-First, Event-Sourced Memory and Judgment Layer for AI Coding Agents

    cs.AI 2026-06 conditional novelty 5.0

    ProjectMem implements a local event-sourced memory and judgment layer for AI coding agents that logs typed events, projects them to MCP summaries, and applies deterministic pre-action gates to avoid known failures.

  48. ConMem: Structured Memory-Guided Adaptation in Training-Free Multi-Agent Systems

    cs.AI 2026-06 unverdicted novelty 5.0

    ConMem distills agent trajectories into structured memory cards organized in a relation-aware graph to enable training-free, relation-coordinated adaptation in LLM-based multi-agent systems.

  49. Decision-Aware Memory Cards: Counterfactual-Inspired Context Selection and Compression for Tool-Using LLM Agents

    cs.AI 2026-06 unverdicted novelty 5.0

    CICL scores and compresses context evidence for LLM agents via action-shift and outcome-uplift metrics, lifting hit@1 from 0.58 to 0.78 on 50 SWE-bench retrieval tasks.

  50. Temporal Order Matters for Agentic Memory: Segment Trees for Long-Horizon Agents

    cs.CL 2026-06 unverdicted novelty 5.0

    SegTreeMem organizes agent conversation history as a temporally ordered segment tree and shows improved answer quality on long-horizon benchmarks when chronological order is preserved during insertion and retrieval.

  51. Exploring Cross-Scenario Generality of Agentic Memory Systems: Diagnostics and a Strong Baseline

    cs.AI 2026-06 unverdicted novelty 5.0

    An agentic harness letting the LLM self-manage flat text-file storage via tool calls outperforms eight prior memory systems on cross-scenario generality across QA, chat, trajectory, stress-test, and long-horizon tasks.

  52. AgentCL: Toward Rigorous Evaluation of Continual Learning in Language Agents

    cs.AI 2026-06 unverdicted novelty 5.0

    AgentCL constructs controlled task streams with intentional reusability and introduces MemProbe to evaluate non-parametric memory designs for continual learning in language agents across coding, research, and reasoning tasks.

  53. From Agent Loops to Deterministic Graphs: Execution Lineage for Reproducible AI-Native Work

    cs.AI 2026-05 conditional novelty 5.0

    Execution lineage models AI-native work as a DAG of computations with explicit dependencies, achieving perfect state preservation in controlled update tasks where loop-based agents introduce churn and contamination.

  54. What Deserves Memory: Adaptive Memory Distillation for LLM Agents

    cs.AI 2025-08 unverdicted novelty 5.0

    NEMORI is an adaptive memory distillation framework for LLM agents that transforms raw interactions into narratives and extracts insights via prediction error to decide what deserves retention.

  55. StateFuse: Deterministic Conflict-Preserving Memory for Multi-Agent Systems

    cs.AI 2026-07 conditional novelty 4.0

    StateFuse is a conflict-preserving agent memory contract built on standard CRDT merge that surfaces contradictions explicitly and enables semantic correction handles, without improving accuracy over flat multi-value b...

  56. TRUSTMEM: Learning Trustworthy Memory Consolidation for LLM Agents with Long-Term Memory

    cs.AI 2026-06 unverdicted novelty 4.0

    TrustMem introduces a verifier for memory update transitions and preference-guided RL to cut omission, corruption, and hallucination rates in LLM agent memory while reaching SOTA on MemoryAgentBench and HaluMem.