Skip to content

shiivangii/SpotFake

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

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