Deceptive Patterns
A collection of Deceiptive patterns mainly noticed in e-commerce sites
@kaggle.akashnath29_deceiptive_patterns
A collection of Deceiptive patterns mainly noticed in e-commerce sites
@kaggle.akashnath29_deceiptive_patterns
This dataset is designed to aid in the detection of dark patterns in e-commerce websites, specifically targeting fake reviews and fake star ratings. It consists of two files that help classify and analyze deceptive online practices:
This dataset is valuable for researchers and developers working on fraud detection, AI ethics, and consumer protection in digital marketplaces. 🚀
CREATE TABLE pattern_classifications (
"pattern_string" VARCHAR,
"classification" DOUBLE
);
CREATE TABLE patterns (
"pattern_string" VARCHAR,
"comment" VARCHAR,
"pattern_category" VARCHAR,
"pattern_type" VARCHAR,
"where_in_website" VARCHAR -- Where In Website?,
"deceptive" VARCHAR,
"website_page" VARCHAR,
"industry_type" VARCHAR
);
Anyone who has the link will be able to view this.