File size: 634 Bytes
a82230f 0e490a5 a82230f 0e490a5 2363a53 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# Twitter Datasets
## Dataset Description
The twitter dataset is a social network. Nodes represent tweets and users. Text on nodes is the description of the tweets or the users. Edge between a and tweet means that the user posts the tweet. Text on edges is contents of the tweets.
## Graph Machine Learning Tasks
### Link Prediction
Link prediction in the tweet dataset involves predicting potential connections between tweets and users. The goal is to predict whether a user will post a tweet.
## Dataset Source
https://dl.acm.org/doi/10.1145/2505515.2505695
You can also directly use `.npy` files in raw folder we provided. |