Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.76 KB

README.md

File metadata and controls

37 lines (28 loc) · 2.76 KB

GAIN (Gamers for Artifical Intelligence and NLP)

This is the official repository for the Political Sentiment Analysis authored by ACM AI: Team 2, FA'22.

Table of Contents

  1. The App
  2. Project Summary
  3. Dataset
  4. Design Processs
  5. Developer Info

The App

Hugging Face Spaces Open in Colab

Project Summary

Our project will involve one model:

  1. The model will allow us to classify the political bias present in a sentence. This model will be trained on a data set containing sentences labeled liberal or conservative, and ultimately output a number on a scale of -1 to 1. We are using a transformer to reflect and process text snippets and output the political bias/sentiment of a certain text.

Dataset

We plan to use this dataset of posts from conservative and liberal subreddited labeled by the source(liberal/conservative). We encountered some bias and leanings towards more negative sentiment titles, so pre-processing and ensuring a good spread of data was crucial to the success of the project.

Reddit Dataset

Design Process

Feel free to take a look at the Google Colab Notebook we utilized throughout the quarter to process data, train and evaluate the model, and tune the model to increase accuracy.

Google Colab

Developer Info