nguyenvo09 / EACL2021

This is the PyTorch code + data repository for paper "Hierarchical Multi-head Attentive Network for Evidence-aware Fake News Detection", EACL 2021

Home Page:https://www.aclweb.org/anthology/2021.eacl-main.83/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evidence extraction from links

hoangdzung opened this issue · comments

Hi. I have a question about how you create the mapped data. In the original dataset, the evidence is only the URLs. How did you extract the text from the webpage? It was a random paragraph or something?
Thank you.

Hi Hoang,
thank you for your question. I created the mapped data by simply assigning an ID for each claim and evidence. The original datasets are from https://www.mpi-inf.mpg.de/dl-cred-analysis/. They preprocessed the dataset so I simply used it. For more details, you can refer to the link above.
Thanks.