Adding a new graph classification dataset #2508
YingtongDou
started this conversation in
Show and tell
Replies: 1 comment
-
Sure, nice work! Feel free to send a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi,
I recently curated a graph classification dataset based on PyG dataset API which includes fake/real news propagation graphs on Twitter. Each news propagation graph is a hierarchical tree-structured graph where the root node represents the news, the leaf nodes are Twitter users who retweeted the root news. The paper introducing the dataset is accepted by SIGIR'21.
I would like to know if this new dataset can be added to
torch_geometric.datasets
since the tree-structured graph is unique and is extracted from real-world data.Beta Was this translation helpful? Give feedback.
All reactions