Papers › MEMOIR: Temporal Behavioral Memory for Recommendation Across the Preference-Drift Spectrum

MEMOIR: Temporal Behavioral Memory for Recommendation Across the Preference-Drift Spectrum

27 Jul 2026arXiv:2607.23986added by Syntology

Younggue Bae

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

We propose MEMOIR, a framework that segments user interaction histories into temporal windows, generates semantic behavioral memory for each period using an LLM, and aggregates current state, evolution direction, and predicted future into a single user representation. On the Electronics and Clothing_Shoes_and_Jewelry categories of Amazon Reviews 2023, MEMOIR is statistically tied with UniSRec, the strongest baseline, on aggregate NDCG@10 (0.0643 vs. 0.0641), splitting the four reported metrics 2-2: MEMOIR leads NDCG@10 and MRR, UniSRec leads HR@10 and HR@20. An ablation study finds that no single architectural component - the evolution-preserving contrastive loss, its directional-consistency term, or temporal window segmentation itself - individually explains much of MEMOIR's approximately 18% relative gain over ID-based SASRec; all four ablations land within 2% of the full model on aggregate NDCG@10. Stratifying test performance by a composite preference-drift score instead reveals where the gain concentrates: MEMOIR leads on ranking-quality metrics (NDCG@10, MRR) specifically among users at the high- and low-drift extremes of the distribution, while UniSRec leads the volume-oriented HR@10/HR@20 metrics across all drift strata and edges out MEMOIR on ranking quality in the middle band. We report this drift-stratified pattern, rather than the near-tied aggregate numbers or any single ablated component, as MEMOIR's most substantive and reproducible finding, and surface why it holds as an open question for future work.

PaperPDFCode Syntology ran

In Syntology 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="2607.23986")

Code

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

By repository: found in paper text by Syntology: 13 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.

louiezzang/MEMOIR 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

13 samples harvested; 11 ran; 0 honoured the contract we drafted; 2 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 · our draft was wrong
10ran
2unverified

Licence: 0 of the 13 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 louiezzang/MEMOIR. “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.

ANNRetriever louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran MIT (permissive) · 4abf7460f41e94f4 · report
EvolutionAwareAggregator louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran MIT (permissive) · a32580c8a99af4b4 · report
EvolutionContrastive louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran MIT (permissive) · 64b0df8c98ff8dc9 · report
ExtrapolationLoss louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4328bd9c6685cd60 · report
ItemEncoder louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran fingerprinted MIT (permissive) · d3455b74c7ef917f · report
MoEAdaptor louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran MIT (permissive) · 909a7d518ce9ecae · report
RandomItemEncoder louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran MIT (permissive) · 29ade0938d6de5af · report
ReasoningLayer louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran MIT (permissive) · ef8bd6ba120d65b6 · report
TrajectoryPredictor louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran MIT (permissive) · a4305da2ede43f87 · report
get_autocast_ctx louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 691326049571e105 · report
get_device louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology ran MIT (permissive) · 2853687cb37aa378 · report
LLMMemoryEncoder louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology unverified MIT (permissive) · a0f1e3d80d12f802 · report
MEMOIRModel louiezzang/MEMOIR/model/memoir.py found in paper text by Syntology unverified MIT (permissive) · 8129bfe11092b069 · report

Results from the paper

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