微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
Continual Graph Memory for Adaptive Recommendation under Intent Drift
RSS 官方收录 · 可信分层展示
关键摘要
CGM-Rec框架实现冻结参数下的持续图记忆推荐,HR@1最高提升29.58%
- 提出CGM-Rec框架,将知识图谱作为可写记忆而非静态检索源
- 含语义图记忆(保守更新)和情景经验记忆(快速响应)双组件
- 测试中模型参数冻结,仅通过内存写入实现自适应重排序
AI 摘要 · 来源可核验
正文提要
arXiv:2609.04651v1 Announce Type: new Abstract: This paper studies adaptive recommendation under intent drift, where feedback from each recommendation outcome can reveal whether the relational evidence used for ranking is useful, missing, or misleading. While Knowledge Graphs (KGs) provide essential semantic structure to handle these shifts, traditional KG-enhanced systems treat the graph as a static retrieval substrate, making it brittle to evolving intents, noisy metadata, and recurring failure patterns. This paper proposes CGM-Rec, a continual graph memory framework for adaptive recommendation. CGM-Rec treats the graph state as a writable memory and maintains two complementary components. Therein, a Semantic Graph Memory is updated conservatively through quality-gated typed operations for storing stable and high-confidence relational knowledge. Meanwhile, an Episodic Lesson Memory acts as a fast reactive memory that learns recent outcomes, failure cases, and corrective hints. During testing, model parameters remain frozen and adaptation occurs only through memory writes. We evaluate CGM-Rec under a frozen-parameter, one-pass reranking protocol, where encoders and prompts remain fixed during testing and adaptation occurs only through memory writes. Experiments across multiple recommendation settings show that CGM-Rec improves over evaluated neural and LLM-based baselines on most metrics. Particularly, under sampled-candidate reranking, CGM-Rec improves HR@1 by up to 29.58% over the strongest LLM baseline on Bundle, and outperforms K-RagRec on metadata-rich ML-100K with HR@5 of 0.5941 versus 0.4746.