wzy9191's Stars
benedekrozemberczki/awesome-graph-classification
A collection of important graph embedding, classification and representation learning papers with implementations.
MLNLP-World/Top-AI-Conferences-Paper-with-Code
MLNLP: This repository is a collection of AI top conferences papers (e.g. ACL, EMNLP, NAACL, COLING, AAAI, IJCAI, ICLR, NeurIPS, and ICML) with open resource code
gordicaleksa/pytorch-GAT
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!
BUPT-GAMMA/OpenHGNN
This is an open-source toolkit for Heterogeneous Graph Neural Network(OpenHGNN) based on DGL.
tkipf/relational-gcn
Keras-based implementation of Relational Graph Convolutional Networks
twjiang/graphSAGE-pytorch
A PyTorch implementation of GraphSAGE. This package contains a PyTorch implementation of GraphSAGE.
Jhy1993/Representation-Learning-on-Heterogeneous-Graph
Representation-Learning-on-Heterogeneous-Graph
huweibo/Awesome-Federated-Learning-on-Graph-and-GNN-papers
Federated learning on graph, especially on graph neural networks (GNNs), knowledge graph, and private GNN.
ICTMCG/fake-news-detection
This repo is a collection of AWESOME things about fake news detection, including papers, code, etc.
TianxiangZhao/GraphSmote
Pytorch implementation of paper 'GraphSMOTE: Imbalanced Node Classification on Graphs with Graph Neural Networks' to appear on WSDM2021
chunyuanY/RumorDetection
kaize0409/GCN_AnomalyDetection
Code for Deep Anomaly Detection on Attributed Networks (SDM2019)
nguyenvanhoang7398/FANG
FANG: Leveraging Social Context for Fake News Detection Using Graph Representation
wangbing1416/Awesome-Fake-News-Detection
An awesome paper list of fake news detection (FND) and rumor detection.
l852888/GCAN
Official implementation of GCAN model(ACL2020)
GraphDetec/MGTAB
A Multi-relational Graph-Based Twitter Account Detection Benchmark
Orion-wyc/GAGA
Fraud Detection, Low Homophily, Label Utilization, Graph Mining
drivsaf/MFAN
GraphDetec/OS-GNN
Over-Sampling Strategy in Feature Space for Graphs based Class-imbalanced Bot Detection
ujeong1/IEEEBigdata22_HGFND
hockeybro12/FakeNews_Inference_Operators
Code for ACL 2022 paper: Tackling Fake News Detection by Continually Improving Social Context Representations using Graph Neural Networks
boshmaf/sypy
Graph-based Sybil detection
shaanchandra/SAFER
Repository containing the official code for the paper Graph-based Modeling of Online Communities for Fake News Detection.
GraphDetec/RF-GNN
Source code for "RF-GNN: Random Forest Boosted Graph Neural Network for Social Bot Detection"
BunsenFeng/SATAR
Code listing for the paper 'SATAR: A Self-supervised Approach to Twitter Account Representation Learning and its Application in Bot Detection'. CIKM 2021.
pasricha/bot-dna-compression
Detecting Bot Behaviour in Social Media using Digital DNA Compression
zhuowangsylu/ColluEagle
Group review spammer detection
skth5199/graph-based-fraud-detection
Fraud detection using Graph Convolutional Networks
bdvllrs/misinformation-detection-tensor-embeddings
leopoldwhite/BotRGCN
Code listing for the paper 'BotRGCN: Twitter Bot Detection with Relational Graph Convolutional Networks'. Work in progress.