AngelPanizo commited on
Commit
880bf52
·
verified ·
1 Parent(s): 7e47fa6

Add BERTopic model

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - bertopic
5
+ library_name: bertopic
6
+ pipeline_tag: text-classification
7
+ ---
8
+
9
+ # MARTINI_enrich_BERTopic_Qnews
10
+
11
+ This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
12
+ BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
13
+
14
+ ## Usage
15
+
16
+ To use this model, please install BERTopic:
17
+
18
+ ```
19
+ pip install -U bertopic
20
+ ```
21
+
22
+ You can use the model as follows:
23
+
24
+ ```python
25
+ from bertopic import BERTopic
26
+ topic_model = BERTopic.load("AIDA-UPM/MARTINI_enrich_BERTopic_Qnews")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 14
34
+ * Number of training documents: 1105
35
+
36
+ <details>
37
+ <summary>Click here for an overview of all topics.</summary>
38
+
39
+ | Topic ID | Topic Keywords | Topic Frequency | Label |
40
+ |----------|----------------|-----------------|-------|
41
+ | -1 | obama - republicans - washington - conspiracy - ballot | 21 | -1_obama_republicans_washington_conspiracy |
42
+ | 0 | iowa - caucus - speech - patriots - 45th | 565 | 0_iowa_caucus_speech_patriots |
43
+ | 1 | illegals - texas - border - governor - reinforcements | 143 | 1_illegals_texas_border_governor |
44
+ | 2 | zelensky - nordstream - kakhovka - podcast - russell | 65 | 2_zelensky_nordstream_kakhovka_podcast |
45
+ | 3 | twitter - fbi - tyranny - australia - banned | 45 | 3_twitter_fbi_tyranny_australia |
46
+ | 4 | bidenomics - huckabee - joe - delaware - higher | 44 | 4_bidenomics_huckabee_joe_delaware |
47
+ | 5 | polls - republican - leading - kudlow - nbc | 37 | 5_polls_republican_leading_kudlow |
48
+ | 6 | verdict - prosecutor - kamala - dismissed - georgia | 32 | 6_verdict_prosecutor_kamala_dismissed |
49
+ | 7 | voters - disenfranchise - cheated - results - missouri | 31 | 7_voters_disenfranchise_cheated_results |
50
+ | 8 | soleimani - hamas - jerusalem - egypt - accords | 29 | 8_soleimani_hamas_jerusalem_egypt |
51
+ | 9 | autoworkers - electric - joe - repeal - towing | 25 | 9_autoworkers_electric_joe_repeal |
52
+ | 10 | republican - globalists - 2024 - jeb - upcoming | 24 | 10_republican_globalists_2024_jeb |
53
+ | 11 | desantis - cronies - veto - resigned - flip | 22 | 11_desantis_cronies_veto_resigned |
54
+ | 12 | agenda - defunded - america - abolish - revolutionize | 22 | 12_agenda_defunded_america_abolish |
55
+
56
+ </details>
57
+
58
+ ## Training hyperparameters
59
+
60
+ * calculate_probabilities: True
61
+ * language: None
62
+ * low_memory: False
63
+ * min_topic_size: 10
64
+ * n_gram_range: (1, 1)
65
+ * nr_topics: None
66
+ * seed_topic_list: None
67
+ * top_n_words: 10
68
+ * verbose: False
69
+ * zeroshot_min_similarity: 0.7
70
+ * zeroshot_topic_list: None
71
+
72
+ ## Framework versions
73
+
74
+ * Numpy: 1.26.4
75
+ * HDBSCAN: 0.8.40
76
+ * UMAP: 0.5.7
77
+ * Pandas: 2.2.3
78
+ * Scikit-Learn: 1.5.2
79
+ * Sentence-transformers: 3.3.1
80
+ * Transformers: 4.46.3
81
+ * Numba: 0.60.0
82
+ * Plotly: 5.24.1
83
+ * Python: 3.10.12
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "calculate_probabilities": true,
3
+ "language": null,
4
+ "low_memory": false,
5
+ "min_topic_size": 10,
6
+ "n_gram_range": [
7
+ 1,
8
+ 1
9
+ ],
10
+ "nr_topics": null,
11
+ "seed_topic_list": null,
12
+ "top_n_words": 10,
13
+ "verbose": false,
14
+ "zeroshot_min_similarity": 0.7,
15
+ "zeroshot_topic_list": null
16
+ }
ctfidf.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c276fea2e782eb346f5d9b610dd4ab5a05ca48bb2cde59a65baad1c0c306b99
3
+ size 152212
ctfidf_config.json ADDED
The diff for this file is too large to render. See raw diff
 
topic_embeddings.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0afb25e5e35c453968e5c98b3d8ae584a9c818ebc54f80296ecb461ff8cb47e
3
+ size 57432
topics.json ADDED
@@ -0,0 +1,1526 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "obama",
6
+ 0.5281662940979004
7
+ ],
8
+ [
9
+ "republicans",
10
+ 0.5132312178611755
11
+ ],
12
+ [
13
+ "washington",
14
+ 0.4653495252132416
15
+ ],
16
+ [
17
+ "conspiracy",
18
+ 0.45522016286849976
19
+ ],
20
+ [
21
+ "ballot",
22
+ 0.43038201332092285
23
+ ]
24
+ ],
25
+ "0": [
26
+ [
27
+ "iowa",
28
+ 0.584652841091156
29
+ ],
30
+ [
31
+ "caucus",
32
+ 0.5419861078262329
33
+ ],
34
+ [
35
+ "speech",
36
+ 0.4917309284210205
37
+ ],
38
+ [
39
+ "patriots",
40
+ 0.4848036766052246
41
+ ],
42
+ [
43
+ "45th",
44
+ 0.4624863862991333
45
+ ]
46
+ ],
47
+ "1": [
48
+ [
49
+ "illegals",
50
+ 0.5952882766723633
51
+ ],
52
+ [
53
+ "texas",
54
+ 0.55405592918396
55
+ ],
56
+ [
57
+ "border",
58
+ 0.5322024822235107
59
+ ],
60
+ [
61
+ "governor",
62
+ 0.5009846687316895
63
+ ],
64
+ [
65
+ "reinforcements",
66
+ 0.4626101851463318
67
+ ]
68
+ ],
69
+ "2": [
70
+ [
71
+ "zelensky",
72
+ 0.5986782908439636
73
+ ],
74
+ [
75
+ "nordstream",
76
+ 0.5325148105621338
77
+ ],
78
+ [
79
+ "kakhovka",
80
+ 0.5299417972564697
81
+ ],
82
+ [
83
+ "podcast",
84
+ 0.450462281703949
85
+ ],
86
+ [
87
+ "russell",
88
+ 0.4426400065422058
89
+ ]
90
+ ],
91
+ "3": [
92
+ [
93
+ "twitter",
94
+ 0.567324697971344
95
+ ],
96
+ [
97
+ "fbi",
98
+ 0.5304514765739441
99
+ ],
100
+ [
101
+ "tyranny",
102
+ 0.5271937847137451
103
+ ],
104
+ [
105
+ "australia",
106
+ 0.5095710754394531
107
+ ],
108
+ [
109
+ "banned",
110
+ 0.473541259765625
111
+ ]
112
+ ],
113
+ "4": [
114
+ [
115
+ "bidenomics",
116
+ 0.6279560327529907
117
+ ],
118
+ [
119
+ "huckabee",
120
+ 0.521979808807373
121
+ ],
122
+ [
123
+ "joe",
124
+ 0.4772380590438843
125
+ ],
126
+ [
127
+ "delaware",
128
+ 0.41902434825897217
129
+ ],
130
+ [
131
+ "higher",
132
+ 0.41287392377853394
133
+ ]
134
+ ],
135
+ "5": [
136
+ [
137
+ "polls",
138
+ 0.5786623358726501
139
+ ],
140
+ [
141
+ "republican",
142
+ 0.5473728775978088
143
+ ],
144
+ [
145
+ "leading",
146
+ 0.5134619474411011
147
+ ],
148
+ [
149
+ "kudlow",
150
+ 0.5027688145637512
151
+ ],
152
+ [
153
+ "nbc",
154
+ 0.4689067602157593
155
+ ]
156
+ ],
157
+ "6": [
158
+ [
159
+ "verdict",
160
+ 0.4898943603038788
161
+ ],
162
+ [
163
+ "prosecutor",
164
+ 0.4851152300834656
165
+ ],
166
+ [
167
+ "kamala",
168
+ 0.46877866983413696
169
+ ],
170
+ [
171
+ "dismissed",
172
+ 0.4544864892959595
173
+ ],
174
+ [
175
+ "georgia",
176
+ 0.43054184317588806
177
+ ]
178
+ ],
179
+ "7": [
180
+ [
181
+ "voters",
182
+ 0.6315085887908936
183
+ ],
184
+ [
185
+ "disenfranchise",
186
+ 0.5349935293197632
187
+ ],
188
+ [
189
+ "cheated",
190
+ 0.5260069370269775
191
+ ],
192
+ [
193
+ "results",
194
+ 0.4620933532714844
195
+ ],
196
+ [
197
+ "missouri",
198
+ 0.4587172865867615
199
+ ]
200
+ ],
201
+ "8": [
202
+ [
203
+ "soleimani",
204
+ 0.5099892616271973
205
+ ],
206
+ [
207
+ "hamas",
208
+ 0.5088428854942322
209
+ ],
210
+ [
211
+ "jerusalem",
212
+ 0.49752599000930786
213
+ ],
214
+ [
215
+ "egypt",
216
+ 0.4215976297855377
217
+ ],
218
+ [
219
+ "accords",
220
+ 0.41290006041526794
221
+ ]
222
+ ],
223
+ "9": [
224
+ [
225
+ "autoworkers",
226
+ 0.5320423245429993
227
+ ],
228
+ [
229
+ "electric",
230
+ 0.5190098285675049
231
+ ],
232
+ [
233
+ "joe",
234
+ 0.4955573081970215
235
+ ],
236
+ [
237
+ "repeal",
238
+ 0.4586758613586426
239
+ ],
240
+ [
241
+ "towing",
242
+ 0.43623942136764526
243
+ ]
244
+ ],
245
+ "10": [
246
+ [
247
+ "republican",
248
+ 0.5817596912384033
249
+ ],
250
+ [
251
+ "globalists",
252
+ 0.5055815577507019
253
+ ],
254
+ [
255
+ "2024",
256
+ 0.49960678815841675
257
+ ],
258
+ [
259
+ "jeb",
260
+ 0.4823340177536011
261
+ ],
262
+ [
263
+ "upcoming",
264
+ 0.4622480869293213
265
+ ]
266
+ ],
267
+ "11": [
268
+ [
269
+ "desantis",
270
+ 0.6845118403434753
271
+ ],
272
+ [
273
+ "cronies",
274
+ 0.5105704665184021
275
+ ],
276
+ [
277
+ "veto",
278
+ 0.502409040927887
279
+ ],
280
+ [
281
+ "resigned",
282
+ 0.5019643306732178
283
+ ],
284
+ [
285
+ "flip",
286
+ 0.4477109909057617
287
+ ]
288
+ ],
289
+ "12": [
290
+ [
291
+ "agenda",
292
+ 0.5737258195877075
293
+ ],
294
+ [
295
+ "defunded",
296
+ 0.5067847967147827
297
+ ],
298
+ [
299
+ "america",
300
+ 0.5063821077346802
301
+ ],
302
+ [
303
+ "abolish",
304
+ 0.5039454102516174
305
+ ],
306
+ [
307
+ "revolutionize",
308
+ 0.4928906559944153
309
+ ]
310
+ ]
311
+ },
312
+ "topics": [
313
+ -1,
314
+ -1,
315
+ -1,
316
+ 10,
317
+ 8,
318
+ -1,
319
+ 5,
320
+ -1,
321
+ -1,
322
+ 4,
323
+ 10,
324
+ 1,
325
+ -1,
326
+ 10,
327
+ 5,
328
+ -1,
329
+ 6,
330
+ -1,
331
+ -1,
332
+ 11,
333
+ -1,
334
+ 0,
335
+ -1,
336
+ 0,
337
+ -1,
338
+ 11,
339
+ -1,
340
+ -1,
341
+ 1,
342
+ -1,
343
+ 0,
344
+ -1,
345
+ -1,
346
+ 1,
347
+ 4,
348
+ 0,
349
+ -1,
350
+ 0,
351
+ 0,
352
+ -1,
353
+ 0,
354
+ 0,
355
+ 0,
356
+ 3,
357
+ 0,
358
+ 1,
359
+ 0,
360
+ 7,
361
+ 4,
362
+ 9,
363
+ 0,
364
+ -1,
365
+ 0,
366
+ 4,
367
+ -1,
368
+ 0,
369
+ 0,
370
+ -1,
371
+ 7,
372
+ 0,
373
+ -1,
374
+ 2,
375
+ -1,
376
+ 2,
377
+ -1,
378
+ -1,
379
+ -1,
380
+ 11,
381
+ -1,
382
+ -1,
383
+ -1,
384
+ -1,
385
+ -1,
386
+ 9,
387
+ -1,
388
+ -1,
389
+ 5,
390
+ -1,
391
+ -1,
392
+ 1,
393
+ 3,
394
+ 0,
395
+ 2,
396
+ 4,
397
+ 7,
398
+ 4,
399
+ 7,
400
+ -1,
401
+ 0,
402
+ -1,
403
+ -1,
404
+ 4,
405
+ -1,
406
+ 1,
407
+ -1,
408
+ 6,
409
+ 1,
410
+ -1,
411
+ 8,
412
+ -1,
413
+ 2,
414
+ -1,
415
+ -1,
416
+ 4,
417
+ -1,
418
+ -1,
419
+ -1,
420
+ 6,
421
+ -1,
422
+ 5,
423
+ -1,
424
+ 4,
425
+ 3,
426
+ -1,
427
+ 6,
428
+ -1,
429
+ 4,
430
+ 4,
431
+ -1,
432
+ 7,
433
+ -1,
434
+ -1,
435
+ 1,
436
+ 4,
437
+ -1,
438
+ -1,
439
+ -1,
440
+ -1,
441
+ -1,
442
+ -1,
443
+ -1,
444
+ 8,
445
+ -1,
446
+ 1,
447
+ 1,
448
+ 1,
449
+ -1,
450
+ 1,
451
+ -1,
452
+ 4,
453
+ -1,
454
+ 5,
455
+ 10,
456
+ 1,
457
+ -1,
458
+ -1,
459
+ 0,
460
+ -1,
461
+ 6,
462
+ 2,
463
+ -1,
464
+ -1,
465
+ 10,
466
+ -1,
467
+ -1,
468
+ 3,
469
+ -1,
470
+ -1,
471
+ -1,
472
+ -1,
473
+ -1,
474
+ -1,
475
+ -1,
476
+ -1,
477
+ -1,
478
+ -1,
479
+ -1,
480
+ 2,
481
+ -1,
482
+ 3,
483
+ 0,
484
+ 0,
485
+ -1,
486
+ 3,
487
+ -1,
488
+ 7,
489
+ -1,
490
+ -1,
491
+ -1,
492
+ 0,
493
+ 2,
494
+ -1,
495
+ 1,
496
+ 9,
497
+ -1,
498
+ 0,
499
+ 4,
500
+ -1,
501
+ -1,
502
+ -1,
503
+ -1,
504
+ -1,
505
+ -1,
506
+ 0,
507
+ 0,
508
+ -1,
509
+ 2,
510
+ -1,
511
+ -1,
512
+ -1,
513
+ -1,
514
+ 2,
515
+ 8,
516
+ -1,
517
+ 5,
518
+ 0,
519
+ -1,
520
+ -1,
521
+ 5,
522
+ -1,
523
+ 0,
524
+ 2,
525
+ -1,
526
+ -1,
527
+ 1,
528
+ 10,
529
+ -1,
530
+ 8,
531
+ -1,
532
+ 0,
533
+ 1,
534
+ 1,
535
+ 1,
536
+ -1,
537
+ 5,
538
+ 1,
539
+ 1,
540
+ 4,
541
+ 1,
542
+ -1,
543
+ 1,
544
+ -1,
545
+ 9,
546
+ -1,
547
+ -1,
548
+ -1,
549
+ -1,
550
+ 0,
551
+ -1,
552
+ 1,
553
+ 0,
554
+ -1,
555
+ 1,
556
+ -1,
557
+ -1,
558
+ -1,
559
+ -1,
560
+ 4,
561
+ -1,
562
+ -1,
563
+ -1,
564
+ -1,
565
+ -1,
566
+ 0,
567
+ -1,
568
+ -1,
569
+ -1,
570
+ -1,
571
+ 0,
572
+ -1,
573
+ -1,
574
+ 10,
575
+ -1,
576
+ 0,
577
+ -1,
578
+ -1,
579
+ 6,
580
+ 2,
581
+ -1,
582
+ -1,
583
+ 11,
584
+ 11,
585
+ -1,
586
+ -1,
587
+ -1,
588
+ 0,
589
+ 1,
590
+ 3,
591
+ -1,
592
+ 11,
593
+ -1,
594
+ -1,
595
+ 1,
596
+ -1,
597
+ -1,
598
+ -1,
599
+ 10,
600
+ -1,
601
+ 3,
602
+ -1,
603
+ 5,
604
+ 5,
605
+ 4,
606
+ 0,
607
+ -1,
608
+ 1,
609
+ -1,
610
+ -1,
611
+ 0,
612
+ 4,
613
+ -1,
614
+ -1,
615
+ -1,
616
+ 4,
617
+ 7,
618
+ -1,
619
+ -1,
620
+ -1,
621
+ -1,
622
+ -1,
623
+ 1,
624
+ 5,
625
+ -1,
626
+ 0,
627
+ -1,
628
+ 10,
629
+ -1,
630
+ -1,
631
+ -1,
632
+ -1,
633
+ -1,
634
+ -1,
635
+ -1,
636
+ 0,
637
+ -1,
638
+ 2,
639
+ 8,
640
+ 2,
641
+ -1,
642
+ 0,
643
+ -1,
644
+ 0,
645
+ 3,
646
+ -1,
647
+ -1,
648
+ -1,
649
+ 0,
650
+ 0,
651
+ -1,
652
+ -1,
653
+ -1,
654
+ -1,
655
+ 1,
656
+ -1,
657
+ 0,
658
+ 5,
659
+ 1,
660
+ 2,
661
+ -1,
662
+ -1,
663
+ 6,
664
+ 6,
665
+ 10,
666
+ 5,
667
+ 9,
668
+ -1,
669
+ -1,
670
+ -1,
671
+ 1,
672
+ -1,
673
+ -1,
674
+ -1,
675
+ 9,
676
+ 4,
677
+ -1,
678
+ 0,
679
+ -1,
680
+ -1,
681
+ -1,
682
+ -1,
683
+ -1,
684
+ -1,
685
+ 2,
686
+ -1,
687
+ 0,
688
+ -1,
689
+ -1,
690
+ -1,
691
+ 0,
692
+ -1,
693
+ -1,
694
+ 1,
695
+ 0,
696
+ 8,
697
+ 1,
698
+ -1,
699
+ 8,
700
+ -1,
701
+ 8,
702
+ -1,
703
+ -1,
704
+ -1,
705
+ 8,
706
+ -1,
707
+ -1,
708
+ -1,
709
+ -1,
710
+ -1,
711
+ -1,
712
+ 6,
713
+ -1,
714
+ -1,
715
+ -1,
716
+ 7,
717
+ 2,
718
+ 2,
719
+ -1,
720
+ -1,
721
+ 6,
722
+ -1,
723
+ 0,
724
+ 4,
725
+ -1,
726
+ -1,
727
+ 4,
728
+ -1,
729
+ -1,
730
+ 0,
731
+ -1,
732
+ 9,
733
+ 9,
734
+ 0,
735
+ 8,
736
+ -1,
737
+ 2,
738
+ 8,
739
+ -1,
740
+ -1,
741
+ 8,
742
+ 8,
743
+ 0,
744
+ 0,
745
+ 8,
746
+ -1,
747
+ 8,
748
+ 8,
749
+ 8,
750
+ 1,
751
+ 0,
752
+ -1,
753
+ 2,
754
+ 0,
755
+ 0,
756
+ 0,
757
+ 8,
758
+ 4,
759
+ -1,
760
+ -1,
761
+ 6,
762
+ -1,
763
+ -1,
764
+ 4,
765
+ 10,
766
+ 6,
767
+ -1,
768
+ 0,
769
+ 0,
770
+ 0,
771
+ 4,
772
+ 2,
773
+ 2,
774
+ 0,
775
+ 10,
776
+ -1,
777
+ 4,
778
+ 10,
779
+ -1,
780
+ 9,
781
+ 9,
782
+ -1,
783
+ -1,
784
+ 0,
785
+ 0,
786
+ -1,
787
+ 0,
788
+ -1,
789
+ -1,
790
+ 0,
791
+ 1,
792
+ -1,
793
+ 1,
794
+ -1,
795
+ -1,
796
+ -1,
797
+ -1,
798
+ 0,
799
+ -1,
800
+ 5,
801
+ 0,
802
+ -1,
803
+ -1,
804
+ 9,
805
+ 9,
806
+ 0,
807
+ 9,
808
+ 9,
809
+ -1,
810
+ 9,
811
+ 9,
812
+ 9,
813
+ -1,
814
+ 4,
815
+ -1,
816
+ 9,
817
+ -1,
818
+ -1,
819
+ -1,
820
+ 6,
821
+ 0,
822
+ -1,
823
+ 7,
824
+ -1,
825
+ -1,
826
+ -1,
827
+ -1,
828
+ -1,
829
+ -1,
830
+ -1,
831
+ 5,
832
+ -1,
833
+ 0,
834
+ 0,
835
+ 4,
836
+ -1,
837
+ 1,
838
+ 10,
839
+ 9,
840
+ 4,
841
+ 0,
842
+ 9,
843
+ -1,
844
+ -1,
845
+ 0,
846
+ -1,
847
+ 0,
848
+ 0,
849
+ 0,
850
+ -1,
851
+ 9,
852
+ -1,
853
+ -1,
854
+ -1,
855
+ -1,
856
+ -1,
857
+ 0,
858
+ 0,
859
+ 0,
860
+ -1,
861
+ 0,
862
+ 8,
863
+ 1,
864
+ -1,
865
+ -1,
866
+ 2,
867
+ 0,
868
+ 1,
869
+ 0,
870
+ 1,
871
+ 0,
872
+ 12,
873
+ -1,
874
+ -1,
875
+ -1,
876
+ 2,
877
+ -1,
878
+ -1,
879
+ 0,
880
+ -1,
881
+ -1,
882
+ 6,
883
+ 6,
884
+ 9,
885
+ -1,
886
+ -1,
887
+ 0,
888
+ 0,
889
+ 7,
890
+ -1,
891
+ 0,
892
+ 11,
893
+ -1,
894
+ -1,
895
+ -1,
896
+ -1,
897
+ 9,
898
+ 11,
899
+ -1,
900
+ -1,
901
+ 4,
902
+ 5,
903
+ 0,
904
+ -1,
905
+ 1,
906
+ -1,
907
+ -1,
908
+ 7,
909
+ 7,
910
+ 2,
911
+ -1,
912
+ 5,
913
+ -1,
914
+ -1,
915
+ -1,
916
+ 7,
917
+ -1,
918
+ -1,
919
+ -1,
920
+ -1,
921
+ 5,
922
+ -1,
923
+ -1,
924
+ 6,
925
+ -1,
926
+ -1,
927
+ -1,
928
+ -1,
929
+ 3,
930
+ 7,
931
+ 0,
932
+ -1,
933
+ -1,
934
+ 0,
935
+ -1,
936
+ -1,
937
+ -1,
938
+ 0,
939
+ -1,
940
+ 4,
941
+ 4,
942
+ -1,
943
+ -1,
944
+ -1,
945
+ -1,
946
+ -1,
947
+ -1,
948
+ 5,
949
+ -1,
950
+ 0,
951
+ 0,
952
+ -1,
953
+ -1,
954
+ -1,
955
+ 7,
956
+ -1,
957
+ 10,
958
+ 0,
959
+ 0,
960
+ 0,
961
+ -1,
962
+ 1,
963
+ -1,
964
+ -1,
965
+ -1,
966
+ 11,
967
+ -1,
968
+ 12,
969
+ 12,
970
+ -1,
971
+ -1,
972
+ 2,
973
+ -1,
974
+ 0,
975
+ 5,
976
+ 0,
977
+ -1,
978
+ 0,
979
+ 0,
980
+ -1,
981
+ -1,
982
+ 2,
983
+ -1,
984
+ 2,
985
+ 6,
986
+ 5,
987
+ 6,
988
+ -1,
989
+ -1,
990
+ 0,
991
+ -1,
992
+ 0,
993
+ -1,
994
+ -1,
995
+ 5,
996
+ -1,
997
+ -1,
998
+ 9,
999
+ 10,
1000
+ -1,
1001
+ 12,
1002
+ 1,
1003
+ -1,
1004
+ 4,
1005
+ -1,
1006
+ -1,
1007
+ 5,
1008
+ -1,
1009
+ 0,
1010
+ -1,
1011
+ -1,
1012
+ 6,
1013
+ -1,
1014
+ 6,
1015
+ -1,
1016
+ -1,
1017
+ 3,
1018
+ -1,
1019
+ -1,
1020
+ 2,
1021
+ 2,
1022
+ 2,
1023
+ 2,
1024
+ 0,
1025
+ 0,
1026
+ -1,
1027
+ 12,
1028
+ -1,
1029
+ 11,
1030
+ -1,
1031
+ 8,
1032
+ 11,
1033
+ -1,
1034
+ 0,
1035
+ 3,
1036
+ 3,
1037
+ 0,
1038
+ 0,
1039
+ 11,
1040
+ 12,
1041
+ 1,
1042
+ 0,
1043
+ 0,
1044
+ -1,
1045
+ 0,
1046
+ -1,
1047
+ 11,
1048
+ 11,
1049
+ -1,
1050
+ -1,
1051
+ 7,
1052
+ 7,
1053
+ 5,
1054
+ 2,
1055
+ 5,
1056
+ 5,
1057
+ 3,
1058
+ 11,
1059
+ -1,
1060
+ -1,
1061
+ -1,
1062
+ -1,
1063
+ -1,
1064
+ -1,
1065
+ -1,
1066
+ 5,
1067
+ 1,
1068
+ -1,
1069
+ 1,
1070
+ 1,
1071
+ 1,
1072
+ 1,
1073
+ -1,
1074
+ -1,
1075
+ -1,
1076
+ 0,
1077
+ -1,
1078
+ -1,
1079
+ 6,
1080
+ 6,
1081
+ -1,
1082
+ 6,
1083
+ 5,
1084
+ 8,
1085
+ 0,
1086
+ -1,
1087
+ 0,
1088
+ 0,
1089
+ -1,
1090
+ -1,
1091
+ 2,
1092
+ 10,
1093
+ 4,
1094
+ -1,
1095
+ -1,
1096
+ 2,
1097
+ -1,
1098
+ -1,
1099
+ -1,
1100
+ -1,
1101
+ -1,
1102
+ -1,
1103
+ -1,
1104
+ -1,
1105
+ -1,
1106
+ -1,
1107
+ -1,
1108
+ 0,
1109
+ -1,
1110
+ -1,
1111
+ -1,
1112
+ 11,
1113
+ 1,
1114
+ 10,
1115
+ -1,
1116
+ 3,
1117
+ 5,
1118
+ 4,
1119
+ -1,
1120
+ -1,
1121
+ -1,
1122
+ 0,
1123
+ -1,
1124
+ -1,
1125
+ 3,
1126
+ -1,
1127
+ 2,
1128
+ 10,
1129
+ -1,
1130
+ 4,
1131
+ -1,
1132
+ -1,
1133
+ 7,
1134
+ -1,
1135
+ 7,
1136
+ 7,
1137
+ 7,
1138
+ -1,
1139
+ -1,
1140
+ 0,
1141
+ -1,
1142
+ -1,
1143
+ -1,
1144
+ 12,
1145
+ 12,
1146
+ 0,
1147
+ 3,
1148
+ 0,
1149
+ 10,
1150
+ 12,
1151
+ 0,
1152
+ -1,
1153
+ 11,
1154
+ 0,
1155
+ -1,
1156
+ -1,
1157
+ 6,
1158
+ -1,
1159
+ 6,
1160
+ 6,
1161
+ -1,
1162
+ -1,
1163
+ -1,
1164
+ 0,
1165
+ -1,
1166
+ -1,
1167
+ 2,
1168
+ 11,
1169
+ -1,
1170
+ 2,
1171
+ -1,
1172
+ -1,
1173
+ 0,
1174
+ 0,
1175
+ 7,
1176
+ -1,
1177
+ -1,
1178
+ -1,
1179
+ 11,
1180
+ 6,
1181
+ 7,
1182
+ -1,
1183
+ 0,
1184
+ -1,
1185
+ 6,
1186
+ 6,
1187
+ -1,
1188
+ -1,
1189
+ -1,
1190
+ 12,
1191
+ 12,
1192
+ -1,
1193
+ 0,
1194
+ -1,
1195
+ 12,
1196
+ 12,
1197
+ 12,
1198
+ -1,
1199
+ -1,
1200
+ -1,
1201
+ 0,
1202
+ -1,
1203
+ -1,
1204
+ 0,
1205
+ 7,
1206
+ 12,
1207
+ 0,
1208
+ 0,
1209
+ -1,
1210
+ -1,
1211
+ 3,
1212
+ 5,
1213
+ 0,
1214
+ -1,
1215
+ 0,
1216
+ 0,
1217
+ -1,
1218
+ 11,
1219
+ -1,
1220
+ -1,
1221
+ 7,
1222
+ -1,
1223
+ 1,
1224
+ 0,
1225
+ 0,
1226
+ -1,
1227
+ 10,
1228
+ 2,
1229
+ 0,
1230
+ 12,
1231
+ 0,
1232
+ -1,
1233
+ -1,
1234
+ 1,
1235
+ -1,
1236
+ 4,
1237
+ 12,
1238
+ 12,
1239
+ 11,
1240
+ -1,
1241
+ -1,
1242
+ -1,
1243
+ 12,
1244
+ 7,
1245
+ -1,
1246
+ 12,
1247
+ -1,
1248
+ 0,
1249
+ 5,
1250
+ -1,
1251
+ -1,
1252
+ -1,
1253
+ 3,
1254
+ 2,
1255
+ 8,
1256
+ -1,
1257
+ -1,
1258
+ 8,
1259
+ -1,
1260
+ -1,
1261
+ -1,
1262
+ -1,
1263
+ -1,
1264
+ 8,
1265
+ -1,
1266
+ -1,
1267
+ -1,
1268
+ -1,
1269
+ 12,
1270
+ -1,
1271
+ 3,
1272
+ -1,
1273
+ -1,
1274
+ -1,
1275
+ -1,
1276
+ -1,
1277
+ -1,
1278
+ -1,
1279
+ -1,
1280
+ -1,
1281
+ -1,
1282
+ -1,
1283
+ -1,
1284
+ 2,
1285
+ 2,
1286
+ -1,
1287
+ -1,
1288
+ -1,
1289
+ -1,
1290
+ -1,
1291
+ -1,
1292
+ 11,
1293
+ 0,
1294
+ -1,
1295
+ -1,
1296
+ -1,
1297
+ -1,
1298
+ 2,
1299
+ 0,
1300
+ 1,
1301
+ -1,
1302
+ -1,
1303
+ -1,
1304
+ -1,
1305
+ 2,
1306
+ -1,
1307
+ 2,
1308
+ 2,
1309
+ 3,
1310
+ 6,
1311
+ -1,
1312
+ -1,
1313
+ 3,
1314
+ 10,
1315
+ 3,
1316
+ -1,
1317
+ -1,
1318
+ -1,
1319
+ -1,
1320
+ -1,
1321
+ -1,
1322
+ -1,
1323
+ 0,
1324
+ -1,
1325
+ -1,
1326
+ -1,
1327
+ -1,
1328
+ -1,
1329
+ -1,
1330
+ -1,
1331
+ 7,
1332
+ -1,
1333
+ -1,
1334
+ 1,
1335
+ -1,
1336
+ -1,
1337
+ -1,
1338
+ -1,
1339
+ -1,
1340
+ -1,
1341
+ -1,
1342
+ -1,
1343
+ 1,
1344
+ -1,
1345
+ -1,
1346
+ 1,
1347
+ 1,
1348
+ 3,
1349
+ -1,
1350
+ -1,
1351
+ 3,
1352
+ -1,
1353
+ -1,
1354
+ -1,
1355
+ -1,
1356
+ -1,
1357
+ 3,
1358
+ -1,
1359
+ 3,
1360
+ 3,
1361
+ 1,
1362
+ 1,
1363
+ 3,
1364
+ 3,
1365
+ 1,
1366
+ 1,
1367
+ 0,
1368
+ -1,
1369
+ -1,
1370
+ -1,
1371
+ -1,
1372
+ -1,
1373
+ -1,
1374
+ -1,
1375
+ 1,
1376
+ -1,
1377
+ 3,
1378
+ 6,
1379
+ 5,
1380
+ -1,
1381
+ -1,
1382
+ -1,
1383
+ 1,
1384
+ 3,
1385
+ -1,
1386
+ 3,
1387
+ 1,
1388
+ -1,
1389
+ -1,
1390
+ 3,
1391
+ 3,
1392
+ 3,
1393
+ 3,
1394
+ 7,
1395
+ 3,
1396
+ -1,
1397
+ 3,
1398
+ 0,
1399
+ 7,
1400
+ -1,
1401
+ 3,
1402
+ 1,
1403
+ -1,
1404
+ -1,
1405
+ -1,
1406
+ -1,
1407
+ -1,
1408
+ -1,
1409
+ 3,
1410
+ 3,
1411
+ -1,
1412
+ -1,
1413
+ 3,
1414
+ 3,
1415
+ -1,
1416
+ -1,
1417
+ -1
1418
+ ],
1419
+ "topic_sizes": {
1420
+ "-1": 565,
1421
+ "10": 22,
1422
+ "8": 25,
1423
+ "5": 32,
1424
+ "4": 37,
1425
+ "1": 65,
1426
+ "6": 31,
1427
+ "11": 22,
1428
+ "0": 143,
1429
+ "3": 44,
1430
+ "7": 29,
1431
+ "9": 24,
1432
+ "2": 45,
1433
+ "12": 21
1434
+ },
1435
+ "topic_mapper": [
1436
+ [
1437
+ -1,
1438
+ -1,
1439
+ -1
1440
+ ],
1441
+ [
1442
+ 0,
1443
+ 0,
1444
+ 12
1445
+ ],
1446
+ [
1447
+ 1,
1448
+ 1,
1449
+ 1
1450
+ ],
1451
+ [
1452
+ 2,
1453
+ 2,
1454
+ 4
1455
+ ],
1456
+ [
1457
+ 3,
1458
+ 3,
1459
+ 9
1460
+ ],
1461
+ [
1462
+ 4,
1463
+ 4,
1464
+ 11
1465
+ ],
1466
+ [
1467
+ 5,
1468
+ 5,
1469
+ 5
1470
+ ],
1471
+ [
1472
+ 6,
1473
+ 6,
1474
+ 10
1475
+ ],
1476
+ [
1477
+ 7,
1478
+ 7,
1479
+ 0
1480
+ ],
1481
+ [
1482
+ 8,
1483
+ 8,
1484
+ 8
1485
+ ],
1486
+ [
1487
+ 9,
1488
+ 9,
1489
+ 2
1490
+ ],
1491
+ [
1492
+ 10,
1493
+ 10,
1494
+ 3
1495
+ ],
1496
+ [
1497
+ 11,
1498
+ 11,
1499
+ 7
1500
+ ],
1501
+ [
1502
+ 12,
1503
+ 12,
1504
+ 6
1505
+ ]
1506
+ ],
1507
+ "topic_labels": {
1508
+ "-1": "-1_obama_republicans_washington_conspiracy",
1509
+ "0": "0_iowa_caucus_speech_patriots",
1510
+ "1": "1_illegals_texas_border_governor",
1511
+ "2": "2_zelensky_nordstream_kakhovka_podcast",
1512
+ "3": "3_twitter_fbi_tyranny_australia",
1513
+ "4": "4_bidenomics_huckabee_joe_delaware",
1514
+ "5": "5_polls_republican_leading_kudlow",
1515
+ "6": "6_verdict_prosecutor_kamala_dismissed",
1516
+ "7": "7_voters_disenfranchise_cheated_results",
1517
+ "8": "8_soleimani_hamas_jerusalem_egypt",
1518
+ "9": "9_autoworkers_electric_joe_repeal",
1519
+ "10": "10_republican_globalists_2024_jeb",
1520
+ "11": "11_desantis_cronies_veto_resigned",
1521
+ "12": "12_agenda_defunded_america_abolish"
1522
+ },
1523
+ "custom_labels": null,
1524
+ "_outliers": 1,
1525
+ "topic_aspects": {}
1526
+ }