ETHOS Hate Speech Dataset
ETHOS: multi-labEl haTe speecH detectiOn dataSet
@kaggle.konradb_ethos_hate_speech_dataset
ETHOS: multi-labEl haTe speecH detectiOn dataSet
@kaggle.konradb_ethos_hate_speech_dataset
CREATE TABLE en_dataset_with_stop_words (
"hitid" BIGINT,
"tweet" VARCHAR,
"sentiment" VARCHAR,
"directness" VARCHAR,
"annotator_sentiment" VARCHAR,
"target" VARCHAR,
"group" VARCHAR
);
CREATE TABLE ethos_dataset_binary (
"comment" VARCHAR,
"ishate" DOUBLE
);
CREATE TABLE ethos_dataset_multi_label (
"comment" VARCHAR,
"violence" DOUBLE,
"directed_vs_generalized" DOUBLE,
"gender" DOUBLE,
"race" DOUBLE,
"national_origin" DOUBLE,
"disability" DOUBLE,
"religion" DOUBLE,
"sexual_orientation" DOUBLE
);
CREATE TABLE hate_speech_and_offensive_language (
"unnamed_0" BIGINT,
"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.