Relation-aware Graph Attention Model With Adaptive Self-adversarial Training
Xiao Qin, Nasrullah Sheikh, Berthold Reinwald, Lingfei Wu

TL;DR
This paper introduces RelGNN, a relation-aware graph attention model with adaptive self-adversarial training, improving relationship prediction in heterogeneous graphs by effectively modeling edge semantics and reducing false negatives.
Contribution
The paper proposes a novel relation-aware graph attention model and a parameter-free adaptive self-adversarial negative sampling technique for better relationship prediction.
Findings
RelGNN outperforms existing models on benchmark datasets.
ASA negative sampling reduces false negatives and improves training quality.
The combined approach achieves state-of-the-art results in relationship prediction.
Abstract
This paper describes an end-to-end solution for the relationship prediction task in heterogeneous, multi-relational graphs. We particularly address two building blocks in the pipeline, namely heterogeneous graph representation learning and negative sampling. Existing message passing-based graph neural networks use edges either for graph traversal and/or selection of message encoding functions. Ignoring the edge semantics could have severe repercussions on the quality of embeddings, especially when dealing with two nodes having multiple relations. Furthermore, the expressivity of the learned representation depends on the quality of negative samples used during training. Although existing hard negative sampling techniques can identify challenging negative relationships for optimization, new techniques are required to control false negatives during training as false negatives could corrupt…
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.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Computational Drug Discovery Methods · Bioinformatics and Genomic Networks
