Replies: 1 comment 2 replies
-
Sure, always happy to include more datasets. Do you have interest in contributing this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In heterogeneous graph datasets, there are three main models and papers used: ACM, IMDB, and DBLP. Under the PyG framework, IMDB and DBLP can be directly referenced from PyG. dataset alone, but ACM datasets cannot be directly referenced.
Currently, PyG can only reference ACM datasets from HGB data packets, but HGB data does not have a test label, which is cumbersome for experimenting with HGB datasets.
Can we create a separate heterogeneous graph dataset for ACM, similar to the processing method of IMDB dataset
Beta Was this translation helpful? Give feedback.
All reactions