一种通过潜在神经符号推理解耦长期记忆的新框架
Disentangling Long-Term Memory via Latent Neuro-Symbolic Reasoning
这个新框架LGM挺有意思,它用稀疏自编码器把历史交互信息处理成潜在空间里的节点,然后根据查询动态调整关系权重,这样能更精准地理解用户的长期行为模式。
本文提出LGM框架,通过稀疏自编码器将历史交互映射到潜在记忆节点,动态合成查询感知的关联权重,从而解耦记忆痕迹。在长期个性化基准测试中,该框架在捕捉显性和隐性偏好方面显著优于现有方法。
Disentangling Long-Term Memory via Latent Neuro-Symbolic Reasoning
Personalized agents are required to reason over long-term history interactions to infer both explicit preferences and implicit behavioral evidence. While early flat retrieval methods score memory fragments independently and neglect the distributed information, current structured memory frameworks rely on query-agnostic static graphs that fail to capture the context-dependent relations. Crucially, raw textual memories are inherently entangled and noisy, making fine-grained personalization and cross-session reasoning computationally prohibitive. To this end, we present LGM, a novel neuro-symbolic framework that shifts long-term memory disentanglement into a continuous latent space. Specifically, (i) instead of persisting fixed graphs, we design a tailored latent graph construction with a sparse autoencoder. Subject to each query, it maps historical interactions into latent memory nodes and disentangles the memory traces into sparse concept activations, dynamically synthesizing query-aware relational edge weights. (ii) A graph encoder then treats the query embedding as a conditioning preference to direct non-linear message passing across the task-specific latent subgraph. This yields a highly expressive memory representation for effective activations. Extensive experiments on long-term personalization benchmarks demonstrate that LGM significantly outperforms state-of-the-art baselines in capturing both explicit and implicit preferences while enabling personalized responses.