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 | OGC | Accuracy | 77.5 | — | Unverified |
| 2 | LDS-GNN | Accuracy | 75 | — | Unverified |
| 3 | CPF-tra-APPNP | Accuracy | 74.6 | — | Unverified |
| 4 | G3NN | Accuracy | 74.5 | — | Unverified |
| 5 | GEM | Accuracy | 74.2 | — | Unverified |
| 6 | GGCM | Accuracy | 74.2 | — | Unverified |
| 7 | Truncated Krylov | Accuracy | 73.86 | — | Unverified |
| 8 | SSGC | Accuracy | 73.6 | — | Unverified |
| 9 | OKDEEM | Accuracy | 73.53 | — | Unverified |
| 10 | GCNII | Accuracy | 73.4 | — | Unverified |