paper-with-me

Papers

Neural Message Passing for Multi-Relational Ordered and Recursive Hypergraphs

2020-12-01 · NeurIPS 2020 12 · Naganand Yadati

Message passing neural network (MPNN) has recently emerged as a successful framework by achieving state-of-the-art performances on many graph-based learning tasks. MPNN has also recently been extended to multi-relational graphs (each edge is labelled), and hypergraphs (each edge can connect any number of vertices). However, in real-world datasets involving text and knowledge, relationships are much more complex in which hyperedges can be multi-relational, recursive, and ordered. Such structures present several unique challenges because it is not clear how to adapt MPNN to variable-sized hyperedges in them. In this work, we first unify exisiting MPNNs on different structures into G-MPNN (Generalised MPNN) framework. Motivated by real-world datasets, we then propose a novel extension of the framework, MPNN-R (MPNN-Recursive) to handle recursively-structured data. Experimental results demonstrate the effectiveness of proposed G-MPNN and MPNN-R.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

MPNN There are at least eight notable examples of models from the literature that can be described using the Message Passing Neural Networks (MPNN) framework. For simplicity we…

Similar Papers 제목 키워드 기반

Relational Message Passing for Knowledge Graph Completion

2020-02-17 · Hongwei Wang, Hongyu Ren, Jure Leskovec

Knowledge graph completion aims to predict missing relations between entities in a knowledge graph. In this work, we propose a relational message passing method for knowledge graph completion. Different from existing emb…

Knowledge Graph CompletionRelationRelation Prediction

Graph-based Kinship Reasoning Network

2020-04-22 · Wanhua Li, Yingqiang Zhang, Kangchen Lv, Jiwen Lu 외

In this paper, we propose a graph-based kinship reasoning (GKR) network for kinship verification, which aims to effectively perform relational reasoning on the extracted features of an image pair. Unlike most existing me…

Kinship VerificationRelational Reasoning

A Relation-Interactive Approach for Message Passing in Hyper-relational Knowledge Graphs

2024-02-23 · Yonglin Jing

Hyper-relational knowledge graphs (KGs) contain additional key-value pairs, providing more information about the relations. In many scenarios, the same relation can have distinct key-value pairs, making the original trip…

Knowledge GraphsLink PredictionPredictionRelation

Automated Heterogeneous Network learning with Non-Recursive Message Passing

2025-01-10 · Zhaoqing Li, Maiqi Jiang, Shengyuan Chen, Bo Li 외

Heterogeneous information networks (HINs) can be used to model various real-world systems. As HINs consist of multiple types of nodes, edges, and node features, it is nontrivial to directly apply graph neural network (GN…

Graph Neural NetworkNeural Architecture Search

Ordered GNN: Ordering Message Passing to Deal with Heterophily and Over-smoothing

2023-02-03 · Yunchong Song, Chenghu Zhou, Xinbing Wang, Zhouhan Lin

Most graph neural networks follow the message passing mechanism. However, it faces the over-smoothing problem when multiple times of message passing is applied to a graph, causing indistinguishable node representations a…

Node Classification