🛰️ Daily AI Frontier
‹ back to 2026-08-06

Hierarchical Graph Memory for LLM Agents with Path-level Localization and Rewrite

Research LLM Agents

Ranking

Overall 68
Content 80
Popularity 39

Observed public metrics from 1 member.

Merged summary

TL;DR - HiGram is an evolving hierarchical graph memory framework for long-term LLM agents that replaces flat graph memory with a coarse-to-fine structure and rewrites memory at the level of localized evidence paths. It matters because it targets the two main pain points of agent memory — retrieval noise from accumulated history and costly unit-by-unit updates.

  • Hierarchical graph memory organizes storage into upper-level nodes over fine-grained MemoryUnits, cutting irrelevant context surfaced during multi-hop retrieval.
  • MicroGraph-based path-level localization builds query- and update-conditioned MicroGraphs to pinpoint the support subgraph and evidence path before any rewrite occurs.
  • A coordinated rewriting step jointly revises intra-unit content and inter-unit dependencies, keeping dependency structures valid instead of requiring repeated independent unit rewrites.
  • Reported gains over baselines on long-term conversational QA and conflict-aware memory benchmarks cover answer quality, token efficiency, and evidence selection under dynamic, static, and conditional conflicts.

Sources (1)

Hierarchical Graph Memory for LLM Agents with Path-level Localization and Rewrite

arXiv cs.AI Xiawei Yue, Boran Wang, Xiaoqing Zhang, Shuxin Zheng, Ziwei Zhang 2026-08-05 arXiv:2608.05095
Public signals Semantic Scholar citations 0 · Semantic Scholar influential citations 0
Providers: Hugging Face · N/A OpenAlex · N/A Publisher · N/A Semantic Scholar · Citations 0 · Influential citations 0 X · N/A Fetched 2026-09-03 14:31:55.486814 UTC

TL;DR - HiGram is an evolving hierarchical graph memory framework for long-term LLM agents that replaces flat graph memory with a coarse-to-fine structure and rewrites memory at the level of localized evidence paths. It matters because it targets the two main pain points of agent memory — retrieval noise from accumulated history and costly unit-by-unit updates.

  • Hierarchical graph memory organizes storage into upper-level nodes over fine-grained MemoryUnits, cutting irrelevant context surfaced during multi-hop retrieval.
  • MicroGraph-based path-level localization builds query- and update-conditioned MicroGraphs to pinpoint the support subgraph and evidence path before any rewrite occurs.
  • A coordinated rewriting step jointly revises intra-unit content and inter-unit dependencies, keeping dependency structures valid instead of requiring repeated independent unit rewrites.
  • Reported gains over baselines on long-term conversational QA and conflict-aware memory benchmarks cover answer quality, token efficiency, and evidence selection under dynamic, static, and conditional conflicts.
item →