CRIPAC-DIG / GET

[WWW 2022] The source code of "Evidence-aware Fake News Detection with Graph Neural Networks"
MIT License
45 stars 10 forks source link

id_left、id_right #9

Open ruarua6666 opened 1 year ago

ruarua6666 commented 1 year ago

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? How should I get the id_left and id_right fields?

Hyperwjf commented 1 year ago

Hi. We have utilized the processed version of the dataset according to the paper Hierarchical Multi-head Attentive Network for Evidence-aware Fake News Detection. This processed dataset can be found in the "formatted_data" directory, and it includes id fields.

ruarua6666 commented 1 year ago

Thank you very much for your answer, I didn't notice that the dataset was included in the code you provided, so much so that it took me a long time to debug. Once again thank you very much!