Papers › Reconstructing the Right Episode: Evaluating Interleaved Conversational Memory Beyond...

Reconstructing the Right Episode: Evaluating Interleaved Conversational Memory Beyond Long Context

26 Aug 2026arXiv:2608.25655added by Syntology

Zhexi Feng, Ruiyi Zhang, Yongbo Yang, Pengtao Xie

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

Conversations with chat assistants increasingly span many topics in a single long-running thread, challenging memory systems. Existing long-context and memory benchmarks often expose session or topic boundaries, or probe direct personal-memory questions. These settings understate a harder assistant-memory regime: a flat mixed-topic thread where the system must infer which earlier episode makes a later task decision valid. We introduce SCALE-QA, a constraint-grounded task QA benchmark for flat unsegmented threads targeting episode integrity failure. The dataset contains 3,000 audited questions across 10 domains, uses deterministic four-way multiple-choice grading, and includes a deterministic runtime builder; experiments use all 3,000 questions through 128k and a stratified 400-question diagnostic at 1M. SCALE-QA questions are ordinary task-oriented requests whose correct answer depends on causally related evidence introduced earlier in the conversation. We also propose Temporal-Semantic Interleaved Memory Reconstruction (TSIM), which segments the turn stream into coherent episodes and indexes them through a hierarchical multi-view memory stack with deterministic episode-level summary and cluster-routing views. Experiments show that SCALE-QA challenges strong RAG baselines and long-context LLMs alike; across three open-source and proprietary LLM backends, TSIM achieves the highest accuracy in every backend setting, gaining 5.6-17.6 accuracy points over the strongest corresponding baseline.

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

Code

Syntology Ran 14 of 17 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 14 ran with no contract checked.

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

LordTARN1SHED/SCALE-QA 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

17 samples harvested; 14 ran; 0 honoured the contract we drafted; 3 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.

14ran
3unverified

Licence: 17 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 LordTARN1SHED/SCALE-QA. “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_prompt LordTARN1SHED/SCALE-QA/tsim_reference/src/eval/run_eval.py found in paper text by Syntology ran licence not identified · pointer only · ef22962a80a1e411 · report
cl_hit LordTARN1SHED/SCALE-QA/tsim_reference/src/eval/metrics.py found in paper text by Syntology ran licence not identified · pointer only · 0c632620dbe495b8 · report
estimate_text_tokens LordTARN1SHED/SCALE-QA/build_eval_dataset.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · a2810d630885becf · report
estimate_text_tokens LordTARN1SHED/SCALE-QA/supplementary/noise_assets/noise_io.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 969bbf94c12581f2 · report
estimate_turn_tokens LordTARN1SHED/SCALE-QA/build_eval_dataset.py found in paper text by Syntology ran licence not identified · pointer only · 430e6a49b0c7baab · report
estimate_turn_tokens LordTARN1SHED/SCALE-QA/supplementary/noise_assets/noise_io.py found in paper text by Syntology ran licence not identified · pointer only · 3946309bd0ac04e3 · report
exact_accuracy LordTARN1SHED/SCALE-QA/tsim_reference/src/eval/metrics.py found in paper text by Syntology ran licence not identified · pointer only · bad94cfaa824e71a · report
list_runtime_dirs LordTARN1SHED/SCALE-QA/tsim_reference/src/eval/original_main_runner.py found in paper text by Syntology ran licence not identified · pointer only · 38d20c09b4f5a462 · report
load_turns LordTARN1SHED/SCALE-QA/supplementary/noise_assets/split_dialogue.py found in paper text by Syntology ran licence not identified · pointer only · 5c12f8f2ce1cf45a · report
parse_answer LordTARN1SHED/SCALE-QA/tsim_reference/src/eval/metrics.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · e22500cf37ccce0d · report
parse_budget LordTARN1SHED/SCALE-QA/build_eval_dataset.py found in paper text by Syntology ran licence not identified · pointer only · 33a252cca9329eff · report
read_json LordTARN1SHED/SCALE-QA/tsim_reference/src/eval/original_main_runner.py found in paper text by Syntology ran licence not identified · pointer only · 2e822b681e022e86 · report
sha256_file LordTARN1SHED/SCALE-QA/supplementary/noise_assets/noise_io.py found in paper text by Syntology ran licence not identified · pointer only · f103025411f50529 · report
short_name LordTARN1SHED/SCALE-QA/tsim_reference/src/eval/original_main_runner.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 777d786163bf337b · report
call_backend LordTARN1SHED/SCALE-QA/tsim_reference/src/eval/run_eval.py found in paper text by Syntology unverified licence not identified · pointer only · 1516464c0c157034 · report
generate LordTARN1SHED/SCALE-QA/tsim_reference/src/backends/gemma_local.py found in paper text by Syntology unverified licence not identified · pointer only · e33f0b44b595a82a · report
generate LordTARN1SHED/SCALE-QA/tsim_reference/src/backends/openai_compat.py found in paper text by Syntology unverified licence not identified · pointer only · fa8e815443de2ec5 · report

Results from the paper

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