Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run the papers100M dataset #3

Open
ZHUZHU-Whu opened this issue Oct 14, 2024 · 1 comment
Open

Run the papers100M dataset #3

ZHUZHU-Whu opened this issue Oct 14, 2024 · 1 comment

Comments

@ZHUZHU-Whu
Copy link

Hello, the work is brilliant. It is stated in the data/OGBData file ReadMe.txt that papers100M dataset is not supported. Could you please provide the data processing interface for running papers100M? Looking forward to your reply. Thank you very much

@AiX-im
Copy link
Collaborator

AiX-im commented Oct 16, 2024

Thank you for your interest in our work.

NeutronOrch needs 4 dataset files to run:

  • your_dateset.edge,a binary edge list file, used to store the graph structure.
  • your_dateset.feat,contains the feature of each node, the first number in each line indicates the node number, followed by the feature of the node.
  • your_dateset.label,contains the label of each node, the first number in each line indicates the node number, followed by the classification number of the node.
  • your_dateset.mask, contains the mask of each node, the first number in each line indicates the node number, followed by the mask of node (train, val, test).

We provide a python script to convert some commonly used datasets, please refer to data/generate_nts_dataset.py for details. This script supports data preprocessing for Papers100M.

If you have any other questions please let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants