SOTAVerified

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

TitleStatusHype
Demystifying Distributed Training of Graph Neural Networks for Link PredictionCode0
Equivariance Everywhere All At Once: A Recipe for Graph Foundation ModelsCode1
Delving into Instance-Dependent Label Noise in Graph Data: A Comprehensive Study and BenchmarkCode0
Graph Semi-Supervised Learning for Point Classification on Data Manifolds—0
Devil's Hand: Data Poisoning Attacks to Locally Private Graph Learning Protocols—0
Wasserstein Hypergraph Neural Network—0
Mitigating Degree Bias Adaptively with Hard-to-Learn Nodes in Graph Contrastive Learning—0
iN2V: Bringing Transductive Node Embeddings to Inductive GraphsCode0
Weak Supervision for Real World Graphs—0
HGOT: Self-supervised Heterogeneous Graph Neural Network with Optimal Transport—0
Show:102550
← PrevPage 1 of 186Next →

Benchmark Results

#ModelMetricClaimedVerifiedStatus
1LinkDistAccuracy88.24—Unverified
2CoLinkDistAccuracy87.89—Unverified
33ferenceAccuracy87.78—Unverified
4LinkDistMLPAccuracy87.58—Unverified
5CoLinkDistMLPAccuracy87.54—Unverified
6CleoraAccuracy86.8—Unverified
7NodeNetAccuracy86.8—Unverified
8MMAAccuracy85.8—Unverified
9GResNet(GAT)Accuracy85.5—Unverified
10TransGNN1:1 Accuracy85.1—Unverified