Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.17 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.17 KB

Datasets

We utilize two categories of datasets in our project: OGBN and Amazon Review.

Amazon Review Dataset

The Amazon Review dataset is available from this link. This dataset is compiled based on Yan's research work. We re-split it for few-shot node classification. The label files are located under the path split/class_split.json for each dataset.

OGBN Dataset

The OGBN dataset is set to be downloaded automatically. However, users are required to follow the instructions provided on the OGBN official website to obtain the raw text for the 'ogbn-arxiv' and 'ogbn-products' datasets. We also provide the corresponding Baidu Cloud link.

To ensure the reproducibility of our results, please copy the corresponding files from the 'preprocess/' folder into the 'ogbn_arxiv' and 'ogbn_products' folders. This step is crucial as it guarantees the same data split is used.