Switch language한국어
Back to the list

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

TL;DR AI

Key summary

2 min read
  1. Researchers introduced Zero-Mem, a memory system for LLM agents that retrieves and organizes memory without any LLM calls or tokens until final answer generation.

  2. It stores original interaction traces and combines an entity-context graph with a temporal hierarchy to retrieve relevant evidence in a structured way.

  3. A deterministic calibration step helps ground responses in retrieved evidence, making past interactions more reliably usable.

  4. On long-memory and long-context QA benchmarks, Zero-Mem delivered competitive results while reducing memory-operation time versus strong baselines.

Read the original