MemGuide centers on Intent-Aligned Retrieval, Missing-Slot Guided Filtering, a CoT Slot Reasoner, a LLaMA-8B filter, and an LLM Reader over QA memories to select useful history. MemGuide encodes intent keys with text-embedding-3-small and scores QA units by semantic similarity and marginal slot-completion gain.
You can think of MemGuide as a card catalog plus librarian: intent keys index shelves of QA memories, while the CoT Slot Reasoner and LLaMA-8B filter act like a librarian pulling only cards that fill missing details. Instead of dumping the whole archive into context, MemGuide surfaces just the few QA facts that close information gaps.
This design lets MemGuide exploit long-term memory beyond a plain context window by targeting missing slots explicitly. MemGuide can proactively confirm stored slot values, reduce redundant questions, and achieve minimal-turn, goal-consistent dialogue in multi-session TOD.