paper-with-me

Papers

Temporal Knowledge Graph Reasoning Based on Evolutional Representation Learning

2021-04-21 · Zixuan Li, Xiaolong Jin, Wei Li, Saiping Guan, Jiafeng Guo, HuaWei Shen, Yuanzhuo Wang, Xueqi Cheng

Knowledge Graph (KG) reasoning that predicts missing facts for incomplete KGs has been widely explored. However, reasoning over Temporal KG (TKG) that predicts facts in the future is still far from resolved. The key to predict future facts is to thoroughly understand the historical facts. A TKG is actually a sequence of KGs corresponding to different timestamps, where all concurrent facts in each KG exhibit structural dependencies and temporally adjacent facts carry informative sequential patterns. To capture these properties effectively and efficiently, we propose a novel Recurrent Evolution network based on Graph Convolution Network (GCN), called RE-GCN, which learns the evolutional representations of entities and relations at each timestamp by modeling the KG sequence recurrently. Specifically, for the evolution unit, a relation-aware GCN is leveraged to capture the structural dependencies within the KG at each timestamp. In order to capture the sequential patterns of all facts in parallel, the historical KG sequence is modeled auto-regressively by the gate recurrent components. Moreover, the static properties of entities such as entity types, are also incorporated via a static graph constraint component to obtain better entity representations. Fact prediction at future timestamps can then be realized based on the evolutional entity and relation representations. Extensive experiments demonstrate that the RE-GCN model obtains substantial performance and efficiency improvement for the temporal reasoning tasks on six benchmark datasets. Especially, it achieves up to 11.46\% improvement in MRR for entity prediction with up to 82 times speedup comparing to the state-of-the-art baseline.

📄 PDF Abstract BibTeX arXiv:2104.10353

Code (1)

Lee-zix/RE-GCN 공식 구현 pytorch

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Hawkes based Representation Learning for Reasoning over Scale-free Community-structured Temporal Knowledge Graphs

2024-12-28 · Yuwei Du, Xinyue Liu, Wenxin Liang, Linlin Zong 외

Temporal knowledge graph (TKG) reasoning has become a hot topic due to its great value in many practical tasks. The key to TKG reasoning is modeling the structural information and evolutional patterns of the TKGs. While …

Knowledge GraphsRepresentation Learning

Complex Evolutional Pattern Learning for Temporal Knowledge Graph Reasoning

2022-03-15 · ACL 2022 5 · Zixuan Li, Saiping Guan, Xiaolong Jin, Weihua Peng 외

A Temporal Knowledge Graph (TKG) is a sequence of KGs corresponding to different timestamps. TKG reasoning aims to predict potential facts in the future given the historical KG sequences. One key of this task is to mine …

Diversity

Learning Multi-graph Structure for Temporal Knowledge Graph Reasoning

2023-12-04 · Jinchuan Zhang, Bei Hui, Chong Mu, Ling Tian

Temporal Knowledge Graph (TKG) reasoning that forecasts future events based on historical snapshots distributed over timestamps is denoted as extrapolation and has gained significant attention. Owing to its extreme versa…

Graph Attention

Temporal Attention Evolutional Graph Convolutional Network for Multivariate Time Series Forecasting

2025-05-01 · Xinlong Zhao, Liying Zhang, Tianbo Zou, Yan Zhang

Multivariate time series forecasting enables the prediction of future states by leveraging historical data, thereby facilitating decision-making processes. Each data node in a multivariate time series encompasses a seque…

Multivariate Time Series ForecastingPredictionTime SeriesTime Series Forecasting

Self-Supervised Dynamic Graph Representation Learning via Temporal Subgraph Contrast

2021-12-16 · Linpu Jiang, Ke-Jia Chen, Jingqiang Chen

Self-supervised learning on graphs has recently drawn a lot of attention due to its independence from labels and its robustness in representation. Current studies on this topic mainly use static information such as graph…

Contrastive LearningGraph Representation LearningLink PredictionRepresentation Learning+1