Skip to content

Fake News Detection by Learning Convolution Filters through Contextualized Attention

License

Notifications You must be signed in to change notification settings

RishavRaj20/fakenews

Repository files navigation

Fake News Detection by Learning Convolution Filters through Contextualized Attention

Dataset

The LIAR dataset consists of 12,836 short statements taken from POLITIFACT and labeled by humans for truthfulness, subject, context/venue, speaker, state, party, and prior history. For truthfulness, the LIAR dataset has six labels: pants-fire, false, mostly-false, half-true, mostly-true, and true. These six label sets are relatively balanced in size. The statements were collected from a variety of broadcasting mediums, like TV interviews, speeches, tweets, debates, and they cover a broad range of topics such as the economy, health care, taxes and election. The LIAR-PLUS dataset is an extension to the LIAR dataset by automatically extracting for each claim the justification that humans have provided in the fact-checking article associated with the claim.

Network Architecture

image

Methodology

Instead of directly extracting features from Statement, we employ an attention mechanism to use the given side information (subject, speaker, job, state, party, context and justification) to attend over the given statement to check its truthfulness. The attention mechanism makes the process of feature extraction from statement contextualized based on side information. See Fig. 1 for the graphical representation of the architecture.

Citation:

Please cite the paper if you found it useful in your work.

@unknown{unknown,
author = {Rishav Raj},
year = {2023},
month = {12},
pages = {},
title = {Fake News Detection by Learning Convolution Filters through Contextualized Attention},
}

Acknowledgement I would like to thank FangJun Zhang(https://github.com/zfjmike) for open-sourcing the code for LIAR dataset in his repo(https://github.com/zfjmike/fake-news-detection) which served as the starting point for my work.

Releases

No releases published

Packages

No packages published

Languages