Skip to content

Code for the paper "Co-Embedding Network Nodes and Hierarchical Labels with Taxonomy Based Generative Adversarial Networks" ICDM 2020

Notifications You must be signed in to change notification settings

JieyuZ2/TaxoGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of TaxoGAN, ICDM 2020.

Please cite the following work if you find the code useful.

@inproceedings{yang2020taxogan,
	Author = {Yang, Carl and Zhang, Jieyu and Han, Jiawei},
	Booktitle = {ICDM},
	Title = {Co-Embedding Network Nodes and Hierarchical Labels with Taxonomy Based Generative Adversarial Networks},
	Year = {2020}
}

Contact: Jieyu Zhang (jieyuz2@illinois.edu), Carl Yang (yangji9181@gmail.com)

Prerequisites

  • Python3
  • Pytorch 1.4

Training

python3 src/main.py --gpu 0 --dataset dblp --model TaxoGAN_V3 --task taxonomy --early_stop 0 --transform 1

About

Code for the paper "Co-Embedding Network Nodes and Hierarchical Labels with Taxonomy Based Generative Adversarial Networks" ICDM 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages