From c5458d20012cdb83aace2123d87729a362ef0eb9 Mon Sep 17 00:00:00 2001 From: William L Hamilton Date: Fri, 9 Jun 2017 09:26:00 +0100 Subject: [PATCH] Create README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24be784..72b8d25 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ ### Overview This directory contains code necessary to run the GraphSAGE algorithm. -See our [paper](http://TODO) for details on the algorithm. +See our [paper](https://arxiv.org/pdf/1706.02216.pdf) for details on the algorithm. -The example_data subdirectory contains a small example of the PPI data, -which includes 3 training networks + one validation network and one test network. -The full Reddit and PPI datasets are available on the [project website](http://snap.stanford.edu/graphsage/). +The example_data subdirectory contains a small example of the protein-protein interaction data, +which includes 3 training graphs + one validation graph and one test graph. +The full Reddit and PPI datasets (described in the paper) are available on the [project website](http://snap.stanford.edu/graphsage/). If you make use of this code or the GraphSAGE algorithm in your work, please cite the following paper: