paper-with-me

Papers

Knowledge Graph Reasoning with Relational Digraph

2021-08-13 · Yongqi Zhang, Quanming Yao

Reasoning on the knowledge graph (KG) aims to infer new facts from existing ones. Methods based on the relational path have shown strong, interpretable, and transferable reasoning ability. However, paths are naturally limited in capturing local evidence in graphs. In this paper, we introduce a novel relational structure, i.e., relational directed graph (r-digraph), which is composed of overlapped relational paths, to capture the KG's local evidence. Since the r- digraphs are more complex than paths, how to efficiently construct and effectively learn from them are challenging. Directly encoding the r-digraphs cannot scale well and capturing query-dependent information is hard in r-digraphs. We propose a variant of graph neural network, i.e., RED-GNN, to address the above challenges. Specifically, RED-GNN makes use of dynamic programming to recursively encodes multiple r-digraphs with shared edges, and utilizes a query-dependent attention mechanism to select the strongly correlated edges. We demonstrate that RED-GNN is not only efficient but also can achieve significant performance gains in both inductive and transductive reasoning tasks over existing methods. Besides, the learned attention weights in RED-GNN can exhibit interpretable evidence for KG reasoning.

📄 PDF Abstract BibTeX arXiv:2108.06040

Code (3)

automl-research/red-gnn 공식 구현 pytorch
lars-research/red-gnn pytorch
tmlr-group/one-shot-subgraph pytorch

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

Towards Enhancing Relational Rules for Knowledge Graph Link Prediction

2023-10-20 · Shuhan Wu, Huaiyu Wan, Wei Chen, Yuting Wu 외

Graph neural networks (GNNs) have shown promising performance for knowledge graph reasoning. A recent variant of GNN called progressive relational graph neural network (PRGNN), utilizes relational rules to infer missing …

Graph Neural NetworkInductive Link PredictionLink PredictionPrediction+1

Priors on exchangeable directed graphs

2015-10-28 · Diana Cai, Nathanael Ackerman, Cameron Freer

Directed graphs occur throughout statistical modeling of networks, and exchangeability is a natural assumption when the ordering of vertices does not matter. There is a deep structural theory for exchangeable undirected …

CognTKE: A Cognitive Temporal Knowledge Extrapolation Framework

2024-12-21 · Wei Chen, Yuting Wu, Shuhan Wu, ZhiYu Zhang 외

Reasoning future unknowable facts on temporal knowledge graphs (TKGs) is a challenging task, holding significant academic and practical values for various fields. Existing studies exploring explainable reasoning concentr…

Knowledge GraphsRelation

LightDiC: A Simple yet Effective Approach for Large-scale Digraph Representation Learning

2024-01-22 · Xunkai Li, Meihao Liao, Zhengyu Wu, Daohan Su 외

Most existing graph neural networks (GNNs) are limited to undirected graphs, whose restricted scope of the captured relational information hinders their expressive capabilities and deployments in real-world scenarios. Co…

DenoisingRepresentation Learning

HAIR: Hierarchical Visual-Semantic Relational Reasoning for Video Question Answering

2021-01-01 · ICCV 2021 10 · Fei Liu, Jing Liu, Weining Wang, Hanqing Lu

Relational reasoning is at the heart of video question answering. However, existing approaches suffer from several common limitations: (1) they only focus on either object-level or frame-level relational reasoning, a…

Question AnsweringRelational ReasoningVideo Question Answering