Temporal Inductive Logic Reasoning over Hypergraphs
Yuan Yang, Siheng Xiong, Ali Payani, James C Kerce, Faramarz Fekri

TL;DR
This paper introduces TILR, a novel inductive logic reasoning method designed for temporal hypergraphs, extending reasoning capabilities beyond traditional knowledge graphs to more complex, real-world data structures.
Contribution
The paper proposes TILR, a new ILP approach for reasoning over temporal hypergraphs, including a novel hypergraph traversal method and new benchmark datasets.
Findings
TILR outperforms existing methods on new benchmarks.
The multi-start random B-walk effectively enables hypergraph reasoning.
Created and released two new temporal hypergraph datasets.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Logic, Reasoning, and Knowledge · Natural Language Processing Techniques
