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 110 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 Manifolds0
Devil's Hand: Data Poisoning Attacks to Locally Private Graph Learning Protocols0
Wasserstein Hypergraph Neural Network0
Mitigating Degree Bias Adaptively with Hard-to-Learn Nodes in Graph Contrastive Learning0
iN2V: Bringing Transductive Node Embeddings to Inductive GraphsCode0
Weak Supervision for Real World Graphs0
HGOT: Self-supervised Heterogeneous Graph Neural Network with Optimal Transport0
Show:102550
← PrevPage 1 of 186Next →

Benchmark Results

#ModelMetricClaimedVerifiedStatus
1CPF-ind_APPNPAccuracy77.3Unverified
2VCHNAccuracy74.9Unverified
3Truncated KrylovAccuracy74.89Unverified
4Snowball (tanh)Accuracy71.36Unverified
5Snowball (linear)Accuracy69.99Unverified
6Snowball (linear + tanh)Accuracy67.76Unverified
7MT-GCNAccuracy66.9Unverified
8DCNNAccuracy59Unverified
9GCN-FPAccuracy50.5Unverified
10GGNNAccuracy48.2Unverified