You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a python project that is used to identify hate speech in tweets. The dataset used to train the model is available on Kaggle and consists of labelled tweets where 1 indicates hate speech tweets and 0 indicates non-hate speech tweets.
HateBR is the first large-scale expert annotated dataset of Brazilian Instagram comments for hate speech and offensive language detection on the web and social media.
This repository contains the code and data of the paper titled "XLNet-CNN: Combining Global Context Understanding of XLNet with Local Context Capture through Convolution for Improved Multi-Label Text Classification", which has been accepted at NSysS 2024.
In this project, I focused on benchmarking various machine learning models, deep learning architectures, and fine-tuned BERT-based models to evaluate their performance across multiple metrics
Detect hate speech in tweets using NLP and Machine Learning. This project automates classification into hate speech, offensive language, and neutral content. 🐙💻
The rapid growth of social media has led to an increase in user-generated content, making platforms like Twitter a major medium for public communication. However, along with positive engagement, there has also been a surge in hate speech, offensive language, and abusive content. This project aims to address this challenge by developing a ML program