{"task":"Node Classification","dataset":"Penn94","metric_names":["Accuracy"],"rows":[{"id":96670,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"Dual-Net GNN","metrics":{"Accuracy":"86.09±0.56"},"paper_url":"https://ietresearch.onlinelibrary.wiley.com/doi/full/10.1049/cit2.12166","paper_title":"Feature Selection: Key to Enhance Node Classification with Graph Neural Networks","paper_date":"2023-01-25","code_links":[{"title":"sunilkmaurya/DualNetGNN_large","url":"https://github.com/sunilkmaurya/DualNetGNN_large"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96671,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"ACM-GCN++","metrics":{"Accuracy":"86.08 ± 0.43"},"paper_url":"https://arxiv.org/abs/2210.07606v1","paper_title":"Revisiting Heterophily For Graph Neural Networks","paper_date":"2022-10-14","code_links":[{"title":"SitaoLuan/ACM-GNN","url":"https://github.com/SitaoLuan/ACM-GNN"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96672,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"ACMII-GCN++","metrics":{"Accuracy":"85.95 ± 0.26"},"paper_url":"https://arxiv.org/abs/2210.07606v1","paper_title":"Revisiting Heterophily For Graph Neural Networks","paper_date":"2022-10-14","code_links":[{"title":"SitaoLuan/ACM-GNN","url":"https://github.com/SitaoLuan/ACM-GNN"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96673,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GloGNN++","metrics":{"Accuracy":"85.74±0.42"},"paper_url":"https://arxiv.org/abs/2205.07308v1","paper_title":"Finding Global Homophily in Graph Neural Networks When Meeting Heterophily","paper_date":"2022-05-15","code_links":[{"title":"recklessronan/glognn","url":"https://github.com/recklessronan/glognn"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96674,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GloGNN","metrics":{"Accuracy":"85.57 ± 0.35"},"paper_url":"https://arxiv.org/abs/2205.07308v1","paper_title":"Finding Global Homophily in Graph Neural Networks When Meeting Heterophily","paper_date":"2022-05-15","code_links":[{"title":"recklessronan/glognn","url":"https://github.com/recklessronan/glognn"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96675,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GNNMoE(GCN-like P)","metrics":{"Accuracy":"85.11±0.39"},"paper_url":"https://arxiv.org/abs/2412.08193v1","paper_title":"Mixture of Experts Meets Decoupled Message Passing: Towards General and Adaptive Node Classification","paper_date":"2024-12-11","code_links":[{"title":"GISec-Team/GNNMoE","url":"https://github.com/GISec-Team/GNNMoE"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96676,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"ACM-GCN+","metrics":{"Accuracy":"85.05 ± 0.19"},"paper_url":"https://arxiv.org/abs/2210.07606v1","paper_title":"Revisiting Heterophily For Graph Neural Networks","paper_date":"2022-10-14","code_links":[{"title":"SitaoLuan/ACM-GNN","url":"https://github.com/SitaoLuan/ACM-GNN"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96677,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"ACMII-GCN+","metrics":{"Accuracy":"84.95 ± 0.43"},"paper_url":"https://arxiv.org/abs/2210.07606v1","paper_title":"Revisiting Heterophily For Graph Neural Networks","paper_date":"2022-10-14","code_links":[{"title":"SitaoLuan/ACM-GNN","url":"https://github.com/SitaoLuan/ACM-GNN"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96678,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"DJ-GNN","metrics":{"Accuracy":"84.84±0.34"},"paper_url":"https://arxiv.org/abs/2306.16976v1","paper_title":"Diffusion-Jump GNNs: Homophiliation via Learnable Metric Filters","paper_date":"2023-06-29","code_links":[{"title":"AhmedBegggaUA/TFM","url":"https://github.com/AhmedBegggaUA/TFM"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96679,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"NCGCN","metrics":{"Accuracy":"84.74 ± 0.28"},"paper_url":"https://arxiv.org/abs/2306.02285v6","paper_title":"Clarify Confused Nodes via Separated Learning","paper_date":"2023-06-04","code_links":[{"title":"GISec-Team/NCGNN","url":"https://github.com/GISec-Team/NCGNN"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96680,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"LINKX","metrics":{"Accuracy":"84.71 ± 0.52"},"paper_url":"https://arxiv.org/abs/2110.14446v1","paper_title":"Large Scale Learning on Non-Homophilous Graphs: New Benchmarks and Strong Simple Methods","paper_date":"2021-10-27","code_links":[{"title":"cuai/non-homophily-large-scale","url":"https://github.com/cuai/non-homophily-large-scale"},{"title":"CUAI/Non-Homophily-Benchmarks","url":"https://github.com/CUAI/Non-Homophily-Benchmarks"},{"title":"ivam-he/chebnetii","url":"https://github.com/ivam-he/chebnetii"},{"title":"kkhuang81/UniFilter","url":"https://github.com/kkhuang81/UniFilter"},{"title":"kkhuang81/AdaptKry","url":"https://github.com/kkhuang81/AdaptKry"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96681,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GNNMoE(SAGE-like P)","metrics":{"Accuracy":"84.05±0.37"},"paper_url":"https://arxiv.org/abs/2412.08193v1","paper_title":"Mixture of Experts Meets Decoupled Message Passing: Towards General and Adaptive Node Classification","paper_date":"2024-12-11","code_links":[{"title":"GISec-Team/GNNMoE","url":"https://github.com/GISec-Team/GNNMoE"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96682,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"MixHop","metrics":{"Accuracy":"83.47 ± 0.71"},"paper_url":"https://arxiv.org/abs/1905.00067v3","paper_title":"MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing","paper_date":"2019-04-30","code_links":[{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/pytorch/mixhop"},{"title":"benedekrozemberczki/MixHop-and-N-GCN","url":"https://github.com/benedekrozemberczki/MixHop-and-N-GCN"},{"title":"samihaija/mixhop","url":"https://github.com/samihaija/mixhop"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96683,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GCNII","metrics":{"Accuracy":"82.92 ± 0.59"},"paper_url":"https://arxiv.org/abs/2007.02133v1","paper_title":"Simple and Deep Graph Convolutional Networks","paper_date":"2020-07-04","code_links":[{"title":"chennnM/GCNII","url":"https://github.com/chennnM/GCNII/tree/master/PyG/ogbn-arxiv"},{"title":"chennnM/GCNII","url":"https://github.com/chennnM/GCNII"},{"title":"zhanglab-aim/cancer-net","url":"https://github.com/zhanglab-aim/cancer-net"},{"title":"tyxxzjpdez/GCNII-DropGroups","url":"https://github.com/tyxxzjpdez/GCNII-DropGroups"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96684,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GCN","metrics":{"Accuracy":"82.47 ± 0.27"},"paper_url":"http://arxiv.org/abs/1609.02907v4","paper_title":"Semi-Supervised Classification with Graph Convolutional Networks","paper_date":"2016-09-09","code_links":[{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/mxnet/gcn"},{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/tensorflow/gcn"},{"title":"tkipf/gcn","url":"https://github.com/tkipf/gcn"},{"title":"tkipf/pygcn","url":"https://github.com/tkipf/pygcn"},{"title":"tkipf/keras-gcn","url":"https://github.com/tkipf/keras-gcn"},{"title":"meliketoy/graph-cnn.pytorch","url":"https://github.com/meliketoy/graph-cnn.pytorch"},{"title":"deepchem/moleculenet","url":"https://github.com/deepchem/moleculenet"},{"title":"IllinoisGraphBenchmark/IGB-Datasets","url":"https://github.com/IllinoisGraphBenchmark/IGB-Datasets"},{"title":"tk-rusch/graphcon","url":"https://github.com/tk-rusch/graphcon"},{"title":"jiangboahu/glcn-tf","url":"https://github.com/jiangboahu/glcn-tf"},{"title":"alexOarga/haiku-geometric","url":"https://github.com/alexOarga/haiku-geometric"},{"title":"mahsa91/RA-GCN","url":"https://github.com/mahsa91/RA-GCN"},{"title":"fanzhenliu/dagad","url":"https://github.com/fanzhenliu/dagad"},{"title":"emartinezs44/SparkGCN","url":"https://github.com/emartinezs44/SparkGCN"},{"title":"yanhuchen/quantum-graph-convolutional-network","url":"https://github.com/yanhuchen/quantum-graph-convolutional-network"},{"title":"HamzaGbada/GCN-Numpy","url":"https://github.com/HamzaGbada/GCN-Numpy"},{"title":"nnaakkaaii/g2-MLP","url":"https://github.com/nnaakkaaii/g2-MLP"},{"title":"basiralab/RG-Select","url":"https://github.com/basiralab/RG-Select"},{"title":"basiralab/reproduciblefedgnn","url":"https://github.com/basiralab/reproduciblefedgnn"},{"title":"cybermonic/cage-4-submission","url":"https://github.com/cybermonic/cage-4-submission"},{"title":"mahsa91/GKD","url":"https://github.com/mahsa91/GKD"},{"title":"selmiss/gp-tlstgcn","url":"https://github.com/selmiss/gp-tlstgcn"},{"title":"hazdzz/GCN","url":"https://github.com/hazdzz/GCN"},{"title":"abi-kothapalli/minimumdominatingsets","url":"https://github.com/abi-kothapalli/minimumdominatingsets"},{"title":"tuananh0305/GCN_ANOMALY_DETECTION","url":"https://github.com/tuananh0305/GCN_ANOMALY_DETECTION"},{"title":"basiralab/Reproducible-Generative-Learning","url":"https://github.com/basiralab/Reproducible-Generative-Learning"},{"title":"negarhdr/PGCN","url":"https://github.com/negarhdr/PGCN"},{"title":"ZeinabRahbar/Implementation-for-the-paper-of-SEMI-SUPERVISED-CLASSIFICATION-WITH-GRAPH-CONVOLUTIONAL-NETWORKS","url":"https://github.com/ZeinabRahbar/Implementation-for-the-paper-of-SEMI-SUPERVISED-CLASSIFICATION-WITH-GRAPH-CONVOLUTIONAL-NETWORKS"},{"title":"bcsrn/gcn","url":"https://github.com/bcsrn/gcn"},{"title":"yCobanoglu/infinite-width-gnns","url":"https://github.com/yCobanoglu/infinite-width-gnns"},{"title":"sunxiaobei/mindspore_gallery","url":"https://github.com/sunxiaobei/mindspore_gallery/tree/main/grl/gcn"},{"title":"kiharalab/gnn_pocket","url":"https://github.com/kiharalab/gnn_pocket"},{"title":"ykrmm/sota_gnn","url":"https://github.com/ykrmm/sota_gnn"},{"title":"mahequn001/graphlearning","url":"https://github.com/mahequn001/graphlearning/tree/master/model_zoo/gcn"},{"title":"alililia/ms_contrib","url":"https://github.com/alililia/ms_contrib/tree/main/ascend_gcn"},{"title":"alililia/ms_contrib","url":"https://github.com/alililia/ms_contrib/tree/main/gpu_gcn"},{"title":"30Aniket/Graph-Convolutional-Networks-GCNs","url":"https://github.com/30Aniket/Graph-Convolutional-Networks-GCNs"},{"title":"zhiqiang00/Hon-GCN","url":"https://github.com/zhiqiang00/Hon-GCN"},{"title":"clin366/pygcn","url":"https://github.com/clin366/pygcn"},{"title":"nieci2024/pyglcn","url":"https://github.com/nieci2024/pyglcn"},{"title":"mahendrathapa/graph-convolution-network","url":"https://github.com/mahendrathapa/graph-convolution-network"},{"title":"yangjun1994/CAGCN","url":"https://github.com/yangjun1994/CAGCN"},{"title":"darnbi/pygcn","url":"https://github.com/darnbi/pygcn"},{"title":"1075225782/GCN","url":"https://github.com/1075225782/GCN"},{"title":"udlf/wsef","url":"https://github.com/udlf/wsef"},{"title":"thanhtrunghuynh93/pygcn","url":"https://github.com/thanhtrunghuynh93/pygcn"},{"title":"KimMeen/GCN","url":"https://github.com/KimMeen/GCN"},{"title":"LouisDumont/GCN---re-implementation","url":"https://github.com/LouisDumont/GCN---re-implementation"},{"title":"bepping/non-oversmoothing-gcns","url":"https://github.com/bepping/non-oversmoothing-gcns"},{"title":"toinesayan/node-classification-and-label-dependencies","url":"https://github.com/toinesayan/node-classification-and-label-dependencies"},{"title":"HoganZhang/pygcn_python3","url":"https://github.com/HoganZhang/pygcn_python3"},{"title":"asif-salim/GCN-Graph_Convolutional_Network","url":"https://github.com/asif-salim/GCN-Graph_Convolutional_Network"},{"title":"2023-MindSpore-1/ms-code-11","url":"https://github.com/2023-MindSpore-1/ms-code-11/tree/main/gcn"},{"title":"ajbisberg/gcn","url":"https://github.com/ajbisberg/gcn"},{"title":"lipingcoding/pygcn","url":"https://github.com/lipingcoding/pygcn"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96685,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GNNMoE(GAT-like P)","metrics":{"Accuracy":"81.98±0.47"},"paper_url":"https://arxiv.org/abs/2412.08193v1","paper_title":"Mixture of Experts Meets Decoupled Message Passing: Towards General and Adaptive Node Classification","paper_date":"2024-12-11","code_links":[{"title":"GISec-Team/GNNMoE","url":"https://github.com/GISec-Team/GNNMoE"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96686,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"NCSAGE","metrics":{"Accuracy":"81.77 ± 0.71"},"paper_url":"https://arxiv.org/abs/2306.02285v6","paper_title":"Clarify Confused Nodes via Separated Learning","paper_date":"2023-06-04","code_links":[{"title":"GISec-Team/NCGNN","url":"https://github.com/GISec-Team/NCGNN"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96687,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GCNJK","metrics":{"Accuracy":"81.63 ± 0.54"},"paper_url":"https://arxiv.org/abs/2104.01404v2","paper_title":"New Benchmarks for Learning on Non-Homophilous Graphs","paper_date":"2021-04-03","code_links":[{"title":"CUAI/Non-Homophily-Benchmarks","url":"https://github.com/CUAI/Non-Homophily-Benchmarks"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96688,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GAT","metrics":{"Accuracy":"81.53 ± 0.55"},"paper_url":"http://arxiv.org/abs/1710.10903v3","paper_title":"Graph Attention Networks","paper_date":"2017-10-30","code_links":[{"title":"labmlai/annotated_deep_learning_paper_implementations","url":"https://github.com/labmlai/annotated_deep_learning_paper_implementations"},{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/pytorch/gat"},{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/tensorflow/gat"},{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/mxnet/gat"},{"title":"PetarV-/GAT","url":"https://github.com/PetarV-/GAT"},{"title":"Diego999/pyGAT","url":"https://github.com/Diego999/pyGAT"},{"title":"gordicaleksa/pytorch-GAT","url":"https://github.com/gordicaleksa/pytorch-GAT"},{"title":"shenweichen/GraphNeuralNetwork","url":"https://github.com/shenweichen/GraphNeuralNetwork"},{"title":"HazyResearch/hgcn","url":"https://github.com/HazyResearch/hgcn"},{"title":"GraphSAINT/GraphSAINT","url":"https://github.com/GraphSAINT/GraphSAINT"},{"title":"danielegrattarola/keras-gat","url":"https://github.com/danielegrattarola/keras-gat"},{"title":"lukecavabarrett/pna","url":"https://github.com/lukecavabarrett/pna"},{"title":"meliketoy/graph-cnn.pytorch","url":"https://github.com/meliketoy/graph-cnn.pytorch"},{"title":"mindspore-ai/models","url":"https://github.com/mindspore-ai/models/tree/master/official/gnn/gat"},{"title":"Kaimaoge/IGNNK","url":"https://github.com/Kaimaoge/IGNNK"},{"title":"IllinoisGraphBenchmark/IGB-Datasets","url":"https://github.com/IllinoisGraphBenchmark/IGB-Datasets"},{"title":"arangoml/fastgraphml","url":"https://github.com/arangoml/fastgraphml"},{"title":"zhao-tong/GNNs-easy-to-use","url":"https://github.com/zhao-tong/GNNs-easy-to-use"},{"title":"davidpicard/homm","url":"https://github.com/davidpicard/homm"},{"title":"alexOarga/haiku-geometric","url":"https://github.com/alexOarga/haiku-geometric"},{"title":"snowkylin/gnn","url":"https://github.com/snowkylin/gnn"},{"title":"akash18tripathi/MAGNET-Multi-Label-Text-Classi-cation-using-Attention-based-Graph-Neural-Network","url":"https://github.com/akash18tripathi/MAGNET-Multi-Label-Text-Classi-cation-using-Attention-based-Graph-Neural-Network"},{"title":"fanzhenliu/dagad","url":"https://github.com/fanzhenliu/dagad"},{"title":"weiyangfb/PyTorchSparseGAT","url":"https://github.com/weiyangfb/PyTorchSparseGAT"},{"title":"HeapHop30/graph-attention-nets","url":"https://github.com/HeapHop30/graph-attention-nets"},{"title":"marblet/GNN_models_pytorch_geometric","url":"https://github.com/marblet/GNN_models_pytorch_geometric"},{"title":"marble0117/GNN_models_pytorch_geometric","url":"https://github.com/marble0117/GNN_models_pytorch_geometric"},{"title":"marble0117/GNN_models_pytorch","url":"https://github.com/marble0117/GNN_models_pytorch"},{"title":"zxhhh97/ABot","url":"https://github.com/zxhhh97/ABot"},{"title":"ds4dm/sGat","url":"https://github.com/ds4dm/sGat"},{"title":"ds4dm/sparse-gcn","url":"https://github.com/ds4dm/sparse-gcn"},{"title":"isotlaboratory/ml4vrp","url":"https://github.com/isotlaboratory/ml4vrp"},{"title":"marblet/gat-pytorch","url":"https://github.com/marblet/gat-pytorch"},{"title":"ydzhang-stormstout/HAT","url":"https://github.com/ydzhang-stormstout/HAT"},{"title":"gcucurull/jax-gat","url":"https://github.com/gcucurull/jax-gat"},{"title":"calciver/Graph-Attention-Networks","url":"https://github.com/calciver/Graph-Attention-Networks"},{"title":"shi27feng/transformers.satisfy","url":"https://github.com/shi27feng/transformers.satisfy"},{"title":"pengsl-lab/mssl","url":"https://github.com/pengsl-lab/mssl"},{"title":"pengsl-lab/mssl2drug","url":"https://github.com/pengsl-lab/mssl2drug"},{"title":"nnaakkaaii/g2-MLP","url":"https://github.com/nnaakkaaii/g2-MLP"},{"title":"gmum/umwpl2021","url":"https://github.com/gmum/umwpl2021"},{"title":"taishan1994/pytorch_gat","url":"https://github.com/taishan1994/pytorch_gat"},{"title":"wan2000/mc-mot","url":"https://github.com/wan2000/mc-mot"},{"title":"basiralab/RG-Select","url":"https://github.com/basiralab/RG-Select"},{"title":"dmeoli/neuro-sat","url":"https://github.com/dmeoli/neuro-sat"},{"title":"liu6zijian/simplified-gcn-model","url":"https://github.com/liu6zijian/simplified-gcn-model"},{"title":"tatp22/pytorch-fast-GAT","url":"https://github.com/tatp22/pytorch-fast-GAT"},{"title":"noahtren/Graph-Attention-Networks-TensorFlow-2","url":"https://github.com/noahtren/Graph-Attention-Networks-TensorFlow-2"},{"title":"yururyuru00/GAT_pyG","url":"https://github.com/yururyuru00/GAT_pyG"},{"title":"qema/orca-py","url":"https://github.com/qema/orca-py"},{"title":"zhanglab-aim/cancer-net","url":"https://github.com/zhanglab-aim/cancer-net"},{"title":"gayanku/FDGATII","url":"https://github.com/gayanku/FDGATII"},{"title":"Yindong-Zhang/myGAT","url":"https://github.com/Yindong-Zhang/myGAT"},{"title":"giuseppefutia/link-prediction-code","url":"https://github.com/giuseppefutia/link-prediction-code"},{"title":"Aveek-Saha/Graph-Attention-Net","url":"https://github.com/Aveek-Saha/Graph-Attention-Net"},{"title":"BIG-S2/keras-gnm","url":"https://github.com/BIG-S2/keras-gnm"},{"title":"mlzxzhou/keras-gnm","url":"https://github.com/mlzxzhou/keras-gnm"},{"title":"basiralab/Reproducible-Generative-Learning","url":"https://github.com/basiralab/Reproducible-Generative-Learning"},{"title":"abhilash1910/GraphAttentionNetworks","url":"https://github.com/abhilash1910/GraphAttentionNetworks"},{"title":"Kristof-Neys/GAT_Neo4j_DGL","url":"https://github.com/Kristof-Neys/GAT_Neo4j_DGL"},{"title":"ak24watch/Graph-Deeplearning-GAT","url":"https://github.com/ak24watch/Graph-Deeplearning-GAT"},{"title":"Negus25/GAT-Mindspore","url":"https://github.com/Negus25/GAT-Mindspore"},{"title":"ChengyuSun/gat","url":"https://github.com/ChengyuSun/gat"},{"title":"joaopedromattos/gnee","url":"https://github.com/joaopedromattos/gnee"},{"title":"mitya8128/experiments_notes","url":"https://github.com/mitya8128/experiments_notes"},{"title":"4pygmalion/GAT_tensorflow","url":"https://github.com/4pygmalion/GAT_tensorflow"},{"title":"vailatuts/SSFG-regularization","url":"https://github.com/vailatuts/SSFG-regularization"},{"title":"handasontam/GAT-with-edgewise-attention","url":"https://github.com/handasontam/GAT-with-edgewise-attention"},{"title":"Mind23-2/MindCode-4","url":"https://github.com/Mind23-2/MindCode-4/tree/main/gat"},{"title":"AngusMonroe/GAT-pytorch","url":"https://github.com/AngusMonroe/GAT-pytorch"},{"title":"fongyk/graph-attention","url":"https://github.com/fongyk/graph-attention"},{"title":"404nofound/gat","url":"https://github.com/404nofound/gat"},{"title":"ColdenChan/GAT_D","url":"https://github.com/ColdenChan/GAT_D"},{"title":"MehmetBarutcu/Streaming-Algorithm-for-Monotone-k-Submodular-Maximization-with-Cardinality-Constraints","url":"https://github.com/MehmetBarutcu/Streaming-Algorithm-for-Monotone-k-Submodular-Maximization-with-Cardinality-Constraints"},{"title":"bowu/GraphSearch","url":"https://github.com/bowu/GraphSearch"},{"title":"Messham87/COVID_GAT","url":"https://github.com/Messham87/COVID_GAT"},{"title":"zhangbo2008/GAT_network","url":"https://github.com/zhangbo2008/GAT_network"},{"title":"blueberryc/pyGAT","url":"https://github.com/blueberryc/pyGAT"},{"title":"anish-lu-yihe/SVRT-by-GAT","url":"https://github.com/anish-lu-yihe/SVRT-by-GAT"},{"title":"WantingZhao/my_GAT","url":"https://github.com/WantingZhao/my_GAT"},{"title":"dzb1998/pyGAT","url":"https://github.com/dzb1998/pyGAT"},{"title":"subercui/pyGConvAT","url":"https://github.com/subercui/pyGConvAT"},{"title":"YunseobShin/wiki_GAT","url":"https://github.com/YunseobShin/wiki_GAT"},{"title":"MindSpore-scientific-2/code-4","url":"https://github.com/MindSpore-scientific-2/code-4/tree/main/GR-HSTU"},{"title":"snownus/COOP","url":"https://github.com/snownus/COOP"},{"title":"ChengSashankh/trying-GAT","url":"https://github.com/ChengSashankh/trying-GAT"},{"title":"Anak2016/GAT","url":"https://github.com/Anak2016/GAT"},{"title":"whut2962575697/gat_sementic_segmentation","url":"https://github.com/whut2962575697/gat_sementic_segmentation"},{"title":"Anou9531/GAT","url":"https://github.com/Anou9531/GAT"},{"title":"PumpkinYing/GAT","url":"https://github.com/PumpkinYing/GAT"},{"title":"galkampel/HyperNetworks","url":"https://github.com/galkampel/HyperNetworks"},{"title":"tlmakinen/GAT-noise","url":"https://github.com/tlmakinen/GAT-noise"},{"title":"TyngJiunKuo/deep-learning-project","url":"https://github.com/TyngJiunKuo/deep-learning-project"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96689,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GPRGCN","metrics":{"Accuracy":"81.38 ±  0.16"},"paper_url":"https://arxiv.org/abs/2006.07988v6","paper_title":"Adaptive Universal Generalized PageRank Graph Neural Network","paper_date":"2020-06-14","code_links":[{"title":"jianhao2016/GPRGNN","url":"https://github.com/jianhao2016/GPRGNN"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96690,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"H2GCN","metrics":{"Accuracy":"81.31 ± 0.60"},"paper_url":"https://arxiv.org/abs/2006.11468v2","paper_title":"Beyond Homophily in Graph Neural Networks: Current Limitations and Effective Designs","paper_date":"2020-06-20","code_links":[{"title":"GemsLab/H2GCN","url":"https://github.com/GemsLab/H2GCN"},{"title":"GitEventhandler/H2GCN-PyTorch","url":"https://github.com/GitEventhandler/H2GCN-PyTorch"},{"title":"sxwee/GNNsIMPL","url":"https://github.com/sxwee/GNNsIMPL/tree/main/H2GCN"},{"title":"kdd-submitter/on_local_aggregation","url":"https://github.com/kdd-submitter/on_local_aggregation"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96691,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"LINK ","metrics":{"Accuracy":"80.79 ± 0.49"},"paper_url":"https://arxiv.org/abs/2104.01404v2","paper_title":"New Benchmarks for Learning on Non-Homophilous Graphs","paper_date":"2021-04-03","code_links":[{"title":"CUAI/Non-Homophily-Benchmarks","url":"https://github.com/CUAI/Non-Homophily-Benchmarks"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96692,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"GATJK","metrics":{"Accuracy":"80.69 ± 0.36"},"paper_url":"https://arxiv.org/abs/2104.01404v2","paper_title":"New Benchmarks for Learning on Non-Homophilous Graphs","paper_date":"2021-04-03","code_links":[{"title":"CUAI/Non-Homophily-Benchmarks","url":"https://github.com/CUAI/Non-Homophily-Benchmarks"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96693,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"C&S 2-hop","metrics":{"Accuracy":"78.40 ± 3.12"},"paper_url":"https://arxiv.org/abs/2010.13993v2","paper_title":"Combining Label Propagation and Simple Models Out-performs Graph Neural Networks","paper_date":"2020-10-27","code_links":[{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/pytorch/correct_and_smooth"},{"title":"sangyx/gtrick","url":"https://github.com/sangyx/gtrick/tree/main/benchmark/pyg"},{"title":"CUAI/CorrectAndSmooth","url":"https://github.com/CUAI/CorrectAndSmooth"},{"title":"Chillee/CorrectAndSmoothOGB","url":"https://github.com/Chillee/CorrectAndSmoothOGB"},{"title":"xnuohz/CorrectAndSmooth-dgl","url":"https://github.com/xnuohz/CorrectAndSmooth-dgl"},{"title":"ytchx1999/GCN_res-CS-v2","url":"https://github.com/ytchx1999/GCN_res-CS-v2"},{"title":"ytchx1999/PyG-GCN_res-CS","url":"https://github.com/ytchx1999/PyG-GCN_res-CS"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96694,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"SGC 2-hop","metrics":{"Accuracy":"76.09 ± 0.45"},"paper_url":"https://arxiv.org/abs/1902.07153v2","paper_title":"Simplifying Graph Convolutional Networks","paper_date":"2019-02-19","code_links":[{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/pytorch/sgc"},{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/tensorflow/sgc"},{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/mxnet/sgc"},{"title":"Tiiiger/SGC","url":"https://github.com/Tiiiger/SGC"},{"title":"ydtydr/hyla","url":"https://github.com/ydtydr/hyla"},{"title":"changminwu/expandergnn","url":"https://github.com/changminwu/expandergnn"},{"title":"hazdzz/SGC","url":"https://github.com/hazdzz/SGC"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96695,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"APPNP","metrics":{"Accuracy":"74.33 ± 0.38"},"paper_url":"https://arxiv.org/abs/1810.05997v6","paper_title":"Predict then Propagate: Graph Neural Networks meet Personalized PageRank","paper_date":"2018-10-14","code_links":[{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/pytorch/appnp"},{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/mxnet/appnp"},{"title":"benedekrozemberczki/APPNP","url":"https://github.com/benedekrozemberczki/APPNP"},{"title":"klicperajo/ppnp","url":"https://github.com/klicperajo/ppnp"},{"title":"mahequn001/graphlearning","url":"https://github.com/mahequn001/graphlearning/tree/master/model_zoo/appnp"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96696,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"WRGAT","metrics":{"Accuracy":"74.32 ± 0.53"},"paper_url":"https://arxiv.org/abs/2106.06586v1","paper_title":"Breaking the Limit of Graph Neural Networks by Improving the Assortativity of Graphs with Local Mixing Patterns","paper_date":"2021-06-11","code_links":[{"title":"susheels/gnns-and-local-assortativity","url":"https://github.com/susheels/gnns-and-local-assortativity"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96697,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"C&S 1-hop ","metrics":{"Accuracy":"74.28 ± 1.19"},"paper_url":"https://arxiv.org/abs/2010.13993v2","paper_title":"Combining Label Propagation and Simple Models Out-performs Graph Neural Networks","paper_date":"2020-10-27","code_links":[{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/pytorch/correct_and_smooth"},{"title":"sangyx/gtrick","url":"https://github.com/sangyx/gtrick/tree/main/benchmark/pyg"},{"title":"CUAI/CorrectAndSmooth","url":"https://github.com/CUAI/CorrectAndSmooth"},{"title":"Chillee/CorrectAndSmoothOGB","url":"https://github.com/Chillee/CorrectAndSmoothOGB"},{"title":"xnuohz/CorrectAndSmooth-dgl","url":"https://github.com/xnuohz/CorrectAndSmooth-dgl"},{"title":"ytchx1999/GCN_res-CS-v2","url":"https://github.com/ytchx1999/GCN_res-CS-v2"},{"title":"ytchx1999/PyG-GCN_res-CS","url":"https://github.com/ytchx1999/PyG-GCN_res-CS"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96698,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"L Prop 2-hop","metrics":{"Accuracy":"74.13 ± 0.46"},"paper_url":"https://arxiv.org/abs/2104.01404v2","paper_title":"New Benchmarks for Learning on Non-Homophilous Graphs","paper_date":"2021-04-03","code_links":[{"title":"CUAI/Non-Homophily-Benchmarks","url":"https://github.com/CUAI/Non-Homophily-Benchmarks"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96699,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"MLP","metrics":{"Accuracy":"73.61 ± 0.40"},"paper_url":"https://arxiv.org/abs/2104.01404v2","paper_title":"New Benchmarks for Learning on Non-Homophilous Graphs","paper_date":"2021-04-03","code_links":[{"title":"CUAI/Non-Homophily-Benchmarks","url":"https://github.com/CUAI/Non-Homophily-Benchmarks"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96700,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"SGC 1-hop","metrics":{"Accuracy":"66.79 ± 0.27"},"paper_url":"https://arxiv.org/abs/1902.07153v2","paper_title":"Simplifying Graph Convolutional Networks","paper_date":"2019-02-19","code_links":[{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/pytorch/sgc"},{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/tensorflow/sgc"},{"title":"dmlc/dgl","url":"https://github.com/dmlc/dgl/tree/master/examples/mxnet/sgc"},{"title":"Tiiiger/SGC","url":"https://github.com/Tiiiger/SGC"},{"title":"ydtydr/hyla","url":"https://github.com/ydtydr/hyla"},{"title":"changminwu/expandergnn","url":"https://github.com/changminwu/expandergnn"},{"title":"hazdzz/SGC","url":"https://github.com/hazdzz/SGC"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]},{"id":96701,"task":"Node Classification","parent_task":null,"dataset":"Penn94","model_name":"L Prop 1-hop","metrics":{"Accuracy":"63.21 ± 0.39"},"paper_url":"https://arxiv.org/abs/2104.01404v2","paper_title":"New Benchmarks for Learning on Non-Homophilous Graphs","paper_date":"2021-04-03","code_links":[{"title":"CUAI/Non-Homophily-Benchmarks","url":"https://github.com/CUAI/Non-Homophily-Benchmarks"}],"metrics_order":"[\"Accuracy\"]","area":"Graphs","uses_additional_data":0,"source":"archive","tags":[]}]}