Revisiting Semi-Supervised Learning with Graph Embeddings
About
We present a semi-supervised learning framework based on graph embeddings. Given a graph between instances, we train an embedding for each instance to jointly predict the class label and the neighborhood context in the graph. We develop both transductive and inductive variants of our method. In the transductive variant of our method, the class labels are determined by both the learned embeddings and input feature vectors, while in the inductive variant, the embeddings are defined as a parametric function of the feature vectors, so predictions can be made on instances not seen during training. On a large and diverse set of benchmark tasks, including text classification, distantly supervised entity extraction, and entity classification, we show improved performance over many of the existing models.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Node Classification | Cora | Accuracy75.7 | 885 | |
| Node Classification | Citeseer | Accuracy64.7 | 804 | |
| Node Classification | Pubmed | Accuracy77.2 | 742 | |
| Node Classification | Citeseer (test) | Accuracy0.647 | 729 | |
| Node Classification | Cora (test) | Mean Accuracy75.7 | 687 | |
| Node Classification | PubMed (test) | Accuracy77.2 | 500 | |
| Node Classification | Cora standard (test) | Accuracy75.7 | 130 | |
| Node Classification | Citeseer standard (test) | Accuracy75.7 | 121 | |
| Transductive Node Classification | Pubmed (transductive) | Accuracy77.2 | 95 | |
| Node Classification | Pubmed standard (test) | Accuracy77.2 | 92 |