SamanthaStorm commited on
Commit
fb0821c
·
verified ·
1 Parent(s): cfdfbb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -3
app.py CHANGED
@@ -117,9 +117,16 @@ ESCALATION_QUESTIONS = [
117
  ("Violence has increased in frequency or severity", 3),
118
  ("Partner monitors your calls/GPS/social media", 2)
119
  ]
120
- DARVO_PATTERNS = {
121
- "blame shifting", "projection", "dismissiveness", "guilt tripping", "contradictory statements"
122
- }
 
 
 
 
 
 
 
123
  DARVO_MOTIFS = [
124
  "I never said that.", "You’re imagining things.", "That never happened.",
125
  "You’re making a big deal out of nothing.", "It was just a joke.", "You’re too sensitive.",
 
117
  ("Violence has increased in frequency or severity", 3),
118
  ("Partner monitors your calls/GPS/social media", 2)
119
  ]
120
+ DARVO_PATTERNS = [
121
+ "blame shifting", # "You're the reason this happens"
122
+ "projection", # "You're the abusive one"
123
+ "deflection", # "This isn't about that"
124
+ "dismissiveness", # "You're overreacting"
125
+ "insults", # Personal attacks that redirect attention
126
+ "aggression", # Escalates tone to destabilize
127
+ "recovery phase", # Sudden affection following aggression
128
+ "contradictory statements" # “I never said that” immediately followed by a version of what they said
129
+ ]
130
  DARVO_MOTIFS = [
131
  "I never said that.", "You’re imagining things.", "That never happened.",
132
  "You’re making a big deal out of nothing.", "It was just a joke.", "You’re too sensitive.",