GET icon indicating copy to clipboard operation
GET copied to clipboard

[WWW 2022] The source code of "Evidence-aware Fake News Detection with Graph Neural Networks"

Results 7 GET issues
Sort by recently updated
recently updated
newest added

Hello, I would like to ask if each claim in your experiments corresponds to 30 pieces of evidence?

Hello! In your code, the dataset seems to have id_left and id_right fields, but in the dataset you gave, this field does not appear. Can you please explain the difference?...

In your code, there's a 'claim_source' field for the Snopes dataset. However, I couldn't find this field in the dataset you provided. Could you please clarify this discrepancy?

同一个实验室的一起水论文,怎么中的.......

Hello! I want to ask you something about your code, "assert len(test_interactions.dict_claims_and_evidences_test) in KeyWordSettings.ClaimCountTest" and " assert len(val_interactions.dict_claims_and_evidences_test) in KeyWordSettings.ClaimCountVal"in char_man_fitter_query_repr1.py, What's them mean? Looking for your reply, thx.

Hello, in your repository, I can't find a way to build a graph, please help me point out the way to build a graph, I want to use this as...