huyhoang17/graph-based-citation-network

Missing folder references

Opened this issue · 3 comments

@huyhoang17 I am not able to find the data and model folder mentioned in app.py file. Can you please provide a reference for them. Btw I read your blog on GNN, it helps me a lot.
Thanks in advance!!

@akshay-gupta123
Due to the large memory data, I did not upload the data yet
I will upload the full source code, data and pre-trained model soon, thank you!

@huyhoang17
Which pre-trained model and dataset you have used ?
Can you just provide a reference for them or upload them in a gdrive?

@akshay-gupta123
pre-trained for GraphSage model
I used semantic-scholar corpus paper dataset http://s2-public-api.prod.s2.allenai.org/corpus/, but the dataset is large-scale (about 100GB in raw data). Then, I filter by most citation papers and built a graph between each paper, based-on the citation network for training the network