Thinking Ahead: Prospection-Guided Retrieval of Memory with Language Models
Harshita Chopra, Krishna Kant Chintalapudi, Suman Nath, Ryen W. White, and Chirag Shah

TL;DR
This paper introduces Prospection-Guided Retrieval (PGR), a novel method that improves long-horizon memory retrieval in dialogue systems by simulating future steps to uncover relevant facts, outperforming traditional similarity-based methods.
Contribution
The paper proposes PGR, a new retrieval approach that uses imagined future steps to enhance memory recall and personalization in dialogue systems, along with a new benchmark, MemoryQuest.
Findings
PGR achieves nearly 3x recall on MemoryQuest compared to baselines.
PGR responses are preferred in 89-98% of pairwise evaluations.
Explicit prospection significantly improves long-horizon retrieval and response quality.
Abstract
Long-horizon personalization requires dialogue assistants to retrieve user-specific facts from extended interaction histories. In practice, many relevant facts often have low semanticsimilarity to the query under dense retrieval. Standard Retrieval-Augmented Generation (RAG) and GraphRAG systems are still largely retrospective: they rely on embedding similarity to the query or on fixed graph traversals, so they often miss facts that matter for the user's needs but lie far from the query in embedding space. Inspired by prospection, the human ability to use imagined futures as cues for recall, we introduce Prospection-Guided Retrieval (PGR), which decouples retrieval from how memories are stored. Given a user query, PGR first expands the goal into a short Tree-of-Thought (ToT) or linear chain of plausible next steps, and uses these steps as retrieval probes rather than relying on the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
