paper-with-me

Papers

Temporal Inductive Path Neural Network for Temporal Knowledge Graph Reasoning

2023-09-06 · Hao Dong, Pengyang Wang, Meng Xiao, Zhiyuan Ning, Pengfei Wang, Yuanchun Zhou

Temporal Knowledge Graph (TKG) is an extension of traditional Knowledge Graph (KG) that incorporates the dimension of time. Reasoning on TKGs is a crucial task that aims to predict future facts based on historical occurrences. The key challenge lies in uncovering structural dependencies within historical subgraphs and temporal patterns. Most existing approaches model TKGs relying on entity modeling, as nodes in the graph play a crucial role in knowledge representation. However, the real-world scenario often involves an extensive number of entities, with new entities emerging over time. This makes it challenging for entity-dependent methods to cope with extensive volumes of entities, and effectively handling newly emerging entities also becomes a significant challenge. Therefore, we propose Temporal Inductive Path Neural Network (TiPNN), which models historical information in an entity-independent perspective. Specifically, TiPNN adopts a unified graph, namely history temporal graph, to comprehensively capture and encapsulate information from history. Subsequently, we utilize the defined query-aware temporal paths on a history temporal graph to model historical path information related to queries for reasoning. Extensive experiments illustrate that the proposed model not only attains significant performance enhancements but also handles inductive settings, while additionally facilitating the provision of reasoning evidence through history temporal graphs.

📄 PDF Abstract BibTeX arXiv:2309.03251

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Temporal Inductive Logic Reasoning over Hypergraphs

2022-06-09 · Yuan Yang, Siheng Xiong, Ali Payani, James C Kerce 외

Inductive logic reasoning is a fundamental task in graph analysis, which aims to generalize patterns from data. This task has been extensively studied for traditional graph representations, such as knowledge graphs (KGs)…

Inductive logic programmingKnowledge Graphs

Reachability-Aware Pretraining for Efficient Target-Oriented Path Exploration in Temporal Knowledge Graph Reasoning

2026-07-16 · Chien-Liang Liu, Tsao-Lun Chen arxiv

Temporal Knowledge Graph (TKG) reasoning under the extrapolation setting focuses on forecasting future time-stamped events (facts) from historical data in a temporal knowledge graph. Existing approaches, reinforcement le…

Reinforcement Learning

Inference of Sequential Patterns for Neural Message Passing in Temporal Graphs

2024-06-24 · Jan von Pichowski, Vincenzo Perri, Lisi Qarkaxhija, Ingo Scholtes

The modelling of temporal patterns in dynamic graphs is an important current research issue in the development of time-aware GNNs. Whether or not a specific sequence of events in a temporal graph constitutes a temporal p…

Graph Representation LearningInductive BiasNode ClassificationRepresentation Learning

Incorporating Structured Sentences with Time-enhanced BERT for Fully-inductive Temporal Relation Prediction

2023-04-10 · Zhongwu Chen, Chengjin Xu, Fenglong Su, Zhen Huang 외

Temporal relation prediction in incomplete temporal knowledge graphs (TKGs) is a popular temporal knowledge graph completion (TKGC) problem in both transductive and inductive settings. Traditional embedding-based TKGC mo…

Knowledge Graph CompletionKnowledge GraphsRelationRelation Prediction+1

GRATE: Temporal Extensions for Inductive KG Foundation Models via Gated Rotary Attention

2026-07-11 · Jiaxin Pan, Osama Mohammed, Daniel Hernández, Steffen Staab arxiv

Knowledge graph foundation models such as Ultra and Trix achieve strong inductive transfer by learning relation-graph representations that generalise to unseen entities and relations. Extending this transferability to te…

Knowledge Graphs