Hugging Face Daily Papers · · 3 min read

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

Mirrored from Hugging Face Daily Papers for archival readability. Support the source by reading on the original site.

Zero-Token Memory Operations</p>\n","updatedAt":"2026-08-04T14:34:57.714Z","author":{"_id":"670e1c005d5031044e938071","avatarUrl":"/avatars/af44931dd6941b52f3add260a812b345.svg","fullname":"yilin xiao","name":"Awesome-GraphRAG","type":"user","isPro":false,"isHf":false,"isHfAdmin":false,"isMod":false,"followerCount":3,"isUserFollowing":false}},"numEdits":0,"identifiedLanguage":{"language":"en","probability":0.5264700651168823},"editors":["Awesome-GraphRAG"],"editorAvatarUrls":["/avatars/af44931dd6941b52f3add260a812b345.svg"],"reactions":[],"isReport":false}}],"primaryEmailConfirmed":false,"paper":{"id":"2607.29377","authors":[{"_id":"6a70512502c90f968f48a175","user":{"_id":"670e1c005d5031044e938071","avatarUrl":"/avatars/af44931dd6941b52f3add260a812b345.svg","isPro":false,"fullname":"yilin xiao","user":"Awesome-GraphRAG","type":"user","name":"Awesome-GraphRAG"},"name":"Yilin Xiao","status":"claimed_verified","statusLastChangedAt":"2026-08-03T08:45:04.590Z","hidden":false},{"_id":"6a70512502c90f968f48a176","name":"Zhehan Zhu","hidden":false},{"_id":"6a70512502c90f968f48a177","name":"Yujing Zhang","hidden":false},{"_id":"6a70512502c90f968f48a178","name":"Jin Chen","hidden":false},{"_id":"6a70512502c90f968f48a179","name":"Zijin Hong","hidden":false},{"_id":"6a70512502c90f968f48a17a","name":"Luyao Zhuang","hidden":false},{"_id":"6a70512502c90f968f48a17b","name":"Qinggang Zhang","hidden":false},{"_id":"6a70512502c90f968f48a17c","name":"Shengyuan Chen","hidden":false},{"_id":"6a70512502c90f968f48a17d","name":"Xiaocao Ouyang","hidden":false},{"_id":"6a70512502c90f968f48a17e","name":"Lingfei Ren","hidden":false},{"_id":"6a70512502c90f968f48a17f","name":"Xiao Huang","hidden":false}],"publishedAt":"2026-07-31T00:00:00.000Z","submittedOnDailyAt":"2026-08-04T00:00:00.000Z","title":"Zero-Mem: Zero-Token Memory Operations for LLM Agents","submittedOnDailyBy":{"_id":"670e1c005d5031044e938071","avatarUrl":"/avatars/af44931dd6941b52f3add260a812b345.svg","isPro":false,"fullname":"yilin xiao","user":"Awesome-GraphRAG","type":"user","name":"Awesome-GraphRAG"},"summary":"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 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 blue{https://github.com/TheMoon0815/Zero-mem}.","upvotes":5,"discussionId":"6a70512602c90f968f48a180"},"canReadDatabase":false,"canManagePapers":false,"canSubmit":false,"hasHfLevelAccess":false,"upvoted":false,"upvoters":[{"_id":"670e1c005d5031044e938071","avatarUrl":"/avatars/af44931dd6941b52f3add260a812b345.svg","isPro":false,"fullname":"yilin xiao","user":"Awesome-GraphRAG","type":"user"},{"_id":"63ac5701c21e60a3e9b58aa7","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/63ac5701c21e60a3e9b58aa7/g6EX7diOpuA94R2ab-rZC.png","isPro":true,"fullname":"Dipankar Sarkar","user":"dipankarsarkar","type":"user"},{"_id":"6615494716917dfdc645c44e","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/6615494716917dfdc645c44e/GGzgDi_WTW1Ci4CaDJd8I.jpeg","isPro":true,"fullname":"Daniel Fox","user":"FlameF0X","type":"user"},{"_id":"661ab1f1fa3b144a381fa454","avatarUrl":"https://cdn-avatars.huggingface.co/v1/production/uploads/661ab1f1fa3b144a381fa454/IlpZBb9NCjo7ntFwMIH53.png","isPro":false,"fullname":"Urro","user":"urroxyz","type":"user"},{"_id":"64834b399b352597e41816ac","avatarUrl":"/avatars/63d9d123bffa90f43186a0bdc4455cbd.svg","isPro":false,"fullname":"Shaobai Jiang","user":"shaobaij","type":"user"}],"acceptLanguages":["en"],"dailyPaperRank":0,"markdownContentUrl":"https://huggingface.co/buckets/huggingchat/papers-content/resolve/2607/2607.29377.md","query":{}}">
Papers
arxiv:2607.29377

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

Published on Jul 31
· Submitted by
yilin xiao
on Aug 4
Authors:

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 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 blue{https://github.com/TheMoon0815/Zero-mem}.

Community

Paper author Paper submitter about 6 hours ago

Zero-Token Memory Operations

Upload images, audio, and videos by dragging in the text input, pasting, or clicking here.
Tap or paste here to upload images

· Sign up or log in to comment

Get this paper in your agent:

hf papers read 2607.29377
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper

No model linking this paper

Cite arxiv.org/abs/2607.29377 in a model README.md to link it from this page.

Datasets citing this paper

No dataset linking this paper

Cite arxiv.org/abs/2607.29377 in a dataset README.md to link it from this page.

Spaces citing this paper

No Space linking this paper

Cite arxiv.org/abs/2607.29377 in a Space README.md to link it from this page.

Collections including this paper

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Hugging Face Daily Papers