2025/09/16 by S. Ye, Ye, Shicheng, Chao Yu +6 · 1 citation
Computer Science · Decision Sciences · #Anomaly Detection Techniques and Applications #Construct (python library) #Decoupling (probability) #Generalization #Hindsight bias #Knowledge base #Knowledge transfer #Reflection (computer programming) #Scheme (mathematics) #Scientific Computing and Data Management #Time Series Analysis and Forecasting
paper · pdf · doi:10.48550/arxiv.2509.12810
published in arXiv (Cornell University) (Cornell University)
openalex publication_date 2025/09/16 · openalex created_date 2025/10/18 · openalex updated_date 2026/08/05
Large language model (LLM)-based agents have shown strong potential in multi-task scenarios, owing to their ability to transfer knowledge across diverse tasks. However, existing approaches often treat prior experiences and knowledge as monolithic units, leading to inefficient and coarse-grained knowledge transfer. In this work, we propose a novel hierarchical memory architecture that enables fine-grained knowledge transfer by decoupling high-level planning memory from low-level execution memory. To construct and refine these hierarchical memories, we introduce Hierarchical Hindsight Reflection (H2R), a mechanism that distills reusable and hierarchical knowledge from past agent-environment interactions. At test time, H2R performs retrievals of high-level and low-level memories separately, allowing LLM-based agents to efficiently access and utilize task-relevant knowledge for new tasks.Experimental results across two benchmarks demonstrate that H2R can improve generalization and decision-making performance, outperforming prior baselines such as Expel.