Skip to content
/ HGMAE Public

Code & data for AAAI'23 Oral paper "Heterogeneous Graph Masked Autoencoders".

Notifications You must be signed in to change notification settings

meettyj/HGMAE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HGMAE

This is the official repo for the AAAI'23 paper "Heterogeneous Graph Masked Autoencoders".

How to Run the code

python main.py --dataset dblp --task classification --use_cfg 

Supported datasets: "dblp", "freebase", "acm", "aminer".

Supported tasks: "classification", "clustering".

Citing HGMAE

If you find HGMAE useful, please cite our paper.

@inproceedings{HGMAE,
  title={Heterogeneous Graph Masked Autoencoders},
  author={Tian, Yijun and Dong, Kaiwen and Zhang, Chunhui and Zhang, Chuxu and Chawla, Nitesh V},
  booktitle = {AAAI},
  year={2023}
}

About

Code & data for AAAI'23 Oral paper "Heterogeneous Graph Masked Autoencoders".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages