Source code of the paper "Content to Node: Self-Translation Network Embedding, KDD 2018."
Code Entrance: main.py for STNE and STNEConv.py for STNE-CNN
The project is developed with Python 3.6.4, TenserFlow 1.
The develop tool is PyCharm Community Edition 2017.1.4
If you find STNE is helpful to your research, please consider citing:
@inproceedings{Jie2018STNE,
author = {Jie Liu and Zhicheng He and Lai Wei and Yalou Huang},
title = {Content to Node: Self-Translation Network Embedding},
booktitle = {Proceedings of the 25th {ACM} {SIGKDD} International Conference on Knowledge Discovery {&} Data Mining, {KDD} 2018, London, UK, August 19-23, 2018},
pages = {1794--1802},
year = {2018},
doi = {10.1145/3219819.3219988}
}