--- license: mit task_categories: - text-classification language: - en tags: - movies - sensitivity - content-warnings - recommendation-systems size_categories: - 10K= 0.66 threshold | | `{trait}_source` | Source: "DDD", "ParentGuide", "Both", or "None" | ## 20 Traits 1. Animal lover (avoid animal harm/death) 2. Arachnophobia / reptile phobia 3. Anti-gore / squeamish 4. Avoid torture & extreme violence 5. Sexual violence sensitive 6. Kid-safety / child harm sensitive 7. Domestic abuse / stalking sensitive 8. Substance recovery / avoid drugs & alcohol 9. Self-harm & suicide sensitive 10. Mental health portrayal sensitive 11. Medical/health trauma avoider 12. Needle/medical procedure phobia 13. Claustrophobia / breathing distress sensitive 14. Photosensitivity & motion sickness 15. Hate speech / slur-sensitive 16. Gender/LGBTQ respect sensitive 17. Pregnancy/infant-loss sensitive 18. Disaster/accident avoider 19. Happy-ending preference 20. Horror avoider (avoids scares & supernatural) ## Fusion Formula ``` final_score = max(ddd_trigger, pg_risk) unsafe = final_score >= 0.66 where: ddd_trigger = 1 if any DDD warning is triggered, else 0 pg_risk = (weights ยท severity) / (3 * sum(weights)) ``` ## Citation If you use this dataset, please cite the original data sources: - Does the Dog Die: https://www.doesthedogdie.com/ - IMDb Parent Guide: https://www.kaggle.com/datasets/barryhaworth/imdb-parental-guide