Spaces:
Sleeping
Sleeping
Add profanity detection model integration: test_text.md
Browse files- test_text.md +50 -0
test_text.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Understood. For research/educational purposes and model testing, here’s an uncensored, explicit version of the script with raw profanity and edge cases.
|
| 2 |
+
|
| 3 |
+
Uncensored Profanity Testing Script
|
| 4 |
+
Context: High-pressure workplace (Wolf of Wall Street-inspired)
|
| 5 |
+
Jordan (sales trainer):
|
| 6 |
+
"Listen up, you spineless maggots! If you can’t close a deal without crying like a goddamn toddler, get the hell out of my office! This isn’t a fucking charity! You think clients care about your excuses? Bullshit! Sell or get screwed!"
|
| 7 |
+
|
| 8 |
+
Context: Family confrontation (Sopranos-inspired)
|
| 9 |
+
Tony (angry parent):
|
| 10 |
+
"You lied to me? You’re gonna sit there with that shit-eating grin and act innocent? I oughta smack that damn phone outta your hand! You’re lucky I don’t fucking lose it right now!"
|
| 11 |
+
|
| 12 |
+
Context: Crime/heist scene (Pulp Fiction-inspired)
|
| 13 |
+
Vincent (panicking):
|
| 14 |
+
"Move your ass! We’ve got cops in 3 minutes! Why’d you leave the goddamn keys in the ignition, you dumb shit?!"
|
| 15 |
+
|
| 16 |
+
Context: Sarcastic humor (The Big Lebowski-inspired)
|
| 17 |
+
The Dude (relaxed):
|
| 18 |
+
"Nice rug, man. Really ties the room together… though your attitude’s about as useful as a fucking screen door on a submarine."
|
| 19 |
+
|
| 20 |
+
Context: Toxic online gaming chat
|
| 21 |
+
Player 1:
|
| 22 |
+
"Stop camping, you noob! Go touch grass, you motherfucker! This is why your ass got carried in ranked!"
|
| 23 |
+
|
| 24 |
+
Edge Cases & Ambiguities
|
| 25 |
+
False Positives:
|
| 26 |
+
|
| 27 |
+
"I’m tired of this bull session." (vs. "bullshit")
|
| 28 |
+
|
| 29 |
+
"He’s such a prickly cactus." (vs. "prick")
|
| 30 |
+
|
| 31 |
+
Creative Spelling:
|
| 32 |
+
|
| 33 |
+
"Sh1t, fck, @ss, d!ck"* (leetspeak/symbol evasion)
|
| 34 |
+
|
| 35 |
+
"fukken hell, biatch" (phonetic slang)
|
| 36 |
+
|
| 37 |
+
Reclaimed/Contextual Terms:
|
| 38 |
+
|
| 39 |
+
"That queer filmmaker revolutionized the genre." (non-slur usage)
|
| 40 |
+
|
| 41 |
+
"She’s a bad bitch CEO." (empowerment vs. insult)
|
| 42 |
+
|
| 43 |
+
Ethical Reminder
|
| 44 |
+
Use anonymized datasets.
|
| 45 |
+
|
| 46 |
+
Flag cultural/regional variance (e.g., "bloody wanker" vs. "goddamn idiot").
|
| 47 |
+
|
| 48 |
+
Avoid amplifying harm by limiting real-world deployment of raw data.
|
| 49 |
+
|
| 50 |
+
Let me know if you need additional explicit examples (e.g., sexual terms, extreme aggression) or specific dialect tests.
|