paper-with-me

Papers

Constructing coherent spatial memory in LLM agents through graph rectification

2025-10-05 · Puzhen Zhang, Xuyang Chen, Yu Feng, Yuhan Jiang, Liqiu Meng arxiv

Given a map description through global traversal navigation instructions, an LLM can often infer the implicit spatial layout and answer user queries by providing shortest paths. However, such context-dependent querying becomes incapable as environments grow larger, motivating the need for incremental map construction that builds a complete topological graph from stepwise observations. We propose LLM-MapRepair, a framework for LLM-driven construction and map repair, designed to detect, localize, and correct structural inconsistencies in incrementally constructed navigation graphs. Our contributions include a Version Control mechanism for graph construction, an Edge Impact Score for repair prioritization, and a cleaned variant of the MANGO benchmark tailored for LLM-driven map construction and repair. We evaluate the framework on four evaluation settings: a synthetic per-component ablation (gpt-4.1, n=20 seeds per cell), a cross-vendor sweep over seven LLMs from OpenAI, Anthropic, and Google on both synthetic and TextWorld procedurally-generated text-adventure games, a repair-stage evaluation on all 42 cleaned-MANGO games with non-zero residual conflicts (534 conflicts; three vendors x three modes plus two non-LLM references), and an end-to-end natural-text deployment on Chapters 16-17 of Dream of the Red Chamber. On the DRC deployment, LLM-MapRepair achieves 94.3% node recall (+8.6 pp over direct LLM mapping) and 88.2% edge recall (+55.8 pp), using GPT-4.1; the recall improvements come with predicted node and edge counts that are roughly 4x the ground-truth counts (Table 4), reflecting the discretization-driven over-generation trade-off we discuss in the Limitations.

📄 PDF Abstract BibTeX arXiv:2510.04195

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On Memory Construction and Retrieval for Personalized Conversational Agents

2025-02-08 · Zhuoshi Pan, Qianhui Wu, Huiqiang Jiang, Xufang Luo 외

To deliver coherent and personalized experiences in long-term conversations, existing approaches typically perform retrieval augmented response generation by constructing memory banks from conversation history at either …

DenoisingResponse GenerationRetrievalSegmentation

From reactive to cognitive: brain-inspired spatial intelligence for embodied agents

2025-08-24 · Shouwei Ruan, Liyuan Wang, Caixin Kang, Qihui Zhu 외 arxiv

Spatial cognition enables adaptive goal-directed behavior by constructing internal models of space. Robust biological systems consolidate spatial knowledge into three interconnected forms: \textit{landmarks} for salient …

Zero-shot Generalization

Shared Spatial Memory Through Predictive Coding

2025-11-06 · Zhengru Fang, Yu Guo, Yuang Zhang, Haonan An 외 arxiv

Constructing a consistent shared spatial memory is a critical challenge in multi-agent systems, where partial observability and limited bandwidth often lead to catastrophic failures in coordination. We introduce a multi-…

Hierarchical Reinforcement Learning

Towards Multi-Granularity Memory Association and Selection for Long-Term Conversational Agents

2025-05-26 · Derong Xu, Yi Wen, Pengyue Jia, Yingyi Zhang 외

Large Language Models (LLMs) have recently been widely adopted in conversational agents. However, the increasingly long interactions between users and agents accumulate extensive dialogue records, making it difficult for…

Retrieval

Explore Like Humans: Autonomous Exploration with Online SG-Memo Construction for Embodied Agents

2026-04-21 · Xu Chen, Shichao Xie, Zhining Gu, Lu Jia 외 arxiv

Constructing structured spatial memory is essential for enabling long-horizon reasoning in complex embodied navigation tasks. Current memory construction predominantly relies on a decoupled, two-stage paradigm: agents fi…