Hate Speech And Offensive Language Dataset
research hate-speech detection
@kaggle.mrmorj_hate_speech_and_offensive_language_dataset
research hate-speech detection
@kaggle.mrmorj_hate_speech_and_offensive_language_dataset
Dataset using Twitter data, is was used to research hate-speech detection. The text is classified as: hate-speech, offensive language, and neither. Due to the nature of the study, it’s important to note that this dataset contains text that can be considered racist, sexist, homophobic, or generally offensive.
CREATE TABLE labeled_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"count" BIGINT,
"hate_speech" BIGINT,
"offensive_language" BIGINT,
"neither" BIGINT,
"class" BIGINT,
"tweet" VARCHAR
);Anyone who has the link will be able to view this.