sunilkmaurya / GNN_Ranking

17 stars 7 forks source link

Real data replication code #3

Open aurorarossi opened 8 months ago

aurorarossi commented 8 months ago

I'm trying to replicate the results from your paper. I manage to replicate the ones for the synthetic data. Then I would like to replicate the results for the real data, so I downloaded them from the SNAP dataset, but I did not find the code to replicate them. Could you push it to the repo? Thank you very much!

sunilkmaurya commented 8 months ago

Thanks for your interest in our work. The real data can be processed with the same functions provided in the repo, and are only used during the inference mode (as test dataset). The model was trained on synthetic graphs and model's input size was set to accommodate the largest input graph size (of real world graph dataset).