Adaptive Focus Memory for Language Models
Christopher Cruz

TL;DR
Adaptive Focus Memory (AFM) enhances multi-turn dialogue in language models by dynamically managing context fidelity, ensuring critical information is retained effectively without increasing computational costs.
Contribution
The paper introduces AFM, a novel lightweight context management system that adaptively assigns fidelity levels to past messages based on relevance and importance.
Findings
AFM outperforms baseline strategies in safety-critical dialogue scenarios.
AFM reliably preserves constraints and correct responses in long-horizon tasks.
AFM operates without modifying model weights or external retrieval systems.
Abstract
Large language models (LLMs) are increasingly deployed in multi-turn dialogue settings, yet their behavior remains bottlenecked by naive history management strategies. Replaying the full conversation at every turn is simple but costly, while recency-based truncation or static summarization often causes early, high-impact user constraints to drift out of effective context. As a result, models may retain text without reliably applying it when it matters. We present Adaptive Focus Memory (AFM), a lightweight context management system that dynamically assigns each past message one of three fidelity levels: Full, Compressed, or Placeholder, based on semantic relevance, temporal decay, and importance classification. AFM packs messages chronologically under a fixed token budget, preserving critical constraints at high fidelity while allowing low-importance context to degrade gracefully. We…
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.
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · Multimodal Machine Learning Applications
