mteb 2.0.4__py3-none-any.whl → 2.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. mteb/descriptive_stats/BitextMining/BUCC.json +70 -40
  2. mteb/descriptive_stats/Classification/DKHateClassification.json +40 -24
  3. mteb/descriptive_stats/Classification/FinancialPhrasebankClassification.json +23 -15
  4. mteb/descriptive_stats/Classification/ImdbClassification.json +40 -24
  5. mteb/descriptive_stats/Classification/KorHateClassification.json +23 -15
  6. mteb/descriptive_stats/Clustering/ArxivClusteringP2P.json +555 -550
  7. mteb/descriptive_stats/Clustering/ArxivClusteringP2P.v2.json +546 -541
  8. mteb/descriptive_stats/Clustering/ArxivClusteringS2S.json +555 -550
  9. mteb/descriptive_stats/Clustering/MLSUMClusteringP2P.json +2466 -2416
  10. mteb/descriptive_stats/Clustering/RedditClusteringP2P.json +1365 -1360
  11. mteb/descriptive_stats/Clustering/SNLClustering.json +378 -373
  12. mteb/descriptive_stats/Clustering/SwednClustering.json +28 -23
  13. mteb/descriptive_stats/Clustering/VGClustering.json +54 -49
  14. mteb/descriptive_stats/Image/Any2AnyMultilingualRetrieval/WITT2IRetrieval.json +324 -204
  15. mteb/descriptive_stats/Image/Any2AnyRetrieval/MemotionI2TRetrieval.json +28 -18
  16. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRAirbnbSyntheticRetrieval.json +334 -0
  17. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRGitHubReadmeRetrieval.json +544 -0
  18. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRTweetStockSyntheticsRetrieval.json +334 -0
  19. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRWikimediaCommonsDocumentsRetrieval.json +634 -0
  20. mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore2ESGReportsRetrieval.json +154 -0
  21. mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore2EconomicsReportsRetrieval.json +154 -0
  22. mteb/descriptive_stats/Image/ImageClassification/Imagenet1k.json +6039 -3007
  23. mteb/descriptive_stats/Image/ZeroShotClassification/Imagenet1kZeroShot.json +3024 -3010
  24. mteb/descriptive_stats/Image/ZeroShotClassification/PatchCamelyonZeroShot.json +30 -16
  25. mteb/descriptive_stats/Reranking/MIRACLReranking.json +555 -479
  26. mteb/descriptive_stats/Reranking/MindSmallReranking.json +29 -25
  27. mteb/descriptive_stats/Retrieval/AlloprofRetrieval.json +25 -26
  28. mteb/descriptive_stats/Retrieval/Code1Retrieval.json +30 -0
  29. mteb/descriptive_stats/Retrieval/DanFEVER.json +25 -26
  30. mteb/descriptive_stats/Retrieval/EnglishFinance1Retrieval.json +30 -0
  31. mteb/descriptive_stats/Retrieval/EnglishFinance2Retrieval.json +30 -0
  32. mteb/descriptive_stats/Retrieval/EnglishFinance3Retrieval.json +30 -0
  33. mteb/descriptive_stats/Retrieval/EnglishFinance4Retrieval.json +30 -0
  34. mteb/descriptive_stats/Retrieval/EnglishHealthcare1Retrieval.json +30 -0
  35. mteb/descriptive_stats/Retrieval/French1Retrieval.json +30 -0
  36. mteb/descriptive_stats/Retrieval/FrenchLegal1Retrieval.json +30 -0
  37. mteb/descriptive_stats/Retrieval/German1Retrieval.json +30 -0
  38. mteb/descriptive_stats/Retrieval/GermanHealthcare1Retrieval.json +30 -0
  39. mteb/descriptive_stats/Retrieval/GermanLegal1Retrieval.json +30 -0
  40. mteb/descriptive_stats/Retrieval/JapaneseCode1Retrieval.json +30 -0
  41. mteb/descriptive_stats/Retrieval/JapaneseLegal1Retrieval.json +30 -0
  42. mteb/descriptive_stats/Retrieval/MIRACLRetrieval.json +475 -494
  43. mteb/descriptive_stats/Retrieval/MSMARCO-Fa.json +25 -26
  44. mteb/descriptive_stats/Retrieval/MSMARCO.json +25 -84
  45. mteb/descriptive_stats/Retrieval/Touche2020.json +25 -26
  46. mteb/descriptive_stats/Summarization/SummEval.json +27 -50
  47. mteb/descriptive_stats/Summarization/SummEvalFr.json +27 -50
  48. mteb/models/model_implementations/kalm_models.py +29 -0
  49. mteb/tasks/bitext_mining/multilingual/bucc_bitext_mining.py +1 -1
  50. mteb/tasks/classification/eng/financial_phrasebank_classification.py +0 -3
  51. mteb/tasks/classification/kor/kor_hate_classification.py +0 -12
  52. mteb/tasks/clustering/swe/swedn_clustering.py +2 -2
  53. mteb/tasks/retrieval/multilingual/vdr_multilingual_retrieval.py +1 -1
  54. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/METADATA +1 -1
  55. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/RECORD +59 -40
  56. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/WHEEL +0 -0
  57. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/entry_points.txt +0 -0
  58. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/licenses/LICENSE +0 -0
  59. {mteb-2.0.4.dist-info → mteb-2.0.5.dist-info}/top_level.txt +0 -0
