From 3d28fac49b21c6fc1c43f80dd0118898b60c06b9 Mon Sep 17 00:00:00 2001 From: AI&BD <97073709+AIandBD@users.noreply.github.com> Date: Sun, 25 May 2025 16:13:58 +0800 Subject: [PATCH] Update README.md --- hash-gnn/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hash-gnn/README.md b/hash-gnn/README.md index 56011f8..027bf00 100644 --- a/hash-gnn/README.md +++ b/hash-gnn/README.md @@ -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 @@ -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} +}