Papers › Locomo-Plus: Beyond-Factual Cognitive Memory Evaluation Framework for LLM Agents

Locomo-Plus: Beyond-Factual Cognitive Memory Evaluation Framework for LLM Agents

11 Feb 2026arXiv:2602.10715added by Syntology

Yifei Li, Weidong Guo, Lingling Zhang, Rongman Xu, Muye Huang, Hui Liu, Lijiao Xu, Yu Xu, Jun Liu

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

Long-term conversational memory is a core capability for LLM-based dialogue systems, yet existing benchmarks and evaluation protocols primarily focus on surface-level factual recall. In realistic interactions, appropriate responses often depend on implicit constraints such as user state, goals, or values that are not explicitly queried later. To evaluate this setting, we introduce \textbf{LoCoMo-Plus}, a benchmark for assessing cognitive memory under cue--trigger semantic disconnect, where models must retain and apply latent constraints across long conversational contexts. We further show that conventional string-matching metrics and explicit task-type prompting are misaligned with such scenarios, and propose a unified evaluation framework based on constraint consistency. Experiments across diverse backbone models, retrieval-based methods, and memory systems demonstrate that cognitive memory remains challenging and reveals failures not captured by existing benchmarks. Our code and evaluation framework are publicly available at: https://github.com/xjtuleeyf/Locomo-Plus.

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="2602.10715")

Code

Syntology Ran 11 of 16 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 8 ran with no contract checked.

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

xjtuleeyf/Locomo-Plus found in paper text by Syntology 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

16 samples harvested; 11 ran; 1 honoured the contract we drafted; 5 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.

1ran · honoured contract
2ran · our draft was wrong
8ran
5unverified

Licence: 16 of the 16 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 xjtuleeyf/Locomo-Plus. “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.

_build_model_input xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 914a5c41650fad4f · report
_compute_summary xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · b7f5153386e0f19b · report
_get_openai_client xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran no licence file found · pointer only · 30143e37aea019f9 · report
_get_task_instruction xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · dceda189c5455bb9 · report
_parse_judge_response xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 4ed4c87680ca0fb9 · report
_prepend_conv_prefix xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 34802bcaf77d0e07 · report
call_llm xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran no licence file found · pointer only · 5c5765a0c9007c76 · report
call_model xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran no licence file found · pointer only · 7e92aca251456902 · report
call_test xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran no licence file found · pointer only · ca34b992ed5a0906 · report
get_judge_prompt xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 457fbd7ac27fc0d9 · report
label_to_score xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 06a8fea429acf534 · report
_judge_one_record xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology unverified no licence file found · pointer only · 92054394282a016d · report
_load_env_local_sh xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology unverified no licence file found · pointer only · 285d282349ed0fc7 · report
_print_summary xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology unverified no licence file found · pointer only · c6a4099105374ceb · report
call_vllm xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology unverified no licence file found · pointer only · 5d858d0bbfee493c · report
run_judge xjtuleeyf/Locomo-Plus/evaluation_framework/task_eval/llm_as_judge.py found in paper text by Syntology unverified no licence file found · pointer only · 1b8262b1426a8d81 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.10715, was issued in February 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