BUPT-GAMMA / CompareNet_FakeNewsDetection

Compare to The Knowledge: Graph Neural Fake News Detection with External Knowledge (ACL 2021)
89 stars 35 forks source link

dataset incompleteness #4

Open jiayingwu19 opened 2 years ago

jiayingwu19 commented 2 years ago

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 only includes three classes, all of them with unreliable news (satire, hoax and propaganda).

Could you please help and fix this issue? Thanks!

ytc272098215 commented 2 years ago

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 only includes three classes, all of them with unreliable news (satire, hoax and propaganda).

Could you please help and fix this issue? Thanks!

It seems that this error was caused by the change of the data link that I rely on. I have found the data in my local machine and uploaded it to the release(raw_data.zip). Please check if the error still occurs. https://github.com/BUPT-GAMMA/CompareNet_FakeNewsDetection/releases/tag/dataset

jiayingwu19 commented 2 years ago

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 only includes three classes, all of them with unreliable news (satire, hoax and propaganda). Could you please help and fix this issue? Thanks!

It seems that this error was caused by the change of the data link that I rely on. I have found the data in my local machine and uploaded it to the release(raw_data.zip). Please check if the error still occurs. https://github.com/BUPT-GAMMA/CompareNet_FakeNewsDetection/releases/tag/dataset

The code works now, thanks :)