names of the features #6665
mishabounty
started this conversation in
General
Replies: 1 comment 4 replies
-
These are sadly not available, since this dataset is only available as a pre-processed version. Here, the features represent a bag-of-words from the abstract of papers. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I use the CORA dataset to train the model and explain it using model interpretation methods (torch_geometric.explain). But in order to fully understand the operation of the model, the names of the features that are encoded in the tensor data.x (cora.x) are missing. Where can I find a dictionary with the names of the encoded features?

For example, as an explanation, I get the importance of CORA features (top 10). But I want to know the real names of the signs (1263, 1355, ...).
Beta Was this translation helpful? Give feedback.
All reactions