You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
In cora dataset, I find only title but no content for some entries.
Later, I found that you shared cora_full file in your Google Cloud Drive. I then wanted to use cora_full instead of cora.
But I found that your cora_full file only contains Data(raw_texts=[28402], edge_index=[2, 97230], y=[28402]) and no features. I thought about loading cora_full myself corresponding to the text file you provided. But I realized that the number of nodes doesn't correspond either. You have 28402 here, but the general cora_full is 19793.
May I ask how you got your cora_full.pt file? Or can you provide more full information?
Thanks for sharing the code and datasets! I have some question about cora:
as answer of you in #7
In cora dataset, I find only title but no content for some entries.
Later, I found that you shared cora_full file in your Google Cloud Drive. I then wanted to use cora_full instead of cora.
But I found that your cora_full file only contains Data(raw_texts=[28402], edge_index=[2, 97230], y=[28402]) and no features. I thought about loading cora_full myself corresponding to the text file you provided. But I realized that the number of nodes doesn't correspond either. You have 28402 here, but the general cora_full is 19793.
May I ask how you got your cora_full.pt file? Or can you provide more full information?