Dark Pattern Dataset
Custom Dark Pattern Dataset - IIT(BHU)
@kaggle.rohitdnath_dark_pattern_dataset
Custom Dark Pattern Dataset - IIT(BHU)
@kaggle.rohitdnath_dark_pattern_dataset
This Dataset is a collection of popular dark patterns from different E-Commerce and Online store sites. It can be utilized by creating accurate ML Model to detect Dark Patterns in Online Stores and E-Commerces.
CREATE TABLE dark_pattern_classifications (
"pattern_string" VARCHAR,
"classification" DOUBLE
);CREATE TABLE dark_patterns (
"pattern_string" VARCHAR,
"comment" VARCHAR,
"pattern_category" VARCHAR,
"pattern_type" VARCHAR,
"where_in_website" VARCHAR -- Where In Website?,
"deceptive" VARCHAR -- Deceptive?,
"website_page" VARCHAR
);Anyone who has the link will be able to view this.