Graph Star Net for Generalized Multi-Task Learning
Lu Haonan, Seth H. Huang, Tian Ye, Guo Xiuyan
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/graph-star-team/graph_starIn paperpytorch★ 0
Abstract
In this work, we present graph star net (GraphStar), a novel and unified graph neural net architecture which utilizes message-passing relay and attention mechanism for multiple prediction tasks - node classification, graph classification and link prediction. GraphStar addresses many earlier challenges facing graph neural nets and achieves non-local representation without increasing the model depth or bearing heavy computational costs. We also propose a new method to tackle topic-specific sentiment analysis based on node classification and text classification as graph classification. Our work shows that 'star nodes' can learn effective graph-data representation and improve on current methods for the three tasks. Specifically, for graph classification and link prediction, GraphStar outperforms the current state-of-the-art models by 2-5% on several key benchmarks.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| D&D | GraphStar | Accuracy | 79.6 | — | Unverified |
| ENZYMES | GraphStar | Accuracy | 67.1 | — | Unverified |
| MUTAG | GraphStar | Accuracy | 91.2 | — | Unverified |
| PROTEINS | GraphStar | Accuracy | 77.9 | — | Unverified |