Replies: 1 comment
-
Duplicated discussion: #3896 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Questions:
Descriptions:
I found that the feature dimension in WikipediaNetwork dataset is inconsistent with the origin paper.

The WikipediaNetwork dataset provided by WikipediaNetwork class in torch_geometric.datasets has the feature in the size of [2277, 128] (https://graphmining.ai/datasets/ptg/wiki/), which means each node has a [1, 128] feature. However, in the origin paper provided by your doc, the dimension of the feature should be far more larger as shown in the picture below.
And your docs describes that node features represent several informative nouns in the Wikipedia pages. But the length of a dictionary should usually far more larger that 128. So is the node feature in the data you provided really means the nouns in the Wikipedia pages?
Thank you! Looking forward to your reply as soon as possible.
Beta Was this translation helpful? Give feedback.
All reactions