arXiv:2512.20111cs.CLcs.AI2025-12被引 7

用自然语言信念状态提升对话记忆效率,性能接近全历史模型。

ABBEL: Learning Natural-Language Belief States for Memory-Efficient Interaction

  • 将信念状态显式化并直接监督其信息内容,实现可解释的递归摘要。
  • 在五类任务中减少67%内存使用,性能比之前方法高40%。
  • 适合需要高效长程交互的对话系统与智能体研究者。

随着序列决策任务时间跨度增长,保留完整交互历史会显著增加模型上下文开销。近期工作通过递归更新自然语言摘要来压缩上下文,但性能仍低于拥有完整上下文的模型,表明摘要生成不足。为此,本文提出ABBEL框架,将信念状态显式化并直接监督其信息内容。我们分析了前沿模型在五个领域下的信念状态,发现性能下降常因信息遗漏或错误更新,且存在冗余信息占用内存的情况。针对这些问题,采用两种基于强化学习的方法:信念评分,根据信念信息量奖励生成质量;峰值信念惩罚,鼓励压缩内存占用最大的信念。实验表明,该方法显著缩小了与全上下文模型的性能差距,并在仅使用67%内存的情况下,使ABBEL性能优于先前记忆代理工作40%。代码已开源。

原文摘要 · Abstract (English)

As the time horizons of sequential decision-making tasks grow, keeping full interaction histories in model context becomes increasingly costly. Recent work reduces context lengths by instead conditioning decision-making agents on recursively updated natural-language summaries, which are concise and interpretable. However, they underperform agents with access to the full context, suggesting that they fail to generate sufficient summaries. To address this we propose ABBEL, a recursive summarization framework that isolates and directly supervises each summary's information contents in the form of explicit natural-language belief states. First, we analyze the belief states generated by frontier models under ABBEL across five domains, and verify that performance is often degraded due to omitting or incorrectly updating information. We also discover settings where models use memory inefficiently by retaining extraneous information. We target these limitations by fine-tuning with two RL-based methods: belief grading, which reduces update errors by rewarding belief generations based on their information content, and peak belief penalties, which encourage compressing the beliefs with the greatest memory footprints. We demonstrate that these methods significantly reduce the performance gap with full context models, and enable ABBEL to outperform prior memory agent work by 40% while using 67% of the memory. Our code is available at https://github.com/jakob-bjorner/optimal-explorer-dev

信念状态记忆压缩强化学习对话系统

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。