Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions hash-gnn/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
The datasets and source code of #GNN are for Hashing-Accelerated Graph Neural Networks for Link Prediction in WWW 2021.

This algorithm has been adopted in [neo4j](https://neo4j.com/docs/graph-data-science/current/machine-learning/node-embeddings/hashgnn/).

The steps of running the repository in Linux:

Preparation work
Expand Down Expand Up @@ -51,3 +53,12 @@ Generation of experimental results in Matlab
run parameters_save_fingerprints.m
run parameters_lp_evaluation.m
the results are in 'experiments/{data_name}.hashgnn.parameters.results.mat'


@inproceedings{wu2021hashing,
  title={{H}ashing-{A}ccelerated {G}raph {N}eural {N}etworks for {L}ink {P}rediction},
  author={Wu, Wei and Li, Bin and Luo, Chuan and Nejdl, Wolfgang},
  booktitle={WWW},
  pages={2910--2920},
  year={2021}
}