Skip to content

📰 Solving the misinformation problem in the information age using machine learning.

Notifications You must be signed in to change notification settings

SuyashLakhotia/ContextNewsBot

Repository files navigation

Context News Bot

Social media algorithms are built around engagement & likes, not perspective, and we aim to fix that with Context News Bot.

tl;dr Context News Bot is a Chrome extension that allows you to step out of your filter bubble by providing a diverse set of news articles and objective Wikipedia entries for tweets on your Twitter timeline. This repository contains the server-side code and works with the client-side Chrome extension. Installation instructions can be found here.

Problems

  • The inability of people to create an internal filter against their own bias has caused the proliferation of false (or somewhat false) information to plague modern society and is slowly leading us to a world with only polarizing opinions.

  • Today's modern discovery algorithms trap us in personal 'filter bubbles' by giving us content that agrees with our inherent biases regardless of whether these biases are grounded in reality.

Solution

We built a machine learning based solution that allows users to fact-check content on Twitter and gain a broader perspective on news items and events. The service helps get rid of biases by understanding the semantics of the tweet's content and suggesting diverse news articles and Wikipedia entries that aim to provide a more rounded and objective perspective.

  • Our natural language processing pipeline performs entity and topic extraction on the tweets to search for related news articles from reliable sources and discover relevant Wikipedia articles.

  • We combine this information with sentiment analysis signals extracted from the tweet and the retrieved news articles to select articles that agree with the tweet as well as those that have a different perspective.

  • The selected news articles are then integrated into Twitter's user interface, where the user can choose to read further about the issue at hand.

Installation

After obtaining (and setting up) the required credentials for the Twitter API, News API & Google Cloud Natural Language API, start the server by running:

$ pip install -r requirements.txt
$ python server.py

Next, clone and install the companion Chrome extension on your computer's Chrome browser. You should now see the Context News Bot button below the tweets on your Twitter timeline!

Screenshots

Context News Button

Context Panel

Team

  1. Suyash Lakhotia
  2. Chaitanya Joshi
  3. Nikhil Venkatesh
  4. Bobby Ranjan

NOTE: Initially built for and during NUS Hack&Roll 2018. Won a Top 8 prize and Most Socially Useful Hack!

About

📰 Solving the misinformation problem in the information age using machine learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages