paper-with-me

Papers

MemSim: A Bayesian Simulator for Evaluating Memory of LLM-based Personal Assistants

2024-09-30 · Zeyu Zhang, Quanyu Dai, Luyu Chen, Zeren Jiang, Rui Li, Jieming Zhu, Xu Chen, Yi Xie, Zhenhua Dong, Ji-Rong Wen

LLM-based agents have been widely applied as personal assistants, capable of memorizing information from user messages and responding to personal queries. However, there still lacks an objective and automatic evaluation on their memory capability, largely due to the challenges in constructing reliable questions and answers (QAs) according to user messages. In this paper, we propose MemSim, a Bayesian simulator designed to automatically construct reliable QAs from generated user messages, simultaneously keeping their diversity and scalability. Specifically, we introduce the Bayesian Relation Network (BRNet) and a causal generation mechanism to mitigate the impact of LLM hallucinations on factual information, facilitating the automatic creation of an evaluation dataset. Based on MemSim, we generate a dataset in the daily-life scenario, named MemDaily, and conduct extensive experiments to assess the effectiveness of our approach. We also provide a benchmark for evaluating different memory mechanisms in LLM-based agents with the MemDaily dataset. To benefit the research community, we have released our project at https://github.com/nuster1128/MemSim.

📄 PDF Abstract BibTeX arXiv:2409.20163

Code (1)

nuster1128/memsim 공식 구현

Tasks

DiversityRelation Network

Similar Papers 제목 키워드 기반

Evaluating LLM Simulators as Differentially Private Data Generators

2026-04-16 · Nassima M. Bouzid, Dehao Yuan, Nam H. Nguyen, Mayana Pereira arxiv

LLM-based simulators offer a promising path for generating complex synthetic data where traditional differentially private (DP) methods struggle with high-dimensional user profiles. But can LLMs faithfully reproduce stat…

Fraud Detection

Dynamic Affective Memory Management for Personalized LLM Agents

2025-10-31 · Junfeng Lu, Yueyan Li arxiv

Advances in large language models are making personalized AI agents a new research focus. While current agent systems primarily rely on personalized external memory databases to deliver customized experiences, they face …

The Imperfect Learner: Incorporating Developmental Trajectories in Memory-based Student Simulation

2025-11-08 · Zhengyuan Liu, Stella Xin Yin, Bryan Chen Zhengyu Tan, Roy Ka-Wei Lee 외 arxiv

User simulation is important for developing and evaluating human-centered AI, yet current student simulation in educational applications has significant limitations. Existing approaches focus on single learning experienc…

Development of a Trust-Aware User Simulator for Statistical Proactive Dialog Modeling in Human-AI Teams

2023-04-24 · Matthias Kraus, Ron Riekenbrauck, Wolfgang Minker

The concept of a Human-AI team has gained increasing attention in recent years. For effective collaboration between humans and AI teammates, proactivity is crucial for close coordination and effective communication. Howe…

Open-Ended Question Answering

Personalize-then-Store: Benchmarking and Learning Personalized Memory for Long-horizon Agents

2026-05-25 · Yeonjun In, Wonjoong Kim, Sangwu Park, Kanghoon Yoon 외 arxiv

Existing large language model (LLM) based memory systems apply universal, static policies that overlook a fundamental reality: the contexts that are worth storing in memory are different across users. This misalignment w…