Skip to content

How to import the models and predict on a fresh dataset? #7

Answered by YingtongDou
thepraveen19 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, to use the GNN models in this repo to classify a tweet, you need to build a tree-structured tweet propagation graph based on the retweets of the given tweets, which you can refer to the paper for more instructions.

Once build the graph, you can use the pretrained model on the UPFD dataset to classify your tweets but I strongly suggest curating your own training data since there might be domain shifts for different news sets.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YingtongDou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6 on December 29, 2021 04:47.