Nicozwy / CofCED

COLING 2022: A Coarse-to-fine Cascaded Evidence-Distillation Neural Network for Explainable Fake News Detection.

Home Page:https://aclanthology.org/2022.coling-1.230/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not found "vocab_article_source.json" error -> [Disable vocab_article_source]

gauravkumar62024 opened this issue · comments

Hello @Nicozwy , I am trying to do this code snice 4 to 5 days but I am unable to understand that "vocab_article_source.json" file would be created by the code itself or this file exists in the dataset. If "vocab_article_source.json" file is part of existing part of data ,
Could you please provide me with the missing file as soon as possible so that I can continue testing and evaluating the code? Your prompt attention to this matter would be greatly appreciated.

Thank you for your time and effort in providing this code.

Sincerely,
Gaurav

Screenshot 2023-01-19 143424

Hi @gauravkumar62024 , sorry for the delayed reply! You can set ``vocab_article_source=None" in "tran_xxx.py " because the file "vocab_article_source.json" is no longer used.

For convenience, I have disabled the function of "self.vocab_article_source" in Line 62 of the file "model_exp_fc5.py".

By the way, thanks for staring this project.

Thanks for your response @Nicozwy , I got it. It's very helpful to me