TL;DR
This paper introduces R-HGNN, a relation-aware graph neural network that learns fine-grained node representations on heterogeneous graphs by modeling relation semantics and interactions, improving performance on various tasks.
Contribution
The paper proposes a novel relation-aware GNN that explicitly models relation semantics and cross-relation interactions for better node representations in heterogeneous graphs.
Findings
R-HGNN outperforms existing methods on multiple graph learning tasks.
The relation-aware modules improve the quality of node embeddings.
Layer-wise relation learning captures semantic nuances effectively.
Abstract
Representation learning on heterogeneous graphs aims to obtain meaningful node representations to facilitate various downstream tasks, such as node classification and link prediction. Existing heterogeneous graph learning methods are primarily developed by following the propagation mechanism of node representations. There are few efforts on studying the role of relations for improving the learning of more fine-grained node representations. Indeed, it is important to collaboratively learn the semantic representations of relations and discern node representations with respect to different relation types. To this end, in this paper, we propose a novel Relation-aware Heterogeneous Graph Neural Network, namely R-HGNN, to learn node representations on heterogeneous graphs at a fine-grained level by considering relation-aware characteristics. Specifically, a dedicated graph convolution…
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
MethodsGraph Neural Network · Convolution
