TL;DR
HAGE introduces a dynamic, query-conditioned graph traversal approach for agentic memory in LLMs, improving reasoning accuracy and efficiency by jointly optimizing memory routing and representations with reinforcement learning.
Contribution
It presents a novel weighted multi-relational memory framework with RL-based training that enhances retrieval adaptability and reasoning in large language models.
Findings
Improved long-horizon reasoning accuracy over state-of-the-art methods.
Achieved a better accuracy-efficiency trade-off in memory retrieval.
Demonstrated effectiveness through empirical evaluations.
Abstract
Memory retrieval in agentic large language model (LLM) systems is often treated as a static lookup problem, relying on flat vector search or fixed binary relational graphs. However, fixed graph structures cannot capture the varying strength, confidence, and query-dependent relevance of relationships between events. In this paper, we propose HAGE, a weighted multi-relational memory framework that reconceptualizes retrieval as sequential, query-conditioned traversal over a unified relational memory graph. Memory is organized as relation-specific graph views over shared memory nodes, where each edge is associated with a trainable relation feature vector encoding multiple relational signals. Given a query, an LLM-based classifier identifies the relational intent, and a routing network dynamically modulates the corresponding dimensions of the edge embedding. Traversal scores are computed via…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
