This repository contains the reference code for the manuscript ``Disentangled Multiplex Graph Representation Learning"
- pip install -r requirements.txt
- Download the datasets
- Download the trained models
Important args:
--use_pretrain
Test checkpoints--dataset
acm, imdb, dblp, freebase--custom_key
Node: node classification
python main.py
use_pretrain == 'True'
@InProceedings{Mo_ICML_2023,
title={Disentangled Multiplex Graph Representation Learning},
booktitle={Proceedings of the 40st International Conference on Machine Learning},
author={Mo, Yujie and Lei, Yajie and Shen, Jialie and Shi, Xiaoshuang and Shen, Heng Tao and Zhu, Xiaofeng},
volume={202},
pages={24983--25005},
year={2023}
}