Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 980 Bytes

File metadata and controls

13 lines (8 loc) · 980 Bytes

Fake News Detection

During Hurricane Harvey (2017, Huston), fake news spread quickly on the internet, great amount of people are discussing, doubting and even blaming the government rescue policies. Therefore it is important to develop methods to efficiently detect fake news on social media. In this study, we constructed a neural network model to detect tweets which convey fake news about Hurricane Harvey. Due to the limitation of our dataset, we used a pre-trained GLoVE embedding matrix from Stanford University.

Architecture

We trained a LSTM network with embedding matrix to detect the fake news during the hurricane, the architecture is shown below.

Reference

Jeffrey Pennington, Richard Socher, and Christopher D. Manning. 2014. GloVe: Global Vectors for Word Representation.