paper-with-me

Papers

MemBench: Towards More Comprehensive Evaluation on the Memory of LLM-based Agents

2025-06-20 · Haoran Tan, Zeyu Zhang, Chen Ma, Xu Chen, Quanyu Dai, Zhenhua Dong

Recent works have highlighted the significance of memory mechanisms in LLM-based agents, which enable them to store observed information and adapt to dynamic environments. However, evaluating their memory capabilities still remains challenges. Previous evaluations are commonly limited by the diversity of memory levels and interactive scenarios. They also lack comprehensive metrics to reflect the memory capabilities from multiple aspects. To address these problems, in this paper, we construct a more comprehensive dataset and benchmark to evaluate the memory capability of LLM-based agents. Our dataset incorporates factual memory and reflective memory as different levels, and proposes participation and observation as various interactive scenarios. Based on our dataset, we present a benchmark, named MemBench, to evaluate the memory capability of LLM-based agents from multiple aspects, including their effectiveness, efficiency, and capacity. To benefit the research community, we release our dataset and project at https://github.com/import-myself/Membench.

📄 PDF Abstract BibTeX arXiv:2506.21605

Code (1)

import-myself/membench 공식 구현

Tasks

Diversity

Similar Papers 제목 키워드 기반

EvoMemBench: Benchmarking Agent Memory from a Self-Evolving Perspective

2026-05-18 · Yuyao Wang, Zhongjian Zhang, Mo Chi, Kaichi Yu 외 arxiv

Recent benchmarks for Large Language Model (LLM) agents mainly evaluate reasoning, planning, and execution. However, memory is also essential for agents, as it enables them to store, update, and retrieve information over…

EMemBench: Interactive Benchmarking of Episodic Memory for VLM Agents

2026-01-23 · Xinze Li, Ziyue Zhu, Siyuan Liu, Yubo Ma 외 arxiv

We introduce EMemBench, a programmatic benchmark generator for evaluating long-term episodic memory of agents through interactive games. Rather than using a fixed set of questions, EMemBench generates questions from envi…

Spatial Reasoning

VehicleMemBench: An Executable Benchmark for Multi-User Long-Term Memory in In-Vehicle Agents

2026-03-25 · Yuhao Chen, Yi Xu, Xinyun Ding, Xiang Fang 외 arxiv

With the growing demand for intelligent in-vehicle experiences, vehicle-based agents are evolving from simple assistants to long-term companions. This evolution requires agents to continuously model multi-user preference…

ImplicitMemBench: Measuring Unconscious Behavioral Adaptation in Large Language Models

2026-04-09 · Chonghan Qin, Xiachong Feng, Weitao Ma, Xiaocheng Feng 외 arxiv

Existing memory benchmarks for LLM agents evaluate explicit recall of facts, yet overlook implicit memory where experience becomes automated behavior without conscious retrieval. This gap is critical: effective assistant…

Memory, Benchmark & Robots: A Benchmark for Solving Complex Tasks with Reinforcement Learning

2025-02-14 · Egor Cherepanov, Nikita Kachaev, Alexey K. Kovalev, Aleksandr I. Panov

Memory is crucial for enabling agents to tackle complex tasks with temporal and spatial dependencies. While many reinforcement learning (RL) algorithms incorporate memory, the field lacks a universal benchmark to assess …

Reinforcement Learning (RL)Skills Assessment