Papers › RealMem: Benchmarking LLMs in Real-World Memory-Driven Interaction

RealMem: Benchmarking LLMs in Real-World Memory-Driven Interaction

11 Jan 2026arXiv:2601.06966added by Syntology

Haonan Bian, Zhiyuan Yao, Sen Hu, Zishan Xu, Shaolei Zhang, Yifu Guo, Ziliang Yang, Xueran Han, Huacan Wang, Ronghao Chen

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

As Large Language Models (LLMs) evolve from static dialogue interfaces to autonomous general agents, effective memory is paramount to ensuring long-term consistency. However, existing benchmarks primarily focus on casual conversation or task-oriented dialogue, failing to capture **"long-term project-oriented"** interactions where agents must track evolving goals. To bridge this gap, we introduce **RealMem**, the first benchmark grounded in realistic project scenarios. RealMem comprises over 2,000 cross-session dialogues across eleven scenarios, utilizing natural user queries for evaluation. We propose a synthesis pipeline that integrates Project Foundation Construction, Multi-Agent Dialogue Generation, and Memory and Schedule Management to simulate the dynamic evolution of memory. Experiments reveal that current memory systems face significant challenges in managing the long-term project states and dynamic context dependencies inherent in real-world projects. Our code and datasets are available at [https://github.com/AvatarMemory/RealMemBench](https://github.com/AvatarMemory/RealMemBench).

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2601.06966")

Code

Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AvatarMemory/RealMemBench found in paper text by SyntologyApache-2.0 report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from AvatarMemory/RealMemBench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

aggregate_summaries AvatarMemory/RealMemBench/eval/collect_all_llm_metrics.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5778872e085e1b2e · report
construct_answer_prompt AvatarMemory/RealMemBench/eval/run_generation.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 13a0468455e1a6fc · report
construct_evidence_text AvatarMemory/RealMemBench/eval/compute_llm_metrics_for_realmem.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b465726402015a58 · report
dcg AvatarMemory/RealMemBench/eval/compute_auto_metrics_for_realmem.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c8f76a04b5265a70 · report
evaluate_retrieval AvatarMemory/RealMemBench/eval/compute_auto_metrics_for_realmem.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0de1e81c64b6d58a · report
extract_json_from_text AvatarMemory/RealMemBench/eval/compute_llm_metrics_for_realmem.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b649490e72b4f988 · report
find_metric_files AvatarMemory/RealMemBench/eval/collect_all_llm_metrics.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 86740dd36522ebf0 · report
load_data AvatarMemory/RealMemBench/eval/run_generation.py found in paper text by Syntology unverified Apache-2.0 (permissive) · afce8e090f94d844 · report
load_ground_truth AvatarMemory/RealMemBench/eval/compute_llm_metrics_for_realmem.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e78cd2d9a3dd4718 · report
load_summary AvatarMemory/RealMemBench/eval/collect_all_llm_metrics.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b25ce44682b7dde8 · report
ndcg AvatarMemory/RealMemBench/eval/compute_auto_metrics_for_realmem.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 71b9778fa0d631c8 · report
run_validation_mode AvatarMemory/RealMemBench/utils/dialogue_postprocessor.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 85607a77978341b2 · report
validate_and_fix_dialogue AvatarMemory/RealMemBench/utils/dialogue_postprocessor.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b2823ee3feecad80 · report
validate_and_fix_file AvatarMemory/RealMemBench/utils/dialogue_postprocessor.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8185c5baa5e654c2 · report
validate_dialogue_data AvatarMemory/RealMemBench/utils/data_validator.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 160d54eab5c06978 · report
validate_memory_point AvatarMemory/RealMemBench/utils/data_validator.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3eee1783bae76a2a · report
validate_session_summary AvatarMemory/RealMemBench/utils/data_validator.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 53b8ab05810e2490 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.06966, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections