Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
Hacker News · 2026/8/5 04:36:44
Zero-Mem: Zero-Token Memory Operations for LLM Agents

Zero-Mem: Zero-Token Memory Operations for LLM Agents

AI 中文解读
核心亮点:这项研究让AI助手在回忆对话历史时,不再需要额外“烧钱”调用模型,直接把记忆成本降到了零。 通俗解读:以前AI聊天机器人要记住你说过的话,得反复“动脑子”把对话整理成笔记,每次整理都要花钱花时间。Zero-Mem就像给AI装了个“原样回放”功能,它不再费力写摘要,而是直接把所有原始对话存下来,用一套巧妙的索引方法快速找到相关内容。只有在回答你问题的那一刻,它才真正“动脑”,其他时候都只是机械地翻找记录。测试显示,同样的任务下,它的记忆处理时间比最快的现有方案还减少了近六成。 实际影响:以后用AI客服或智能助手时,对话再长也不会越用越卡、越用越贵。你不需要担心AI“断片”忘记前文,它能更便宜、更快速地给出连贯回答。对普通用户来说,这意味着更流畅的AI体验和更低的商家运营成本,最终可能让免费好用的AI服务变得更普及。
Skip to main content Search Submit Donate Log in Search arXiv Press Enter to search · Advanced search Computer Science > Computation and Language arXiv:2607.29377 (cs) [Submitted on 31 Jul 2026] Title:Zero-Mem: Zero-Token Memory Operations for LLM Agents Authors:Yilin Xiao, Zhehan Zhu, Yujing Zhang, Jin Chen, Zijin Hong, Luyao Zhuang, Qinggang Zhang, Shengyuan Chen, Xiaocao Ouyang, Lingfei Ren, Xiao Huang View a PDF of the paper titled Zero-Mem: Zero-Token Memory Operations for LLM Agents, by Yilin Xiao and 10 other authors View PDF HTML (experimental) Abstract:LLM agents need memory to act consistently over long interactions, yet many systems use additional LLM calls to operate that memory. Generating intermediate records and mediating their retrieval adds recurring token and time costs, while omitted or merged details can obscure the original evidence. We ask whether structured memory access requires generation at all. Zero-Mem introduces \emph{zero-token memory operations}: no step outside final question answering invokes an LLM or consumes LLM input or output tokens; encoder computation is accounted for separately. Zero-Mem preserves original interaction traces as its source of record. It organizes the traces in two complementary ways. An entity--context graph exposes connections across interactions, while a temporal hierarchy preserves conversational locality and session state. For each query, Zero-Mem weighs the two views, retrieves from both, and follows their structure to recover supporting relations or surrounding context. Deterministic calibration first discards conflicting evidence and then keeps the reader's answer grounded in the retrieved traces. Only the final-QA reader invokes an LLM. Across long-memory and long-context question-answering benchmarks, Zero-Mem achieves competitive performance while eliminating LLM calls and LLM-token consumption from memory operations. With the same final-QA reader and context budget, it reduces memory-operation time cost by 57.6\% relative to the fastest compared baseline. Ablations support the contribution of the two views and their query-dependent coordination. Overall, the results show that structured agent memory need not generate an intermediate representation of the past. After peer review, the code and implementation details will be available at \textcolor{blue}{this https URL}. Subjects: Computation and Language (cs.CL) Cite as: arXiv:2607.29377 [cs.CL]   (or arXiv:2607.29377v1 [cs.CL] for this version)   https://doi.org/10.48550/arXiv.2607.29377 Focus to learn more arXiv-issued DOI via DataCite (pending registration) Submission history From: Yilin Xiao [view email] [v1] Fri, 31 Jul 2026 13:01:06 UTC (414 KB) Full-text links: Access Paper: View a PDF of the paper titled Zero-Mem: Zero-Token Memory Operations for LLM Agents, by Yilin Xiao and 10 other authorsView PDFHTML (experimental)TeX Source view license Current browse context: cs.CL < prev   |   next > new | recent | 2026-07 Change to browse by: cs References & Citations NASA ADSGoogle Scholar Sem
分享
阅读原文