Skip to content

Tianqi-py/MLGNC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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={}
}

About

Multi-label Node Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages