VGraphRNN / VGRNN

Variational Graph Recurrent Neural Networks - PyTorch
114 stars 32 forks source link

Pre-processing code for HEP-TH, Cora, and Social Evolution #2

Closed danielegrattarola closed 4 years ago

danielegrattarola commented 4 years ago

Hi,

I've been reading your paper and I wanted to play a bit with the datasets that you used for the experiments. I see that you have uploaded the pre-processed data for Facebook, Enron, and Colab, but I couldn't find the other three datasets. Do you have the code to produce the time series for HEP-TH, Cora, and Social Evolution? Or even the pre-processed data like for the other datasets would be good.

Thanks, Daniele

VGraphRNN commented 4 years ago

Hi,

Sorry for the delayed response. The preprocessing procedure is included in the supplementary materials (http://papers.nips.cc/paper/9254-variational-graph-recurrent-neural-networks-supplemental.zip). We upload other cleaned datasets here soon.

Thanks, Arman

danielegrattarola commented 4 years ago

Thanks!!