snap-stanford / ogb

Benchmark datasets, data loaders, and evaluators for graph machine learning
https://ogb.stanford.edu
MIT License
1.89k stars 397 forks source link

The mapping from node id to paper id in dataset ogbn-arxiv #471

Open CarlKilhart opened 5 months ago

CarlKilhart commented 5 months ago

I've found the titleabs.tsv file containing paper-ids and texts, and the nodeidx2paperid.csv file containing the mapping from node id to paper id. But the paper-ids in the nodeidx2paperid.csv file do not match any id in the titleabs.tsv file. Did I miss something? Or is some file falling behind the latest version that leads to this issue?

devinbost commented 2 months ago

Might be related: https://github.com/snap-stanford/ogb/issues/478