Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 880 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 880 Bytes

MLGNC

Multi-label Node Classification A Pytorch Implementation of the Paper "Multi-label Node Classification On Graph-structured Data".

All the datasets used in our paper are in the folder "data/"

The proposed multi-label graph generator model can be found in folder "Graph Generator Model/"

The metric/ folder saves the implementation of all the four metrics use in our paper, including: AP, F1-micro, F1-macro, AUROC

And the implementation of all the baselines are in folder "models/"

please cite our paper using the following bibtex code:

@article{
zhao2023multilabel,
title={Multi-label Node Classification On Graph-Structured Data},
author={Tianqi Zhao and Thi Ngan Dong and Alan Hanjalic and Megha Khosla},
journal={Transactions on Machine Learning Research},
issn={2835-8856},
year={2023},
url={https://openreview.net/forum?id=EZhkV2BjDP},
note={}
}