Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

AdaTKG: Adaptive Memory for Temporal Knowledge Graph Reasoning

About

Temporal knowledge graphs (TKGs) represent time-stamped relational facts and support a wide range of reasoning tasks over evolving events. However, existing methods produce entity representations that are static at the entity level, in that each representation is a function of learned parameters only and retains no trace of the interactions in which the entity has participated. In this paper, we depart from this static view and propose that each entity be modeled as an adaptive process whose representation is refined every time the entity participates in a fact. To this end, we propose AdaTKG, which maintains a per-entity memory that is updated with every observed interaction, with the memory accumulating online and predictions improving as more interactions arrive. Specifically, we instantiate the memory update as a learnable exponential moving average governed by a single shared scalar instead of using learnable parameters for each entity, enabling AdaTKG to handle entities unseen during training. Extensive experiments confirm consistent gains over TKG baselines, demonstrating the effectiveness of adaptive memory. Code is publicly available at: https://github.com/seunghan96/AdaTKG.

Seunghan Lee, Jun Seo, Jaehoon Lee, Sungdong Yoo, Minjae Kim, Tae Yoon Lim, Dongwan Kang, Hwanil Choi, SoonYoung Lee, Wonbin Ahn• 2026

Related benchmarks

TaskDatasetResultRank
Link PredictionICEWS 14
MRR22.93
60
Temporal Link PredictionICEWS 18
MRR16.87
46
Link PredictionICEWS 05-15
Hits@100.479
31
Link PredictionICEWS14 (Emerging)
Hits@322.5
20
Link PredictionICEWS 18 (Emerging)
Hits@315.43
20
Link PredictionICEWS05-15 (Emerging)
H@325.73
20
Link PredictionGDELT (Emerging)
Hits@311.29
20
Link PredictionGDELT
Hits@30.1208
12
Showing 8 of 8 rows

Other info

Follow for update