Node Classification
Node Classification is a machine learning task in graph-based data analysis, where the goal is to assign labels to nodes in a graph based on the properties of nodes and the relationships between them.
Node Classification models aim to predict non-existing node properties (known as the target property) based on other node properties. Typical models used for node classification consists of a large family of graph neural networks. Model performance can be measured using benchmark datasets like Cora, Citeseer, and Pubmed, among others, typically using Accuracy and F1.
( Image credit: Fast Graph Representation Learning With PyTorch Geometric )
Papers
Showing 1–10 of 1860 papers
All datasetsCiteseerPubmedCoraCiteSeer with Public Split: fixed 20 nodes per classPubMed with Public Split: fixed 20 nodes per classCora with Public Split: fixed 20 nodes per classPPICoauthor CSCora (0.5%)Cora (1%)Cora (3%)PubMed (0.03%)
Benchmark Results
| # | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| 1 | CPF-ind_APPNP | Accuracy | 77.3 | — | Unverified |
| 2 | VCHN | Accuracy | 74.9 | — | Unverified |
| 3 | Truncated Krylov | Accuracy | 74.89 | — | Unverified |
| 4 | Snowball (tanh) | Accuracy | 71.36 | — | Unverified |
| 5 | Snowball (linear) | Accuracy | 69.99 | — | Unverified |
| 6 | Snowball (linear + tanh) | Accuracy | 67.76 | — | Unverified |
| 7 | MT-GCN | Accuracy | 66.9 | — | Unverified |
| 8 | DCNN | Accuracy | 59 | — | Unverified |
| 9 | GCN-FP | Accuracy | 50.5 | — | Unverified |
| 10 | GGNN | Accuracy | 48.2 | — | Unverified |