ACL 2021long222 citations

Compare to The Knowledge: Graph Neural Fake News Detection with External Knowledge

Linmei Hu, Tianchi Yang, Luhao Zhang, Wanjun Zhong, Duyu Tang, Chuan Shi, Nan Duan, Ming Zhou

Abstract

Nowadays, fake news detection, which aims to verify whether a news document is trusted or fake, has become urgent and important. Most existing methods rely heavily on linguistic and semantic features from the news content, and fail to effectively exploit external knowledge which could help determine whether the news document is trusted. In this paper, we propose a novel end-to-end graph neural model called CompareNet, which compares the news to the knowledge base (KB) through entities for fake news detection. Considering that fake news detection is correlated with topics, we also incorporate topics to enrich the news representation. Specifically, we first construct a directed heterogeneous document graph for each news incorporating topics and entities. Based on the graph, we develop a heterogeneous graph attention network for learning the topic-enriched news representation as well as the contextual entity representations that encode the semantics of the news content. The contextual entity representations are then compared to the corresponding KB-based entity representations through a carefully designed entity comparison network, to capture the consistency between the news content and KB. Finally, the topic-enriched news representation combining the entity comparison features is fed into a fake news classifier. Experimental results on two benchmark datasets demonstrate that CompareNet significantly outperforms state-of-the-art methods.

BibTeX
@inproceedings{hu-etal-2021-compare,
    title = "Compare to The Knowledge: Graph Neural Fake News Detection with External Knowledge",
    author = "Hu, Linmei  and
      Yang, Tianchi  and
      Zhang, Luhao  and
      Zhong, Wanjun  and
      Tang, Duyu  and
      Shi, Chuan  and
      Duan, Nan  and
      Zhou, Ming",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.62/",
    doi = "10.18653/v1/2021.acl-long.62",
    pages = "754--763"
}
Compare to The Knowledge: Graph Neural Fake News Detection with External Knowledge · ACL 2021