Update README.md

main
Andy Zhao 2021-06-07 23:23:09 +08:00 committed by GitHub
parent 928e8d1d6a
commit 25c0adf633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ Source code of AAAI submission "Heterogeneous Graph Structure Learning for Graph
# Usage
Take DBLP dataset as an example:
python train.py --dataset='dblp'
# Guide on Generation of Semantic Embeddings
The semantic embeddings, i.e. $\mathcal{Z}$ in the paper, are generated by metapath2vec algorithm. Users may refer to https://github.com/dmlc/dgl/tree/master/examples/pytorch/metapath2vec for an implementation.