Papers › ConvMemory: A Lightweight Learned Memory Reranker, a Negative Attribution Result, and...

ConvMemory: A Lightweight Learned Memory Reranker, a Negative Attribution Result, and a Research-Preview Conflict Editor

27 May 2026arXiv:2605.28062added by Syntology

Taiheng Pan

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 describe ConvMemory, a small 3.6M-parameter learned reranker for conversational long-term memory retrieval, trained with cross-encoder teacher supervision over fused dense and lexical features. On the LongMemEval memory family, ConvMemory operates above the BGE-large cross-encoder in Recall@10 at 12-47x lower latency, remains within 0.025 Recall@10 of mxbai-rerank-large-v1 on Clean500 while running 28x cheaper; under Stress1000 distractors the Recall@10 gap widens to 0.081 but ConvMemory still operates at 117x lower latency; these LongMemEval numbers are single-run or single-seed and are reported as indicative cost-frontier evidence, not benchmark-grade. We then publish a rigorous negative attribution result on a previously claimed mechanism: a five-seed retrained ablation with paired bootstrap shows that ConvMemory's learned temporal window is statistically significant on aggregate but not temporally specific, with the largest effects on hard non-temporal controls and no significant effect on multi-hop temporal queries. The honest description of the mechanism is cheap cross-encoder distillation in a fused dense+lexical feature space, not temporal-structure exploitation. We additionally release CCGE-LA, a low-amplitude conflict-aware candidate-set editor over ConvMemory, as a research preview with modest but consistent gains on supersession and stale/rescue slices on LoCoMo. All results are retrieval-stage; ConvMemory does not match mxbai-rerank-large-v1 in absolute LoCoMo MRR, and the report is single-author and not yet independently audited.

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

Code

Syntology Ran 16 of 20 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · violated contract; 6 ran · our draft was wrong; 4 ran · fixture could not drive it; 2 ran with no contract checked.

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

pth2002/ConvMemory 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

20 samples harvested; 16 ran; 1 honoured the contract we drafted; 4 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
3ran · violated contract
6ran · our draft was wrong
4ran · fixture could not drive it
2ran
4unverified

Licence: 0 of the 20 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 pth2002/ConvMemory. “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.

RerankConfig pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran MIT (permissive) · 3978d263c0be12f3 · report
RerankResult pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran MIT (permissive) · 36b31d0aed95da4e · report
best_window_scores_for_candidates pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 0ddec4a5dea41247 · report
build_memory_to_windows pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 9bd9b7471a82323a · report
candidate_local_windows pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 142cb2843aa5f4da · report
cosine_scores pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 3958eba049be360c · report
dca_router_outputs pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 800bcf2f798d2681 · report
ensure_lexical_cache pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 20e2cd80fa2d5f21 · report
lexical_overlap_features pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 29d3aeac237af3b7 · report
lexical_signature pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 77dba932178b921d · report
lexical_token_tuple pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 4c116d17ef103637 · report
normalize_rows pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 03589bbe0a298b97 · report
normalize_scores pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · violated contract MIT (permissive) · ee33c4c15d79bb72 · report
rerank_candidates pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · e573407cc07d66f4 · report
sliding_windows pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 5fa1aee78d001204 · report
window_tensor pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 57257e682be52820 · report
ConvMemoryReranker pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology unverified MIT (permissive) · 5bb21451777c1832 · report
candidate_features pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology unverified MIT (permissive) · 56d22c23d9ac6e8f · report
score_ce_lite pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology unverified MIT (permissive) · 6377aea4a9075a3a · report
window_scores pth2002/ConvMemory/convmemory/reranker.py found in paper text by Syntology unverified MIT (permissive) · 210ab691c6729f5b · report

Results from the paper

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