Fake News Detection using Deep Nerual Networks

This project is part of a challenge which can be found at http://www.fakenewschallenge.org/

By Vyas Anirudh Akundy & Atish Harish Telang Patil

Fake News

BERT(Bidirectional Encoder Representations from Transformers) language model was used to embed the text data into vector representations

The image below, taken from the official website, clearly illustrates the task. A news headline and article are taken and the relation between them is classified into 4 classes – (unrelated, agrees, disagrees, discusses) image

The neural network architecture we built is shown below

image