poltextlab commited on
Commit
35de917
·
verified ·
1 Parent(s): e0f7802

Update label_dicts.py

Browse files
Files changed (1) hide show
  1. label_dicts.py +9 -8
label_dicts.py CHANGED
@@ -135,14 +135,15 @@ ILLFRAMES_COVID_LABEL_NAMES = {
135
  }
136
 
137
  ILLFRAMES_WAR_LABEL_NAMES = {
138
- 101: 'conflict as defense',
139
- 102: 'economic impact',
140
- 103: 'threat of the west',
141
- 104: 'puppet state',
142
- 105: 'global war',
143
- 107: 'war crimes',
144
- 108: 'broken promises',
145
- 109: 'supporting nazi views',
 
146
  110: "None of Them"
147
  }
148
 
 
135
  }
136
 
137
  ILLFRAMES_WAR_LABEL_NAMES = {
138
+ 101: 'Identity and Cultural Threat',
139
+ 102: 'Economic Fallout/Domestic Welfare Neglected',
140
+ 103: 'Violation of Russian Sovereignty/Western geopolitical meddling',
141
+ 104: 'Illegitimate and corrupt Ukraine leadership',
142
+ 105: 'Ukrainians and Ukraine are a military threat and agressive
143
+ war-mongerer that threaten EU stability and security',
144
+ 107: 'Western Propaganda and Civilian Suffering',
145
+ 108: 'Historical Betrayal of Russia',
146
+ 109: 'Ukraine/Nazi Allegation',
147
  110: "None of Them"
148
  }
149