Giter VIP home page Giter VIP logo

persianfakenewsdetection's Introduction

Persian Fake News Detection

This repository contains my dissertation which is Persian fake news detection by using stance detection. To achieve this model, I created a dataset that you can find more information about it from here.

Demo

The demo of the first Persian fake news detection model is available here.

Dataset

I am using the first Persian stance classification dataset which can be used for a number of NLP tasks in the context of fact-checking. In addition, I have collected a new dataset which includes more than 25K instances. The new dataset can be used for fact-checking and summarization, however the focus of this work is on stance classification as a stepping stone for fake news detection in Persian language.

The Model

I have used our stance detection system as a pre-processing step. As a result, the head-claim stance and the article-claim stance are two important features in addition to other features like the credibility of the news source to determine the veracity of claims. Finally, after extracting stances for each claim and news article pair, we have combined the stances result and the rest of the features. Then, this feature is assigned to 3 dense neural network layers with 300 neurons each. At the end, there is a dense layer with a softmax activation function to specify the proper class (true, false, or unknown). The overall architecture is shown in the following Figure.

My proposed model in order to develop fake news detection

As the related papers to this repository are published, more detail and related codes and data will be added to this repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.