snap-stanford / ogb

Benchmark datasets, data loaders, and evaluators for graph machine learning
https://ogb.stanford.edu
MIT License
1.89k stars 397 forks source link

Is original source code for ogbg-code2 available? #277

Closed iTakeshi closed 2 years ago

iTakeshi commented 2 years ago

I'd like to test existing code summarization techniques other than GNNs (e.g., Allamanis [2016], Alon [2018, 2019], etc.) on the same dataset as ogbg-code2, but OGB package only downloads preprocessed graph data and we can't use it for source code specific methods. Could you provide a raw source code dataset?

weihua916 commented 2 years ago

The original source code is provided under ogbg_code2/mapping/.

iTakeshi commented 2 years ago

I found it. Thank you for the quick reply.