CompareNet_FakeNewsDetection
CompareNet_FakeNewsDetection copied to clipboard
Compare to The Knowledge: Graph Neural Fake News Detection with External Knowledge (ACL 2021)
Hi! Thanks for your wonderful work. I have a question about the embedding of the knowledge graph entity learned by TransE algorithm. How do you construct the knowledge graph and...
Thank you for your contribution! I wonder if it would be possible to provide more information about the knowledge graph, specifically: - the graph structure of the knowledge graph in...
Thank you for sharing your source code. I had an issue when I ran the source code. Could you please tell me what is the problem? 
Hi! Very interesting paper, could you please share the dataset processing script for using the method for manual dataset? Thanks!
Thank you for sharing your source code. I had an issue when I ran the source code. Could you please tell me what is the problem? `Traceback (most recent call...
Hi, I'm trying to reproduce the in-domain 4-way classification part in your paper, ie. split the LUN-train into a 80:20 split to create the training and validation set, and then...
Hi, thanks for sharing the code. when I run the test command "python main.py --mode 1 --model_file MODELNAME" it has an error as below, I am wondering if you could...
Hi, Thanks a lot for sharing your code! However, as I downloaded the dataset from https://drive.google.com/file/d/1njY42YQD5Mzsx2MKkI_DdtCk5OUKgaqq/view?usp=sharing , I found that the "Trusted" class was missing. Therefore, the currently available data...
Traceback (most recent call last): File "main.py", line 144, in main(params) File "main.py", line 106, in main dl = DataLoader(params) File "/root/rumor/CompareNet_FakeNewsDetection-master/CompareNet_FakeNewsDetection-master/data_loader.py", line 84, in __init__ dataset_train = DataSet(self.train, self.adj_train,...
Dear Authors, Thank you for your great work! Can you please provide the code to generate the scripts to prepare data because this code is not running on other datasets?...