w266-final-project
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: sysung
- Language: Jupyter Notebook
- Default Branch: master
- Size: 2.87 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Identifying Misinformation in Social Media and New Sources
This is the repo for the W266 Final Project which holds the code, model, papers, and other resources for misinformation detection.
Table of Contents
Project Overview
Misinformation on social media platforms has been running rampant in the past few years with false claims. It is imperative that people obtain news from reliable unbiased sources to help people make informed decisions.
To ensure that misinformation does not become widespread, we are proposing an NLP model to detect and classify fake news. Our model will utilize transformers to identify misinformation by analyzing the context of the articles.
Importance and Challenges of Misinformation
Misinformation carries many consequences including confusion, fear, and panic that can be harmful to individuals and society. For example, misinformation about the COVID-19 vaccine being dangerous caused people to not take the drug which resulted in many preventable deaths.
However, identifying misinformation can be challenging because it is often disguised within legitimate information which can propagate through different mediums like social media and new outlets. Additionally, people are more likely to believe in misinformation that aligns with their pre-existing beliefs and biases. Therefore, it is often difficult for humans to catch fake news before it spreads.
There are many types of misinformation such as click bait, political bias, and government propaganda that will require extensive research and data collection that may stretch beyond the scopes of the course. Therefore, we will be timeboxing specifically focusing on fake news by analyzing a dataset in the paper WatClaimCheck that provides evidence refuting or supporting a claim
Features
List the key features of your project. This can be in the form of a bulleted list or a table.
- Feature 1
- Feature 2
- Feature 3
Getting Started
Explain how to get started with your project. Provide step-by-step instructions, including code examples if necessary.
Prerequisites
List any software, libraries, or dependencies that users need to have installed before they can use your project.
Installation
Downloading the Dataset
To download the dataset, go to the WatClaimCheck Git Repo and submit a Google Forms to receive a copy of the dataset.
Creating Conda Environment
Create the conda environment using the ./env file
conda env create --prefix ./envs -f environment.yml
Once the environment has been created, you can activate it using the following command
conda activate ./envs
To shorten the long prefix in the shell, use the following command. You'll need to deactivate and reactivate for the change to take effect
conda config --set env_prompt '({name})'
If you have a library to add, you can use the following command to add it into the environment.yml so that the libraries are shared
conda env export -f environment.yml
For more information about conda, see https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#managing-environments
Usage
Reference Links
Owner
- Login: sysung
- Kind: user
- Repositories: 2
- Profile: https://github.com/sysung
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Identifying Misinformation in Social Media and New Sources
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Steven
family-names: Sung
email: sysung98@gmail.com
name-particle: Steven
- given-names: Peeti
family-names: Sriwongsanguan
email: peeti@berkeley.edu
repository-code: 'https://github.com/sysung/w266-final-project'