Cyberbullying Dataset
Cyberbullying Data from Various Sources
@kaggle.saurabhshahane_cyberbullying_dataset
Cyberbullying Data from Various Sources
@kaggle.saurabhshahane_cyberbullying_dataset
This dataset is a collection of datasets from different sources related to the automatic detection of cyber-bullying. The data is from different social media platforms like Kaggle, Twitter, Wikipedia Talk pages and YouTube. The data contain text and labeled as bullying or not. The data contains different types of cyber-bullying like hate speech, aggression, insults and toxicity.
The data is from different social media platforms like Kaggle, Twitter, Wikipedia Talk pages and YouTube. The data contain text and labeled as bullying or not. The data contains different types of cyber-bullying like hate speech, aggression, insults and toxicity.
Elsafoury, Fatma (2020), “Cyberbullying datasets”, Mendeley Data, V1, doi: 10.17632/jf4pzyvnpj.1
CREATE TABLE aggression_parsed_dataset (
"index" BIGINT,
"text" VARCHAR,
"ed_label_0" DOUBLE,
"ed_label_1" DOUBLE,
"oh_label" BIGINT
);CREATE TABLE attack_parsed_dataset (
"index" BIGINT,
"text" VARCHAR,
"ed_label_0" DOUBLE,
"ed_label_1" DOUBLE,
"oh_label" BIGINT
);CREATE TABLE kaggle_parsed_dataset (
"index" BIGINT,
"oh_label" BIGINT,
"date" VARCHAR,
"text" VARCHAR
);CREATE TABLE toxicity_parsed_dataset (
"index" BIGINT,
"text" VARCHAR,
"ed_label_0" DOUBLE,
"ed_label_1" DOUBLE,
"oh_label" BIGINT
);CREATE TABLE twitter_parsed_dataset (
"index" VARCHAR,
"id" VARCHAR,
"text" VARCHAR,
"annotation" VARCHAR,
"oh_label" DOUBLE
);CREATE TABLE twitter_racism_parsed_dataset (
"index" DOUBLE,
"id" DOUBLE,
"text" VARCHAR,
"annotation" VARCHAR,
"oh_label" BIGINT
);CREATE TABLE twitter_sexism_parsed_dataset (
"index" VARCHAR,
"id" VARCHAR,
"text" VARCHAR,
"annotation" VARCHAR,
"oh_label" DOUBLE
);CREATE TABLE youtube_parsed_dataset (
"index" BIGINT,
"userindex" VARCHAR,
"text" VARCHAR,
"number_of_comments" BIGINT,
"number_of_subscribers" BIGINT,
"membership_duration" BIGINT,
"number_of_uploads" BIGINT,
"profanity_in_userid" BIGINT,
"age" BIGINT,
"oh_label" BIGINT
);Anyone who has the link will be able to view this.