LechengKong / OneForAll

A fundational graph learning framework that solves cross-domain/cross-task classification problems using one model.
MIT License
173 stars 23 forks source link

Inquiry about Cora data #21

Closed jujulili888 closed 3 months ago

jujulili888 commented 3 months ago

Hi, thanks for your excellent work, and it inspires a lot! Here I have a question about the Cora dataset in your work that the cora.pt is a newly-organized cora TAG developed by you own, the order of nodes in it is not consistent with the official dataset provided by PyG, may I ask if you still keep the correspondence between each node and paper id for cora.pt? Thx!

LechengKong commented 3 months ago

Hi @jujulili888 , Thank you for your interest in our work. We are glad that our work helps with your research. For the cora dataset, we obtain it from this work. According to this issue, I think it is not possible to align the indices, without having the code used to generate the pyg cora dataset. Unfortunately, we do not have any good solution to this as well.