Skip to content

Source code and dataset for KDD 2021 paper: Zero-shot Node Classification with Decomposed Graph Prototype Network.

Notifications You must be signed in to change notification settings

zhengwang100/dgpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DGPN

Source code and dataset for KDD 2021 paper: Zero-shot Node Classification with Decomposed Graph Prototype Network.

Dataset and experimental setting

Three datasets (Cora, Citeseer and C-M10-M) are used in this example.

Usage

python main.py --dataset cora --train-val-class 3 0 --n-epochs 1000 --k 3 --beta 0.7 --alpha 1.0

python main.py --dataset citeseer --train-val-class 2 0 --n-epochs 1000 --k 3 --beta 0.7 --alpha 1.0

python main.py --dataset C-M10-M --train-val-class 3 0 --n-epochs 500 --k 3 --beta 0.7 --alpha 0.1

About

Source code and dataset for KDD 2021 paper: Zero-shot Node Classification with Decomposed Graph Prototype Network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages