REVIEW 2 major objections 2 minor 24 cited by
Existing benchmarks fall short for testing LLM memory and continual learning from user feedback.
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-18 06:16 UTC pith:WIYSYBKL
load-bearing objection MemoryBench introduces a simulation-based benchmark for continual learning from user feedback in LLMs, but the headline result on poor baseline performance rests on an unvalidated simulator. the 2 major comments →
MemoryBench: A Benchmark for Memory and Continual Learning in LLM Systems
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
We propose a user feedback simulation framework and a comprehensive benchmark covering multiple domains, languages, and types of tasks to evaluate the continual learning abilities of LLM systems. Experiments show that the effectiveness and efficiency of state-of-the-art baselines are far from satisfying.
What carries the argument
User feedback simulation framework that generates realistic interactions to build the MemoryBench for assessing continual learning in LLM systems.
Load-bearing premise
The user feedback simulation framework accurately represents real user behavior in deployed LLM services.
What would settle it
Running a controlled experiment where an LLM system is deployed with real users and comparing its learning performance over time to the benchmark predictions.
If this is right
- LLM systems should incorporate better mechanisms to learn from accumulated user feedback over time.
- Evaluation of memory capabilities needs to shift from long reading comprehension to diverse, interactive tasks.
- Future optimization algorithms for LLMs may focus on continual learning to overcome scaling limits.
- New methods are needed to improve both the effectiveness and efficiency of memory in LLM services.
Where Pith is reading between the lines
- If the benchmark results hold, real-world LLM deployments could benefit from feedback-driven updates to reduce errors over time.
- This approach connects to broader efforts in lifelong learning for AI systems beyond LLMs.
- Extending the benchmark to include more complex user behaviors could reveal additional weaknesses in current systems.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces MemoryBench, a benchmark for memory and continual learning in LLM systems. It argues that prior benchmarks emphasize homogeneous reading-comprehension tasks with long inputs, whereas MemoryBench employs a user-feedback simulation framework to evaluate learning from accumulated service-time interactions across multiple domains, languages, and task types. Experiments on state-of-the-art baselines are reported to show unsatisfactory effectiveness and efficiency.
Significance. If the simulation framework produces interactions representative of real deployed LLM usage, the benchmark could usefully expose gaps in current memory mechanisms and motivate more practical continual-learning algorithms. The work supplies a new evaluation resource in an area where existing tests are acknowledged to be limited.
major comments (2)
- [§4] §4 (User Feedback Simulation Framework): No quantitative validation is provided for the simulation (e.g., statistical comparison to production logs, human-rater studies of simulated vs. real sessions, or ablation on simulation parameters). This is load-bearing for the central claim that baselines perform poorly on service-time learning, because the observed results could be artifacts of how queries, feedback signals, and task distributions are generated.
- [Experiments section] Experiments section and associated tables: Results are presented without error bars, details on data-selection criteria, or explicit description of how the benchmark instances were constructed and filtered. These omissions make it difficult to judge the reliability and generalizability of the headline finding that SOTA methods are “far from satisfying.”
minor comments (2)
- [Abstract] The abstract and introduction could more explicitly state the number of domains, languages, and task types covered by the benchmark to help readers assess its breadth.
- [§3] Notation for feedback signals and memory-update rules should be defined once in a dedicated subsection rather than introduced piecemeal.
Simulated Author's Rebuttal
We thank the referee for the thoughtful and constructive comments on our manuscript. We address each major comment below in detail and indicate where revisions will be made to strengthen the paper.
read point-by-point responses
-
Referee: [§4] §4 (User Feedback Simulation Framework): No quantitative validation is provided for the simulation (e.g., statistical comparison to production logs, human-rater studies of simulated vs. real sessions, or ablation on simulation parameters). This is load-bearing for the central claim that baselines perform poorly on service-time learning, because the observed results could be artifacts of how queries, feedback signals, and task distributions are generated.
Authors: We agree that quantitative validation of the simulation is important for supporting claims about real-world applicability. We do not have access to proprietary production logs and thus cannot perform statistical comparisons against them. However, we will add human-rater evaluation studies comparing simulated sessions to real user interactions and include ablations on simulation parameters (such as query generation and feedback signal distributions) in the revised manuscript to demonstrate representativeness. revision: partial
-
Referee: [Experiments section] Experiments section and associated tables: Results are presented without error bars, details on data-selection criteria, or explicit description of how the benchmark instances were constructed and filtered. These omissions make it difficult to judge the reliability and generalizability of the headline finding that SOTA methods are “far from satisfying.”
Authors: We acknowledge that the current presentation lacks these details, which limits assessment of reliability. In the revised version, we will add error bars computed over multiple random seeds or runs, provide explicit data-selection criteria, and include a detailed description of benchmark instance construction, filtering steps, and task distribution generation. revision: yes
- Statistical comparison to production logs, as we lack access to proprietary real-world deployment data.
Circularity Check
No significant circularity in benchmark proposal or experimental claims
full rationale
The paper proposes a user feedback simulation framework and a new benchmark covering multiple domains and tasks to evaluate continual learning in LLM systems. It reports direct experimental results showing that state-of-the-art baselines perform poorly in effectiveness and efficiency. This does not involve any self-definitional reduction, fitted inputs renamed as predictions, or load-bearing self-citations that collapse the central claim to prior unverified work by the same authors. The benchmark construction and evaluation results are independent of the reported outcomes; the simulation defines the test environment rather than deriving the performance numbers by construction. The paper is self-contained against its own defined tasks with no evident circular derivation chain.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Simulated user feedback accurately reflects real-world continual learning scenarios for LLM systems.
read the original abstract
Scaling up data, parameters, and test-time computation has been the mainstream methods to improve LLM systems (LLMsys), but their upper bounds are almost reached due to the gradual depletion of high-quality data and marginal gains obtained from larger computational resource consumption. Inspired by the abilities of human and traditional AI systems in learning from practice, constructing memory and continual learning frameworks for LLMsys has become an important and popular research direction in recent literature. Yet, existing benchmarks for LLM memory often focus on evaluating the system on homogeneous reading comprehension tasks with long-form inputs rather than testing their abilities to learn from accumulated user feedback in service time. Therefore, we propose a user feedback simulation framework and a comprehensive benchmark covering multiple domains, languages, and types of tasks to evaluate the continual learning abilities of LLMsys. Experiments show that the effectiveness and efficiency of state-of-the-art baselines are far from satisfying, and we hope this benchmark could pave the way for future studies on LLM memory and optimization algorithms. Website: https://memorybench.thuir.cn Code: https://github.com/THUIR/MemoryBench Data: https://huggingface.co/datasets/THUIR/MemoryBench Data-Full: https://huggingface.co/datasets/THUIR/MemoryBench-Full
Figures
Forward citations
Cited by 24 Pith papers
-
Continual Learning Bench: Evaluating Frontier AI Systems in Real-World Stateful Environments
CL-Bench is the first expert-validated benchmark for continual learning in frontier LLMs across six real-world domains, showing limited gains and that naive in-context learning outperforms dedicated memory systems.
-
GroupMemBench: Benchmarking LLM Agent Memory in Multi-Party Conversations
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.
-
MemSyco-Bench: Benchmarking Sycophancy in Agent Memory
MemSyco-Bench is a new benchmark with five tasks to assess memory-induced sycophancy in LLM agent systems.
-
MemSyco-Bench: Benchmarking Sycophancy in Agent Memory
MemSyco-Bench is a benchmark covering five tasks to evaluate memory-induced sycophancy in LLM agents, testing rejection of invalid memory, scope respect, conflict resolution, update tracking, and valid personalization.
-
When Classic Cache Policies Fail: Learning-Augmented Replacement for Semantic Retrieval Buffers
SOLAR is a learning-augmented policy for semantic cache replacement that achieves constant competitive ratio 3 and 5-75% gains over FIFO on retrieval workloads.
-
Beyond the Current Observation: Evaluating Multimodal Large Language Models in Controllable Non-Markov Games
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 ...
-
MemTrace: Probing What Final Accuracy Misses in Long-Term Memory
MemTrace shows that evidence utilization, not retrieval, is the dominant failure mode in LLM long-term memory systems across tested configurations.
-
MemGym: a Long-Horizon Memory Environment for LLM Agents
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.
-
EXG: Self-Evolving Agents with Experience Graphs
EXG is an experience graph framework for self-evolving LLM agents that supports online real-time growth and offline reuse to enhance solution quality and efficiency on code generation and reasoning benchmarks.
-
GroupMemBench: Benchmarking LLM Agent Memory in Multi-Party Conversations
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.
-
Skill Retrieval Augmentation for Agentic AI
Introduces the SRA paradigm and SRA-Bench benchmark showing retrieval-based skill augmentation improves agent performance but skill incorporation remains a bottleneck regardless of retrieval quality.
-
Skill Retrieval Augmentation for Agentic AI
Agents improve when they retrieve skills on demand from large corpora, yet current models cannot selectively decide when to load or ignore a retrieved skill.
-
PERMA: Benchmarking Personalized Memory Agents via Event-Driven Preference and Realistic Task Environments
PERMA is a new benchmark using temporally ordered events, text variability, and linguistic alignment to evaluate LLM memory agents on persona consistency beyond simple retrieval.
-
MemDelta: Controlled Baselines and Hidden Confounds in Agent Memory Evaluation
MemDelta shows agent memory evaluations are confounded by LLM family and embedding model, with RAG often matching full context and self-memory underperforming basic retrieval.
-
Connecting the Dots: Benchmarking Reflective Memory in Long-Horizon Dialogue
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.
-
EvoMemBench: Benchmarking Agent Memory from a Self-Evolving Perspective
EvoMemBench evaluates 15 memory methods for LLM agents and finds long-context baselines competitive with no single memory approach working consistently across settings.
-
State Contamination in Memory-Augmented LLM Agents
Toxic context can be laundered into memory summaries that stay below toxicity thresholds while still driving higher downstream toxicity in LLM agents compared to neutral baselines.
-
Skill Retrieval Augmentation for Agentic AI
Introduces SRA paradigm and SRA-Bench benchmark (5,400 tasks, 26,262 skills) showing retrieval improves performance but LLMs fail to selectively incorporate retrieved skills.
-
Trust Your Memory: Verifiable Control of Smart Homes through Reinforcement Learning with Multi-dimensional Rewards
Introduces MemHome benchmark and RL with multi-dimensional rewards for memory-driven smart home device control.
-
ATANT: An Evaluation Framework for AI Continuity
ATANT defines AI continuity via seven properties and offers a 10-checkpoint, LLM-free test using 250 stories to check if systems retrieve correct facts without cross-contamination.
-
Exploring Cross-Scenario Generality of Agentic Memory Systems: Diagnostics and a Strong Baseline
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.
-
AgentCL: Toward Rigorous Evaluation of Continual Learning in Language Agents
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.
-
Improve Large Language Model Systems with User Logs
UNO distills user logs into semi-structured rules and preferences, applies query-and-feedback clustering to handle heterogeneity, quantifies cognitive gaps to filter noise, and builds primary and reflective modules th...
-
ATANT v1.1: Positioning Continuity Evaluation Against Memory, Long-Context, and Agentic-Memory Benchmarks
Existing memory benchmarks cover at most two of the seven continuity properties from ATANT v1.0, with a median of one and none covering more than two.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.