Skip to content

This repository contains the code for the paper titled: SpotFake: A multimodal framework for fake news detection

Notifications You must be signed in to change notification settings

shiivangii/SpotFake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpotFake

This repository contains the code for the paper titled: SpotFake: A multimodal framework for fake news detection published in IEEE BigMM 2019 (Best Poster Award).

The propose architecture aims to detect whether a given news article is real or fake. It does not take into account any other sub-task in the detection process.

The prime novelty of SpotFake is to incorporate the power of language models, i.e. Bidirectional Encoder Representations from Transformers (BERT) to incorporate contextual information.

The image features are learned from VGG-19 pre-trained on ImageNet dataset.

Link to Paper

Link to Presentation

Link to Poster

Dataset:

  1. Twitter MediaEval 2016 (media eval 2016)
  2. Weibo (WeiboRumorSet) All the necessary libraries used in implementation is listed in 'environment.yml' file.

Citation

If this code or dataset is useful for your research, please cite our paper:

 @inproceedings{SpotFake,
  author ={Singhal, Shivangi and Shah, Rajiv and Chakraborty, Tanmoy and Kumaraguru, Ponnurangam and Shin'ichi Satoh},
  title = {SpotFake: A Multimodal Framework for Fake News Detection},
  booktitle = {IEEE BigMM},
 year={2019},
 location={Singapore},
 url={http://precog.iiitd.edu.in/pubs/SpotFake-IEEE_BigMM.pdf},
 keywords={Multimodal Fake News Detection, Machine Learning, Deep Learning}
 }

Note

We also created SpotFake+, an advanced version of SpotFake that deals with long (full) length articles. The paper got accepted as a short paper in AAAI 2020.

About

This repository contains the code for the paper titled: SpotFake: A multimodal framework for fake news detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published