poltextlab commited on
Commit
e0ec7e7
·
verified ·
1 Parent(s): ae818da

add war labels

Browse files
Files changed (1) hide show
  1. label_dicts.py +12 -0
label_dicts.py CHANGED
@@ -134,6 +134,18 @@ ILLFRAMES_COVID_LABEL_NAMES = {
134
  399: "None of Them",
135
  }
136
 
 
 
 
 
 
 
 
 
 
 
 
 
137
  ONTOLISST_LABEL_NAMES = {
138
  0: 'Demographics',
139
  1: 'Housing and local environment (Housing and environment)',
 
134
  399: "None of Them",
135
  }
136
 
137
+ ILLFRAMES_WAR_LABEL_NAMES = [
138
+ ("conflict as defense", 101),
139
+ ("economic impact", 102),
140
+ ("threat of the west", 103),
141
+ ("puppet state", 104),
142
+ ("global war", 105),
143
+ ("war crimes", 107),
144
+ ("broken promises", 108),
145
+ ("supporting nazi views", 109),
146
+ ("none of them", 105),
147
+ ]
148
+
149
  ONTOLISST_LABEL_NAMES = {
150
  0: 'Demographics',
151
  1: 'Housing and local environment (Housing and environment)',