← 首页|学术|Reconstructing the Right Episode: Evaluating Interleaved Conversational Memory Beyond Long Context
cs.CL, cs.AI · 2608.25655 · 2026-08-26

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

Zhexi Feng, Ruiyi Zhang, Yongbo Yang, Pengtao Xie
对话记忆长上下文情节分割
💬 现实对话助手往往是不分session、话题混杂的长线程,系统必须自行判断"哪段更早的对话内容决定了当前任务决策是否成立"——这种扁平交错线程中的情节完整性问题,和duplex场景下持续、无边界的实时交互记忆需求几乎同构。

🎯 背景

与聊天助手的对话正越来越多地在单条长线程内跨越许多话题,对记忆系统构成挑战。现有长上下文与记忆benchmark大多暴露了session或话题边界,或直接探测个人记忆问题,低估了一种更难的"助手记忆"场景:在一个扁平的、混合话题的线程中,系统必须推断出哪个更早的情节使得后面的任务决策成立。

🔬 方法

作者提出SCALE-QA,一个针对扁平未分段线程中"情节完整性失败"的约束基础任务QA基准,包含跨10个领域的3000道人工审核问题、确定性四选一评分和确定性运行时构建器,覆盖128k上下文全部3000题及1M上下文的400题分层诊断集。SCALE-QA的题目都是普通的任务导向请求,其正确答案依赖于更早对话中引入的、因果相关的证据。同时提出Temporal-Semantic Interleaved Memory Reconstruction(TSIM),将回合流切分为连贯情节,并通过带确定性情节级摘要与簇路由视图的分层多视图记忆栈进行索引。

📊 结果

SCALE-QA同时挑战了强RAG基线和长上下文LLM;在三种开源与商业LLM后端上,TSIM在每种后端设置下都取得最高准确率,相对最强对应基线提升5.6-17.6个百分点。

原文摘要

▶ Abstract
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.
来源: arXiv:2608.25655 · 精读由高松灯生成,基于摘要与 arXiv 页面信息