Hierarchical Attention Models for Multi-Relational Graphs
Roshni G. Iyer, Wei Wang, Yizhou Sun

TL;DR
This paper introduces BR-GCN, a novel hierarchical attention-based neural network for multi-relational graphs, improving node classification and link prediction by leveraging bi-level attention mechanisms inspired by transformers and GATs.
Contribution
The paper proposes a new bi-level attention mechanism for GNNs that effectively captures multi-relational data, extending transformer and GAT attention to large-scale heterogeneous graphs.
Findings
BR-GCN outperforms baseline models in node classification by up to 14.95%.
BR-GCN improves link prediction accuracy by up to 7.40%.
Ablation studies confirm the effectiveness of relation-level attention.
Abstract
We present Bi-Level Attention-Based Relational Graph Convolutional Networks (BR-GCN), unique neural network architectures that utilize masked self-attentional layers with relational graph convolutions, to effectively operate on highly multi-relational data. BR-GCN models use bi-level attention to learn node embeddings through (1) node-level attention, and (2) relation-level attention. The node-level self-attentional layers use intra-relational graph interactions to learn relation-specific node embeddings using a weighted aggregation of neighborhood features in a sparse subgraph region. The relation-level self-attentional layers use inter-relational graph interactions to learn the final node embeddings using a weighted aggregation of relation-specific node embeddings. The BR-GCN bi-level attention mechanism extends Transformer-based multiplicative attention from the natural language…
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
TopicsAdvanced Graph Neural Networks · Machine Learning in Materials Science · Graph Theory and Algorithms
MethodsMultiplicative Attention
