From 0e4c84d18ae41a5569ccc767d8de3377e4c39364 Mon Sep 17 00:00:00 2001 From: William L Hamilton Date: Thu, 8 Jun 2017 16:20:26 +0100 Subject: [PATCH] Added arxiv info to readme. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5abec27..24be784 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,20 @@ ### Overview This directory contains code necessary to run the GraphSAGE 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/). - + + @article{hamilton2017inductive, + author = {Hamilton, William L. and Ying, Rex and Leskovec, Jure}, + title = {Inductive Representation Learning on Large Graphs}, + journal = {arXiv preprint, arXiv:1603.04467}, + year = {2017} + } ### Requirements