Skip to content

BUPT-GAMMA/DisC

 
 

Repository files navigation

DisC

Souce code for "NeurIPS2022-Debiasing Graph Neural Networks via Learning Disentangled Causal Substructure"

paper:

Contact

Shaohua Fan, Email:fanshaohua@bupt.edu.cn

Datasets

Datasets used for Table 1: https://drive.google.com/file/d/1pv_cFKYJxXpT4qJ6jgvNn17MIovZUrhA/view?usp=sharing

Unseen test set for table 1: https://drive.google.com/file/d/1EBbFh8HDYjO4XpNctPX6U4iVYkHy6qSK/view?usp=sharing # f[0] is the unbiased test set

Requirements

pip -r requirements.txt

Running the model

DisC_GCN

python Disc_gcn_run.py

DisC_Gin

python Disc_gin_run.py

DisC_Gin

python Disc_gcnii_run.py

Reference

@inproceedings{

author = {Shaohua Fan, Xiao Wang, Yanhu Mo, Chuan Shi, Jian Tang},

title = {Debiasing Graph Neural Networks via Learning Disentangled Causal Substructure},

booktitle = {NeurIPS},

year = {2022} }

About

NeurIPS2022-Debiasing Graph Neural Networks via Learning Disentangled Causal Substructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.4%
  • Shell 3.6%