paper-with-me

Papers

Short-Term-to-Long-Term Memory Transfer for Knowledge Graphs under Partial Observability

2026-05-21 · Taewoon Kim, Vincent François-Lavet, Michael Cochez arxiv

Reinforcement learning under partial observability requires deciding what information to retain, yet most memory-based approaches do not explicitly model short-term-to-long-term transfer of symbolic observations. We study this transfer process in a temporal knowledge-graph memory setting and cast it as a neuro-symbolic value-based decision problem: for each observed triple, the agent chooses whether to keep or drop it before long-term insertion. To handle variable-sized short-term buffers, we use a per-item Q-learning design with shared parameters and a practical temporal-difference update over matched items across consecutive steps. On the RoomKG benchmark at long-term memory capacity 128, learned transfer decisions outperform symbolic and neural baselines, including symbolic baselines with temporal annotations and history-based LSTM/Transformer baselines. Across transfer-policy ablations, a lightweight local short-term-only variant performs best, and step-level behavior shows that the policy keeps navigation- and query-relevant facts while discarding lower-value candidate facts, supporting explicit and interpretable memory decisions under memory constraints.

📄 PDF Abstract BibTeX arXiv:2605.22142

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningKnowledge Graphs

Similar Papers 제목 키워드 기반

Transfer between long-term and short-term memory using Conceptors

2020-03-11 · Anthony Strock, Nicolas Rougier, Xavier Hinaut

We introduce a recurrent neural network model of working memory combining short-term and long-term components. e short-term component is modelled using a gated reservoir model that is trained to hold a value from an inpu…

Overcome Anterograde Forgetting with Cycled Memory Networks

2021-12-04 · Jian Peng, Dingqi Ye, Bo Tang, Yinjie Lei 외

Learning from a sequence of tasks for a lifetime is essential for an agent towards artificial general intelligence. This requires the agent to continuously learn and memorize new knowledge without interference. This pape…

Lifelong learningTransfer Learning

Learning Various Length Dependence by Dual Recurrent Neural Networks

2020-05-28 · Chenpeng Zhang, Shuai Li, Mao Ye, Ce Zhu 외

Recurrent neural networks (RNNs) are widely used as a memory model for sequence-related problems. Many variants of RNN have been proposed to solve the gradient problems of training RNNs and process long sequences. Althou…

Predicting the Transition from Short-term to Long-term Memory based on Deep Neural Network

2020-12-07 · Gi-Hwan Shin, Young-Seok Kweon, Minji Lee

Memory is an essential element in people's daily life based on experience. So far, many studies have analyzed electroencephalogram (EEG) signals at encoding to predict later remembered items, but few studies have predict…

EEGElectroencephalogram (EEG)Retrieval

Improve Long-term Memory Learning Through Rescaling the Error Temporally

2023-07-21 · Shida Wang, Zhanglu Yan

This paper studies the error metric selection for long-term memory learning in sequence modelling. We examine the bias towards short-term memory in commonly used errors, including mean absolute/squared error. Our finding…