Giter VIP home page Giter VIP logo

fake-news-detection's Introduction

Fake-News-Detection

CSE 573: Semantic Web Mining Project

Group 10

  1. Abhijith Shreesh (ASU ID: 1213204276)
  2. Aditya Chayapathy (ASU ID: 1213050538)
  3. Anuhya Sai (ASU ID: 1212931887)
  4. Arun Karthick Manickam Alagar Muthumanickam (ASU ID: 1213135077)
  5. Jagdeesh Basavaraju (ASU ID: 1213004713)

Description

The project aims at classifying the given news articles as fake or true based on the content and users associated with it using Graph Attention Networks (GATs).

  1. Extracted the content of news articles from the given dataset.
  2. Vectorized the news article content using BERT to obtain feature vector for every article.
  3. Derived relationship among news articles based on the users the articles are associated with.
  4. Classified the news articles by feeding the feature vectors and relationship matrix to the GAT.
  5. Compared and contrasted the performance of GAT against traditional machine learning algorithms.

Technology used: Google BERT, Graph Attention Network (GAT), Python, Pandas, NumPy, scikit-learn, Tensorflow

Steps to execute

  1. Go to the folder named "codebase".
  2. Run the command "pip install -r requirements.txt && python execute_bf_pf.py BuzzFeed".
  3. The above command will install all the requirements and run GAT on Buzzfeed dataset.
  4. Run the command "python execute_bf_pf.py PolitiFact".
  5. The above command will run GAT on PolitiFact dataset.
  6. After running the above commands on each dataset, results on training, validation and test set will be displayed.

fake-news-detection's People

Contributors

abhijithshreesh avatar aditya-chayapathy avatar asai28 avatar iamjagdeesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fake-news-detection's Issues

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.