Skip to content
forked from jiank2/RawlsGCN

Implementations of 'RawlsGCN: Towards Rawlsian Difference Principle on Graph Convolutional Network', WWW'22

License

Notifications You must be signed in to change notification settings

tjzetty/RawlsGCN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RawlsGCN: Towards Rawlsian Difference Principle on Graph Convolutional Network

Implementations of 'RawlsGCN: Towards Rawlsian Difference Principle on Graph Convolutional Network', WWW'22

Requirements

Main dependency: pytorch

Tested under python 3.8, pytorch 1.9

Run

RawlsGCN-Graph:

python train.py --model rawlsgcn_graph --dataname credit

RawlsGCN-Grad:

python train.py --model rawlsgcn_grad --dataname twitter

Citation

If you find this repository useful, please kindly cite the following paper:

@inproceedings{kang2022rawlsgcn,
  title={Rawlsgcn: Towards rawlsian difference principle on graph convolutional network},
  author={Kang, Jian and Zhu, Yan and Xia, Yinglong and Luo, Jiebo and Tong, Hanghang},
  booktitle={Proceedings of the ACM Web Conference 2022},
  pages={1214--1225},
  year={2022}
}

About

Implementations of 'RawlsGCN: Towards Rawlsian Difference Principle on Graph Convolutional Network', WWW'22

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.6%
  • Python 10.2%
  • Other 0.2%