@@ -1,546 +1,551 @@
1
1
  {
2
2
  "test": {
3
- "num_samples": 31,
4
- "number_of_characters": 63488,
5
- "min_text_length": 2048,
6
- "average_text_length": 2048.0,
7
- "max_text_length": 2048,
8
- "unique_texts": 62714,
9
- "min_labels_per_text": 1,
10
- "average_labels_per_text": 2048.0,
11
- "max_labels_per_text": 4933,
12
- "unique_labels": 177,
13
- "labels": {
14
- "hep": {
15
- "count": 2533
16
- },
17
- "cs": {
18
- "count": 4933
19
- },
20
- "math": {
21
- "count": 4626
22
- },
23
- "other": {
24
- "count": 1123
25
- },
26
- "astro-ph": {
27
- "count": 4334
28
- },
29
- "cond-mat": {
30
- "count": 2660
31
- },
32
- "stat": {
33
- "count": 758
34
- },
35
- "q-bio": {
36
- "count": 234
37
- },
38
- "eess": {
39
- "count": 215
40
- },
41
- "quant-ph": {
42
- "count": 3831
43
- },
44
- "q-fin": {
45
- "count": 81
46
- },
47
- "econ": {
48
- "count": 35
49
- },
50
- "cs.RO": {
51
- "count": 190
52
- },
53
- "gr-qc": {
54
- "count": 617
55
- },
56
- "cs.AI": {
57
- "count": 224
58
- },
59
- "physics.acc-ph": {
60
- "count": 68
61
- },
62
- "math.GR": {
63
- "count": 151
64
- },
65
- "hep-th": {
66
- "count": 1713
67
- },
68
- "cond-mat.stat-mech": {
69
- "count": 1392
70
- },
71
- "cs.IT": {
72
- "count": 385
73
- },
74
- "math.FA": {
75
- "count": 212
76
- },
77
- "math-ph": {
78
- "count": 415
79
- },
80
- "physics.chem-ph": {
81
- "count": 118
82
- },
83
- "hep-ph": {
84
- "count": 2086
85
- },
86
- "cond-mat.mes-hall": {
87
- "count": 1025
88
- },
89
- "cs.LG": {
90
- "count": 728
91
- },
92
- "physics.geo-ph": {
93
- "count": 46
94
- },
95
- "cs.HC": {
96
- "count": 80
97
- },
98
- "chao-dyn": {
99
- "count": 15
100
- },
101
- "cond-mat.str-el": {
102
- "count": 744
103
- },
104
- "physics.optics": {
105
- "count": 312
106
- },
107
- "cs.CL": {
108
- "count": 394
109
- },
110
- "cs.IR": {
111
- "count": 98
112
- },
113
- "nucl-th": {
114
- "count": 334
115
- },
116
- "math.AG": {
117
- "count": 386
118
- },
119
- "math.SG": {
120
- "count": 64
121
- },
122
- "q-bio.BM": {
123
- "count": 221
124
- },
125
- "astro-ph.SR": {
126
- "count": 648
127
- },
128
- "math.DS": {
129
- "count": 276
130
- },
131
- "cs.SE": {
132
- "count": 110
133
- },
134
- "math.AP": {
135
- "count": 547
136
- },
137
- "astro-ph.EP": {
138
- "count": 340
139
- },
140
- "math.QA": {
141
- "count": 115
142
- },
143
- "cs.CG": {
144
- "count": 52
145
- },
146
- "cs.CV": {
147
- "count": 762
148
- },
149
- "cs.DM": {
150
- "count": 61
151
- },
152
- "q-bio.MN": {
153
- "count": 190
154
- },
155
- "physics.gen-ph": {
156
- "count": 115
157
- },
158
- "cond-mat.supr-con": {
159
- "count": 496
160
- },
161
- "cs.DB": {
162
- "count": 67
163
- },
164
- "eess.SY": {
165
- "count": 586
166
- },
167
- "cs.GT": {
168
- "count": 67
169
- },
170
- "physics.plasm-ph": {
171
- "count": 132
172
- },
173
- "math.CO": {
174
- "count": 517
175
- },
176
- "astro-ph.IM": {
177
- "count": 252
178
- },
179
- "math.GT": {
180
- "count": 204
181
- },
182
- "math.NT": {
183
- "count": 393
184
- },
185
- "physics.atom-ph": {
186
- "count": 146
187
- },
188
- "cs.DS": {
189
- "count": 179
190
- },
191
- "astro-ph.GA": {
192
- "count": 650
193
- },
194
- "math.SP": {
195
- "count": 73
196
- },
197
- "math.OC": {
198
- "count": 344
199
- },
200
- "math.DG": {
201
- "count": 350
202
- },
203
- "hep-lat": {
204
- "count": 315
205
- },
206
- "physics.data-an": {
207
- "count": 45
208
- },
209
- "cs.SI": {
210
- "count": 110
211
- },
212
- "stat.AP": {
213
- "count": 274
214
- },
215
- "cond-mat.mtrl-sci": {
216
- "count": 960
217
- },
218
- "cs.PL": {
219
- "count": 58
220
- },
221
- "cs.SY": {
222
- "count": 84
223
- },
224
- "math.RT": {
225
- "count": 181
226
- },
227
- "physics.app-ph": {
228
- "count": 105
229
- },
230
- "math.RA": {
231
- "count": 123
232
- },
233
- "stat.ML": {
234
- "count": 475
235
- },
236
- "stat.ME": {
237
- "count": 540
238
- },
239
- "math.PR": {
240
- "count": 505
241
- },
242
- "hep-ex": {
243
- "count": 365
244
- },
245
- "math.NA": {
246
- "count": 298
247
- },
248
- "math.MG": {
249
- "count": 63
250
- },
251
- "astro-ph.CO": {
252
- "count": 663
253
- },
254
- "physics.ins-det": {
255
- "count": 162
256
- },
257
- "nlin.CD": {
258
- "count": 72
259
- },
260
- "math.CA": {
261
- "count": 218
262
- },
263
- "cond-mat.other": {
264
- "count": 108
265
- },
266
- "math.CV": {
267
- "count": 120
268
- },
269
- "cs.PF": {
270
- "count": 13
271
- },
272
- "q-bio.PE": {
273
- "count": 585
274
- },
275
- "math.OA": {
276
- "count": 106
277
- },
278
- "cs.CY": {
279
- "count": 99
280
- },
281
- "math.AT": {
282
- "count": 113
283
- },
284
- "cond-mat.quant-gas": {
285
- "count": 218
286
- },
287
- "cs.CE": {
288
- "count": 30
289
- },
290
- "astro-ph.HE": {
291
- "count": 554
292
- },
293
- "cond-mat.soft": {
294
- "count": 422
295
- },
296
- "cs.NI": {
297
- "count": 202
298
- },
299
- "math.ST": {
300
- "count": 231
301
- },
302
- "cond-mat.dis-nn": {
303
- "count": 219
304
- },
305
- "physics.flu-dyn": {
306
- "count": 216
307
- },
308
- "q-bio.QM": {
309
- "count": 363
310
- },
311
- "cs.FL": {
312
- "count": 34
313
- },
314
- "cs.NE": {
315
- "count": 60
316
- },
317
- "physics.atm-clus": {
318
- "count": 13
319
- },
320
- "nucl-ex": {
321
- "count": 116
322
- },
323
- "math.AC": {
324
- "count": 122
325
- },
326
- "physics.soc-ph": {
327
- "count": 139
328
- },
329
- "cs.SC": {
330
- "count": 17
331
- },
332
- "dg-ga": {
333
- "count": 8
334
- },
335
- "cs.CR": {
336
- "count": 198
337
- },
338
- "cs.LO": {
339
- "count": 117
340
- },
341
- "eess.SP": {
342
- "count": 975
343
- },
344
- "math.CT": {
345
- "count": 45
346
- },
347
- "nlin.SI": {
348
- "count": 56
349
- },
350
- "math.LO": {
351
- "count": 95
352
- },
353
- "physics.ed-ph": {
354
- "count": 28
355
- },
356
- "alg-geom": {
357
- "count": 16
358
- },
359
- "physics.comp-ph": {
360
- "count": 108
361
- },
362
- "math.GM": {
363
- "count": 44
364
- },
365
- "q-fin.GN": {
366
- "count": 285
367
- },
368
- "math.GN": {
369
- "count": 42
370
- },
371
- "eess.AS": {
372
- "count": 215
373
- },
374
- "eess.IV": {
375
- "count": 612
376
- },
377
- "math.HO": {
378
- "count": 31
379
- },
380
- "nlin.AO": {
381
- "count": 17
382
- },
383
- "physics.pop-ph": {
384
- "count": 24
385
- },
386
- "cs.GR": {
387
- "count": 15
388
- },
389
- "q-bio.CB": {
390
- "count": 89
391
- },
392
- "nlin.PS": {
393
- "count": 45
394
- },
395
- "cs.SD": {
396
- "count": 58
397
- },
398
- "econ.GN": {
399
- "count": 894
400
- },
401
- "cs.DC": {
402
- "count": 117
403
- },
404
- "physics.ao-ph": {
405
- "count": 40
406
- },
407
- "math.KT": {
408
- "count": 15
409
- },
410
- "cs.DL": {
411
- "count": 50
412
- },
413
- "stat.CO": {
414
- "count": 118
415
- },
416
- "physics.space-ph": {
417
- "count": 30
418
- },
419
- "q-bio.GN": {
420
- "count": 158
421
- },
422
- "cs.AR": {
423
- "count": 20
424
- },
425
- "cs.NA": {
426
- "count": 17
427
- },
428
- "chem-ph": {
429
- "count": 2
430
- },
431
- "physics.bio-ph": {
432
- "count": 93
433
- },
434
- "physics.class-ph": {
435
- "count": 61
436
- },
437
- "physics.hist-ph": {
438
- "count": 38
439
- },
440
- "q-bio.NC": {
441
- "count": 431
442
- },
443
- "cs.CC": {
444
- "count": 58
445
- },
446
- "acc-phys": {
447
- "count": 3
448
- },
449
- "q-fin.MF": {
450
- "count": 268
451
- },
452
- "stat.OT": {
453
- "count": 13
454
- },
455
- "q-fin.PR": {
456
- "count": 266
457
- },
458
- "q-bio.OT": {
459
- "count": 67
460
- },
461
- "q-fin.RM": {
462
- "count": 248
463
- },
464
- "q-fin.ST": {
465
- "count": 331
466
- },
467
- "physics.med-ph": {
468
- "count": 42
469
- },
470
- "cs.MM": {
471
- "count": 21
472
- },
473
- "cs.MA": {
474
- "count": 28
475
- },
476
- "q-alg": {
477
- "count": 17
478
- },
479
- "q-fin.PM": {
480
- "count": 211
481
- },
482
- "comp-gas": {
483
- "count": 6
484
- },
485
- "q-fin.CP": {
486
- "count": 200
487
- },
488
- "econ.EM": {
489
- "count": 748
490
- },
491
- "cs.MS": {
492
- "count": 7
493
- },
494
- "cs.ET": {
495
- "count": 29
496
- },
497
- "q-bio.SC": {
498
- "count": 64
499
- },
500
- "nlin.CG": {
501
- "count": 5
502
- },
503
- "cmp-lg": {
504
- "count": 8
505
- },
506
- "cs.GL": {
507
- "count": 1
508
- },
509
- "econ.TH": {
510
- "count": 452
511
- },
512
- "q-fin.TR": {
513
- "count": 181
514
- },
515
- "atom-ph": {
516
- "count": 1
517
- },
518
- "funct-an": {
519
- "count": 4
520
- },
521
- "patt-sol": {
522
- "count": 4
523
- },
524
- "q-bio.TO": {
525
- "count": 93
526
- },
527
- "solv-int": {
528
- "count": 7
529
- },
530
- "cs.OH": {
531
- "count": 23
532
- },
533
- "cs.OS": {
534
- "count": 6
535
- },
536
- "adap-org": {
537
- "count": 2
538
- },
539
- "q-fin.EC": {
540
- "count": 97
541
- },
542
- "mtrl-th": {
543
- "count": 1
3
+ "num_samples": 63488,
4
+ "text_statistics": {
5
+ "total_text_length": 64326208,
6
+ "min_text_length": 64,
7
+ "average_text_length": 1013.202620967742,
8
+ "max_text_length": 3903,
9
+ "unique_texts": 62714
10
+ },
11
+ "image_statistics": null,
12
+ "label_statistics": {
13
+ "min_labels_per_text": 1,
14
+ "average_label_per_text": 1.0,
15
+ "max_labels_per_text": 1,
16
+ "unique_labels": 177,
17
+ "labels": {
18
+ "hep": {
19
+ "count": 2533
20
+ },
21
+ "cs": {
22
+ "count": 4933
23
+ },
24
+ "math": {
25
+ "count": 4626
26
+ },
27
+ "other": {
28
+ "count": 1123
29
+ },
30
+ "astro-ph": {
31
+ "count": 4334
32
+ },
33
+ "cond-mat": {
34
+ "count": 2660
35
+ },
36
+ "stat": {
37
+ "count": 758
38
+ },
39
+ "q-bio": {
40
+ "count": 234
41
+ },
42
+ "eess": {
43
+ "count": 215
44
+ },
45
+ "quant-ph": {
46
+ "count": 3831
47
+ },
48
+ "q-fin": {
49
+ "count": 81
50
+ },
51
+ "econ": {
52
+ "count": 35
53
+ },
54
+ "cs.RO": {
55
+ "count": 190
56
+ },
57
+ "gr-qc": {
58
+ "count": 617
59
+ },
60
+ "cs.AI": {
61
+ "count": 224
62
+ },
63
+ "physics.acc-ph": {
64
+ "count": 68
65
+ },
66
+ "math.GR": {
67
+ "count": 151
68
+ },
69
+ "hep-th": {
70
+ "count": 1713
71
+ },
72
+ "cond-mat.stat-mech": {
73
+ "count": 1392
74
+ },
75
+ "cs.IT": {
76
+ "count": 385
77
+ },
78
+ "math.FA": {
79
+ "count": 212
80
+ },
81
+ "math-ph": {
82
+ "count": 415
83
+ },
84
+ "physics.chem-ph": {
85
+ "count": 118
86
+ },
87
+ "hep-ph": {
88
+ "count": 2086
89
+ },
90
+ "cond-mat.mes-hall": {
91
+ "count": 1025
92
+ },
93
+ "cs.LG": {
94
+ "count": 728
95
+ },
96
+ "physics.geo-ph": {
97
+ "count": 46
98
+ },
99
+ "cs.HC": {
100
+ "count": 80
101
+ },
102
+ "chao-dyn": {
103
+ "count": 15
104
+ },
105
+ "cond-mat.str-el": {
106
+ "count": 744
107
+ },
108
+ "physics.optics": {
109
+ "count": 312
110
+ },
111
+ "cs.CL": {
112
+ "count": 394
113
+ },
114
+ "cs.IR": {
115
+ "count": 98
116
+ },
117
+ "nucl-th": {
118
+ "count": 334
119
+ },
120
+ "math.AG": {
121
+ "count": 386
122
+ },
123
+ "math.SG": {
124
+ "count": 64
125
+ },
126
+ "q-bio.BM": {
127
+ "count": 221
128
+ },
129
+ "astro-ph.SR": {
130
+ "count": 648
131
+ },
132
+ "math.DS": {
133
+ "count": 276
134
+ },
135
+ "cs.SE": {
136
+ "count": 110
137
+ },
138
+ "math.AP": {
139
+ "count": 547
140
+ },
141
+ "astro-ph.EP": {
142
+ "count": 340
143
+ },
144
+ "math.QA": {
145
+ "count": 115
146
+ },
147
+ "cs.CG": {
148
+ "count": 52
149
+ },
150
+ "cs.CV": {
151
+ "count": 762
152
+ },
153
+ "cs.DM": {
154
+ "count": 61
155
+ },
156
+ "q-bio.MN": {
157
+ "count": 190
158
+ },
159
+ "physics.gen-ph": {
160
+ "count": 115
161
+ },
162
+ "cond-mat.supr-con": {
163
+ "count": 496
164
+ },
165
+ "cs.DB": {
166
+ "count": 67
167
+ },
168
+ "eess.SY": {
169
+ "count": 586
170
+ },
171
+ "cs.GT": {
172
+ "count": 67
173
+ },
174
+ "physics.plasm-ph": {
175
+ "count": 132
176
+ },
177
+ "math.CO": {
178
+ "count": 517
179
+ },
180
+ "astro-ph.IM": {
181
+ "count": 252
182
+ },
183
+ "math.GT": {
184
+ "count": 204
185
+ },
186
+ "math.NT": {
187
+ "count": 393
188
+ },
189
+ "physics.atom-ph": {
190
+ "count": 146
191
+ },
192
+ "cs.DS": {
193
+ "count": 179
194
+ },
195
+ "astro-ph.GA": {
196
+ "count": 650
197
+ },
198
+ "math.SP": {
199
+ "count": 73
200
+ },
201
+ "math.OC": {
202
+ "count": 344
203
+ },
204
+ "math.DG": {
205
+ "count": 350
206
+ },
207
+ "hep-lat": {
208
+ "count": 315
209
+ },
210
+ "physics.data-an": {
211
+ "count": 45
212
+ },
213
+ "cs.SI": {
214
+ "count": 110
215
+ },
216
+ "stat.AP": {
217
+ "count": 274
218
+ },
219
+ "cond-mat.mtrl-sci": {
220
+ "count": 960
221
+ },
222
+ "cs.PL": {
223
+ "count": 58
224
+ },
225
+ "cs.SY": {
226
+ "count": 84
227
+ },
228
+ "math.RT": {
229
+ "count": 181
230
+ },
231
+ "physics.app-ph": {
232
+ "count": 105
233
+ },
234
+ "math.RA": {
235
+ "count": 123
236
+ },
237
+ "stat.ML": {
238
+ "count": 475
239
+ },
240
+ "stat.ME": {
241
+ "count": 540
242
+ },
243
+ "math.PR": {
244
+ "count": 505
245
+ },
246
+ "hep-ex": {
247
+ "count": 365
248
+ },
249
+ "math.NA": {
250
+ "count": 298
251
+ },
252
+ "math.MG": {
253
+ "count": 63
254
+ },
255
+ "astro-ph.CO": {
256
+ "count": 663
257
+ },
258
+ "physics.ins-det": {
259
+ "count": 162
260
+ },
261
+ "nlin.CD": {
262
+ "count": 72
263
+ },
264
+ "math.CA": {
265
+ "count": 218
266
+ },
267
+ "cond-mat.other": {
268
+ "count": 108
269
+ },
270
+ "math.CV": {
271
+ "count": 120
272
+ },
273
+ "cs.PF": {
274
+ "count": 13
275
+ },
276
+ "q-bio.PE": {
277
+ "count": 585
278
+ },
279
+ "math.OA": {
280
+ "count": 106
281
+ },
282
+ "cs.CY": {
283
+ "count": 99
284
+ },
285
+ "math.AT": {
286
+ "count": 113
287
+ },
288
+ "cond-mat.quant-gas": {
289
+ "count": 218
290
+ },
291
+ "cs.CE": {
292
+ "count": 30
293
+ },
294
+ "astro-ph.HE": {
295
+ "count": 554
296
+ },
297
+ "cond-mat.soft": {
298
+ "count": 422
299
+ },
300
+ "cs.NI": {
301
+ "count": 202
302
+ },
303
+ "math.ST": {
304
+ "count": 231
305
+ },
306
+ "cond-mat.dis-nn": {
307
+ "count": 219
308
+ },
309
+ "physics.flu-dyn": {
310
+ "count": 216
311
+ },
312
+ "q-bio.QM": {
313
+ "count": 363
314
+ },
315
+ "cs.FL": {
316
+ "count": 34
317
+ },
318
+ "cs.NE": {
319
+ "count": 60
320
+ },
321
+ "physics.atm-clus": {
322
+ "count": 13
323
+ },
324
+ "nucl-ex": {
325
+ "count": 116
326
+ },
327
+ "math.AC": {
328
+ "count": 122
329
+ },
330
+ "physics.soc-ph": {
331
+ "count": 139
332
+ },
333
+ "cs.SC": {
334
+ "count": 17
335
+ },
336
+ "dg-ga": {
337
+ "count": 8
338
+ },
339
+ "cs.CR": {
340
+ "count": 198
341
+ },
342
+ "cs.LO": {
343
+ "count": 117
344
+ },
345
+ "eess.SP": {
346
+ "count": 975
347
+ },
348
+ "math.CT": {
349
+ "count": 45
350
+ },
351
+ "nlin.SI": {
352
+ "count": 56
353
+ },
354
+ "math.LO": {
355
+ "count": 95
356
+ },
357
+ "physics.ed-ph": {
358
+ "count": 28
359
+ },
360
+ "alg-geom": {
361
+ "count": 16
362
+ },
363
+ "physics.comp-ph": {
364
+ "count": 108
365
+ },
366
+ "math.GM": {
367
+ "count": 44
368
+ },
369
+ "q-fin.GN": {
370
+ "count": 285
371
+ },
372
+ "math.GN": {
373
+ "count": 42
374
+ },
375
+ "eess.AS": {
376
+ "count": 215
377
+ },
378
+ "eess.IV": {
379
+ "count": 612
380
+ },
381
+ "math.HO": {
382
+ "count": 31
383
+ },
384
+ "nlin.AO": {
385
+ "count": 17
386
+ },
387
+ "physics.pop-ph": {
388
+ "count": 24
389
+ },
390
+ "cs.GR": {
391
+ "count": 15
392
+ },
393
+ "q-bio.CB": {
394
+ "count": 89
395
+ },
396
+ "nlin.PS": {
397
+ "count": 45
398
+ },
399
+ "cs.SD": {
400
+ "count": 58
401
+ },
402
+ "econ.GN": {
403
+ "count": 894
404
+ },
405
+ "cs.DC": {
406
+ "count": 117
407
+ },
408
+ "physics.ao-ph": {
409
+ "count": 40
410
+ },
411
+ "math.KT": {
412
+ "count": 15
413
+ },
414
+ "cs.DL": {
415
+ "count": 50
416
+ },
417
+ "stat.CO": {
418
+ "count": 118
419
+ },
420
+ "physics.space-ph": {
421
+ "count": 30
422
+ },
423
+ "q-bio.GN": {
424
+ "count": 158
425
+ },
426
+ "cs.AR": {
427
+ "count": 20
428
+ },
429
+ "cs.NA": {
430
+ "count": 17
431
+ },
432
+ "chem-ph": {
433
+ "count": 2
434
+ },
435
+ "physics.bio-ph": {
436
+ "count": 93
437
+ },
438
+ "physics.class-ph": {
439
+ "count": 61
440
+ },
441
+ "physics.hist-ph": {
442
+ "count": 38
443
+ },
444
+ "q-bio.NC": {
445
+ "count": 431
446
+ },
447
+ "cs.CC": {
448
+ "count": 58
449
+ },
450
+ "acc-phys": {
451
+ "count": 3
452
+ },
453
+ "q-fin.MF": {
454
+ "count": 268
455
+ },
456
+ "stat.OT": {
457
+ "count": 13
458
+ },
459
+ "q-fin.PR": {
460
+ "count": 266
461
+ },
462
+ "q-bio.OT": {
463
+ "count": 67
464
+ },
465
+ "q-fin.RM": {
466
+ "count": 248
467
+ },
468
+ "q-fin.ST": {
469
+ "count": 331
470
+ },
471
+ "physics.med-ph": {
472
+ "count": 42
473
+ },
474
+ "cs.MM": {
475
+ "count": 21
476
+ },
477
+ "cs.MA": {
478
+ "count": 28
479
+ },
480
+ "q-alg": {
481
+ "count": 17
482
+ },
483
+ "q-fin.PM": {
484
+ "count": 211
485
+ },
486
+ "comp-gas": {
487
+ "count": 6
488
+ },
489
+ "q-fin.CP": {
490
+ "count": 200
491
+ },
492
+ "econ.EM": {
493
+ "count": 748
494
+ },
495
+ "cs.MS": {
496
+ "count": 7
497
+ },
498
+ "cs.ET": {
499
+ "count": 29
500
+ },
501
+ "q-bio.SC": {
502
+ "count": 64
503
+ },
504
+ "nlin.CG": {
505
+ "count": 5
506
+ },
507
+ "cmp-lg": {
508
+ "count": 8
509
+ },
510
+ "cs.GL": {
511
+ "count": 1
512
+ },
513
+ "econ.TH": {
514
+ "count": 452
515
+ },
516
+ "q-fin.TR": {
517
+ "count": 181
518
+ },
519
+ "atom-ph": {
520
+ "count": 1
521
+ },
522
+ "funct-an": {
523
+ "count": 4
524
+ },
525
+ "patt-sol": {
526
+ "count": 4
527
+ },
528
+ "q-bio.TO": {
529
+ "count": 93
530
+ },
531
+ "solv-int": {
532
+ "count": 7
533
+ },
534
+ "cs.OH": {
535
+ "count": 23
536
+ },
537
+ "cs.OS": {
538
+ "count": 6
539
+ },
540
+ "adap-org": {
541
+ "count": 2
542
+ },
543
+ "q-fin.EC": {
544
+ "count": 97
545
+ },
546
+ "mtrl-th": {
547
+ "count": 1
548
+ }
544
549
  }
545
550
  }
546
551
  }