paper-with-me

Papers

Temporal Inductive Logic Reasoning over Hypergraphs

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

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), using techniques like inductive logic programming (ILP). Existing ILP methods assume learning from KGs with static facts and binary relations. Beyond KGs, graph structures are widely present in other applications such as procedural instructions, scene graphs, and program executions. While ILP is beneficial for these applications, applying it to those graphs is nontrivial: they are more complex than KGs, which usually involve timestamps and n-ary relations, effectively a type of hypergraph with temporal events. In this work, we propose temporal inductive logic reasoning (TILR), an ILP method that reasons on temporal hypergraphs. To enable hypergraph reasoning, we introduce the multi-start random B-walk, a novel graph traversal method for hypergraphs. By combining it with a path-consistency algorithm, TILR learns logic rules by generalizing from both temporal and relational data. To address the lack of hypergraph benchmarks, we create and release two temporal hypergraph datasets: YouCook2-HG and nuScenes-HG. Experiments on these benchmarks demonstrate that TILR achieves superior reasoning capability over various strong baselines.

📄 PDF Abstract BibTeX arXiv:2206.05051

Code (1)

gblackout/TILR 공식 구현

Tasks

Inductive logic programmingKnowledge Graphs

Similar Papers 제목 키워드 기반

CAT-Walk: Inductive Hypergraph Learning via Set Walks

2023-06-19 · NeurIPS 2023 11 · Ali Behrouz, Farnoosh Hashemi, Sadaf Sadeghian, Margo Seltzer

Temporal hypergraphs provide a powerful paradigm for modeling time-dependent, higher-order interactions in complex systems. Representation learning for hypergraphs is essential for extracting patterns of the higher-order…

Hyperedge PredictionNode ClassificationRepresentation Learning

Controllability and Observability of Temporal Hypergraphs

2024-08-22 · Anqi Dong, Xin Mao, Can Chen

Numerous complex systems, such as those arisen in ecological networks, genomic contact networks, and social networks, exhibit higher-order and time-varying characteristics, which can be effectively modeled using temporal…

An Adaptive Logical Rule Embedding Model for Inductive Reasoning over Temporal Knowledge Graphs

2022-12-07 · Empirical Methods in Natural Language Processing 2022 12 · Xin Mei, Libin Yang, Zuowei Jiang, Xiaoyan Cai

Temporal knowledge graphs (TKGs) extrapolation reasoning predicts future events based on historical information, which has great research significance and broad application value. Existing methods can be divided into emb…

Knowledge GraphsRelation

Link Prediction with Relational Hypergraphs

2024-02-06 · Xingyue Huang, Miguel Romero Orth, Pablo Barceló, Michael M. Bronstein 외

Link prediction with knowledge graphs has been thoroughly studied in graph machine learning, leading to a rich landscape of graph neural network architectures with successful applications. Nonetheless, it remains challen…

Graph Neural NetworkInductive Link PredictionKnowledge GraphsLink Prediction+1

Deep Hyperedges: a Framework for Transductive and Inductive Learning on Hypergraphs

2019-10-07 · Josh Payne

From social networks to protein complexes to disease genomes to visual data, hypergraphs are everywhere. However, the scope of research studying deep learning on hypergraphs is still quite sparse and nascent, as there ha…

hyperedge classificationhypergraph embeddingInductive LearningNode Classification