-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, thanks for your great work!
I'm currently trying to reproduce the experiments, and I encountered the following issues:
-
According to the documentation,
node_features.npyandedge_features.npyshould be present in the dataset folder (e.g.,./REDDIT/), but the downloaded files only include:edge_features.ptedges.csvlabels.csv
-
The file
edge_features.npymentioned in the data loading code does not exist, and it is unclear whetheredge_features.ptis meant to be used in its place. If so, could you please clarify the expected format and how to convert it properly? -
There is also no
node_features.npyfile in the dataset, and no alternative node feature file seems to be provided. Could you confirm whether node features are required, and if so, how to obtain or generate them?
It would be really helpful if you could:
- Clarify whether the missing files are expected, and if not, consider re-uploading the dataset with the correct files.
- Add documentation or comments describing the format and use of each file (especially for
edge_features.pt).
Thanks in advance!