# 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.