Query on the dataset #15
-
Hello, I recently went through the work User Preference-aware Fake Detection(UPFD). I was going through that git hub repository: https://github.com/safe-graph/GNN-FakeNews.git. I was trying to crawl the historical tweets using tweepy. I took news as a root node and tried to find the user-ids. I got the 1-hop connection of users and also found the follower network of those users. But cannot understand how to detect that, which followers are actually propagating the particular news (basically I am trying to find 2/3-hop connection). How to solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, please read the Section 2.2 of our paper for detailed info regarding building the news propagation path.
|
Beta Was this translation helpful? Give feedback.
Hi, please read the Section 2.2 of our paper for detailed info regarding building the news propagation path.