Update README.md

This commit is contained in:
Chengbin HOU 2019-06-10 14:26:02 +01:00 committed by GitHub
parent 5b1af696f5
commit d08aab00d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,13 +27,13 @@ PNE methods:
[others](https://github.com/thunlp/OpenNE)
<br> All methods in this framework are **unsupervised**, and so do not require any label during embedding phase.
For more details of each method, please have a look at our paper https://arxiv.org/abs/1811.11728. And if you find ABRW or this framework is useful for your research, please consider citing it.
For more details of each method, please have a look at our paper https://arxiv.org/abs/1811.11728v2. And if you find ABRW or this framework is useful for your research, please consider citing it.
```
@article{hou2018abrw,
title={Attributed Network Embedding for Incomplete Structure Information},
@article{hou2019abrw,
title={Attributed Network Embedding for Incomplete Attributed Networks},
author={Hou, Chengbin and He, Shan and Tang, Ke},
journal={arXiv preprint arXiv:1811.11728},
year={2018}
journal={arXiv preprint arXiv:1811.11728v2},
year={2019}
}
```