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

query regarding vocab_article_source.json

gauravkumar62024 opened this issue · comments

Dear sir, I was implementing your paper, but while implementing I got the error " vocab_article_source.json" not found. Could you please share the file vocab_article_source.json as it is not generated during the implementation? @Nicozwy

Dear sir, I was implementing your paper, but while implementing I got the error " vocab_article_source.json" not found. Could you please share the file vocab_article_source.json as it is not generated during the implementation? @Nicozwy

Thank you for your attention. You can simply create a new file with the name " vocab_article_source.json" because it is not used in the codes. Or you can modify the running file to run it.

Dear sir, I was implementing your paper, but while implementing I got the error " vocab_article_source.json" not found. Could you please share the file vocab_article_source.json as it is not generated during the implementation? @Nicozwy

Thank you for your attention. You can simply create a new file with the name " vocab_article_source.json" because it is not used in the codes. Or you can modify the running file to run it.

Hello, have you solved this problem?
I have followed the solution given by the author set "vocab_article_source=None" in "tran_xxx.py ", and I create a new file with the name "vocab_article_source.json", but when I run the program, it's empty when I parse the" vocab_article_source.json" file, Is there anything else that needs to be changed in the code?
Looking forward to your early reply, thank you very much! @Nicozwy @gauravkumar62024