Skip to content

FAIR ATTRIBUTE COMPLETION ON GRAPH WITH MISSING ATTRIBUTES (ICLR 2023)

License

Notifications You must be signed in to change notification settings

donglgcn/FairAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fair Attribute Completion on Graph with Missing Attributes

A PyTorch implementation of "Fair Attribute Completion on Graph with Missing Attributes" [Paper]

Requirements

torch==1.12.0
DGL=0.9.0
scikit-learn==1.1.1

or you can directly create a conda environment by environment.yml

conda env create -f environment.yml

Model Training

  1. We only care about the epochs that the accuracy and roc score are higher than the thresholds (defined by --acc and --roc).
  2. We will select the epoch whose summation of parity and equal opportunity is the smallest.

To reproduce the performance reported in the paper, you can run the bash files in folder src\scripts.

bash scripts/pokec_z/train_fairAC.sh

Acknowledgment

We thank @oxkitsune for the detailed reimplementation.

Citation

If you find this repo useful, please consider citing:

@inproceedings{
guo2023fair,
title={Fair Attribute Completion on Graph with Missing Attributes},
author={Dongliang Guo and Zhixuan Chu and Sheng Li},
booktitle={The Eleventh International Conference on Learning Representations },
year={2023},
url={https://openreview.net/forum?id=9vcXCMp9VEp}
}

About

FAIR ATTRIBUTE COMPLETION ON GRAPH WITH MISSING ATTRIBUTES (ICLR 2023)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published