AIAug 21, 2025

Coarse-to-Fine Grounded Memory for LLM Agent Planning

arXiv:2508.15305v18 citationsh-index: 7EMNLP
Originality Incremental advance
AI Analysis

This addresses a problem for researchers and developers of LLM agents by offering a more flexible memory mechanism, but it appears incremental as it builds on existing memory approaches.

The paper tackles the limitation of single-granularity memory in LLM-based agents for complex planning by proposing a coarse-to-fine grounded memory framework, which improves planning flexibility and adaptation to diverse scenarios, though no concrete performance numbers are provided.

Recent advancements in Large Language Models (LLMs) have driven growing interest in LLM-based agents for complex planning tasks. To avoid costly agent training, many studies adopted memory mechanism that enhances LLM with offline experiences or online trajectory analysis. However, existing works focus on single-granularity memory derived from dynamic environmental interactions, which are inherently constrained by the quality of the collected experiences. This limitation, in turn, constrain the diversity of knowledge and the flexibility of planning. We propose Coarse-to-Fine Grounded Memory (\Ours{}), a novel framework that grounds coarse-to-fine memories with LLM, thereby fully leverage them for flexible adaptation to diverse scenarios. \Ours{} grounds environmental information into coarse-grained focus points to guide experience collection in training tasks, followed by grounding of actionable hybrid-grained tips from each experience. At inference, \Ours{} retrieves task-relevant experiences and tips to support planning. When facing environmental anomalies, the LLM grounds the current situation into fine-grained key information, enabling flexible self-QA reflection and plan correction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes