Fake news detection using parallel BERT deep neural networks

04/10/2022
by   Mahmood Farokhian, et al.
0

Fake news is a growing challenge for social networks and media. Detection of fake news always has been a problem for many years, but after the evolution of social networks and increasing speed of news dissemination in recent years has been considered again. There are several approaches to solving this problem, one of which is to detect fake news based on its text style using deep neural networks. In recent years, one of the most used forms of deep neural networks for natural language processing is transfer learning with transformers. BERT is one of the most promising transformers who outperforms other models in many NLP benchmarks. This article, we introduce MWPBert, which uses two parallel BERT networks to perform veracity detection on full-text news articles. One of the BERT networks encodes news headline, and another encodes news body. Since the input length of the BERT network is limited and constant and the news body is usually a long text, we cannot fed the whole news text into the BERT. Therefore, using the MaxWorth algorithm, we selected the part of the news text that is more valuable for fact-checking, and fed it into the BERT network. Finally, we encode the output of the two BERT networks to an output network to classify the news. The experiment results showed that the proposed model outperformed previous models in terms of accuracy and other performance measures.

READ FULL TEXT

page 2

page 12

research
08/11/2021

NoFake at CheckThat! 2021: Fake News Detection Using BERT

Much research has been done for debunking and analysing fake news. Many ...
research
10/31/2019

Transfer Learning from Transformers to Fake News Challenge Stance Detection (FNC-1) Task

In this paper, we report improved results of the Fake News Challenge Sta...
research
07/30/2023

A Private Watermark for Large Language Models

Recently, text watermarking algorithms for large language models (LLMs) ...
research
08/09/2023

Performance Analysis of Transformer Based Models (BERT, ALBERT and RoBERTa) in Fake News Detection

Fake news is fake material in a news media format but is not processed p...
research
04/16/2023

MisRoBÆRTa: Transformers versus Misinformation

Misinformation is considered a threat to our democratic values and princ...
research
04/10/2019

Harvey Mudd College at SemEval-2019 Task 4: The Clint Buchanan Hyperpartisan News Detector

We investigate the recently developed Bidirectional Encoder Representati...
research
10/06/2022

Explainable Verbal Deception Detection using Transformers

People are regularly confronted with potentially deceptive statements (e...

Please sign up or login with your details

Forgot password? Click here to reset