Skip to content

Commit 0aaf89f

Browse files
authored
Update README.md
1 parent aa74262 commit 0aaf89f

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ProNE
22

3-
### [Paper](http://keg.cs.tsinghua.edu.cn/jietang/publications/IJCAI19-Zhang-et-al-ProNE-fast-and-scalable-network-representation-learning.pdf)
3+
### [Paper](https://www.ijcai.org/proceedings/2019/594)
44

55
ProNE: Fast and Scalable Network Representation Learning
66

@@ -81,3 +81,23 @@ If you want to train on the PPI dataset, you can run
8181

8282

8383
If you have ANY difficulties to get things working in the above steps, feel free to open an issue. You can expect a reply within 24 hours.
84+
85+
86+
## Citing
87+
88+
If you find *ProNE* is useful for your research, please consider citing our paper:
89+
90+
```
91+
@inproceedings{ijcai2019-594,
92+
title = {ProNE: Fast and Scalable Network Representation Learning},
93+
author = {Zhang, Jie and Dong, Yuxiao and Wang, Yan and Tang, Jie and Ding, Ming},
94+
booktitle = {Proceedings of the Twenty-Eighth International Joint Conference on
95+
Artificial Intelligence, {IJCAI-19}},
96+
publisher = {International Joint Conferences on Artificial Intelligence Organization},
97+
pages = {4278--4284},
98+
year = {2019},
99+
month = {7},
100+
doi = {10.24963/ijcai.2019/594},
101+
url = {https://doi.org/10.24963/ijcai.2019/594},
102+
}
103+
```

0 commit comments

Comments
 (0)