sktsherlock / TAG-Benchmark

Benchmark
75 stars 11 forks source link

I cannot find .pt file of Arxiv dataset #6

Open Syzseisus opened 7 months ago

Syzseisus commented 7 months ago

Hello,

I've noticed that for most datasets, there are both CSV and PT files available. However, for the Arxiv dataset, it seems only the CSV file is provided. Could you please guide me on where to find the PT file for the Arxiv dataset? I've looked through the repository but haven't had any luck.

Thank you for your assistance.

Sincerely, Syzseisus

sktsherlock commented 7 months ago

Hi, We are using the graph data provided by OGB. So you can load the graph data directly by ' data = DglNodePropPredDataset(name='ogbn-arxiv') '. You can find the corresponding code for loading that graph in our repository.

Sincerely, Hao