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,555 +1,560 @@
1
1
  {
2
2
  "test": {
3
- "num_samples": 31,
4
- "number_of_characters": 732723,
5
- "min_text_length": 3750,
6
- "average_text_length": 23636.225806451614,
7
- "max_text_length": 25000,
8
- "unique_texts": 628409,
9
- "min_labels_per_text": 1,
10
- "average_labels_per_text": 23636.225806451614,
11
- "max_labels_per_text": 61342,
12
- "unique_labels": 180,
13
- "labels": {
14
- "math": {
15
- "count": 56723
16
- },
17
- "astro-ph": {
18
- "count": 52599
19
- },
20
- "other": {
21
- "count": 14103
22
- },
23
- "hep": {
24
- "count": 30597
25
- },
26
- "cond-mat": {
27
- "count": 31743
28
- },
29
- "quant-ph": {
30
- "count": 46051
31
- },
32
- "cs": {
33
- "count": 61342
34
- },
35
- "stat": {
36
- "count": 8749
37
- },
38
- "eess": {
39
- "count": 2815
40
- },
41
- "q-bio": {
42
- "count": 2733
43
- },
44
- "q-fin": {
45
- "count": 1120
46
- },
47
- "econ": {
48
- "count": 468
49
- },
50
- "hep-th": {
51
- "count": 21130
52
- },
53
- "gr-qc": {
54
- "count": 7080
55
- },
56
- "cond-mat.stat-mech": {
57
- "count": 16445
58
- },
59
- "astro-ph.SR": {
60
- "count": 7941
61
- },
62
- "cs.CV": {
63
- "count": 9694
64
- },
65
- "math.AP": {
66
- "count": 6895
67
- },
68
- "hep-ph": {
69
- "count": 26615
70
- },
71
- "math.GR": {
72
- "count": 2006
73
- },
74
- "cs.SI": {
75
- "count": 1357
76
- },
77
- "cs.IT": {
78
- "count": 5162
79
- },
80
- "cs.LG": {
81
- "count": 8865
82
- },
83
- "stat.ME": {
84
- "count": 6504
85
- },
86
- "astro-ph.GA": {
87
- "count": 7957
88
- },
89
- "math.ST": {
90
- "count": 2846
91
- },
92
- "cond-mat.mes-hall": {
93
- "count": 12459
94
- },
95
- "cs.CR": {
96
- "count": 2563
97
- },
98
- "cs.CC": {
99
- "count": 703
100
- },
101
- "econ.EM": {
102
- "count": 1570
103
- },
104
- "math.FA": {
105
- "count": 2887
106
- },
107
- "cs.FL": {
108
- "count": 387
109
- },
110
- "math-ph": {
111
- "count": 4891
112
- },
113
- "math.DG": {
114
- "count": 4312
115
- },
116
- "q-bio.QM": {
117
- "count": 3985
118
- },
119
- "hep-ex": {
120
- "count": 4583
121
- },
122
- "cond-mat.soft": {
123
- "count": 5493
124
- },
125
- "physics.soc-ph": {
126
- "count": 1784
127
- },
128
- "physics.flu-dyn": {
129
- "count": 2484
130
- },
131
- "eess.SY": {
132
- "count": 6433
133
- },
134
- "nucl-th": {
135
- "count": 3838
136
- },
137
- "cond-mat.supr-con": {
138
- "count": 6289
139
- },
140
- "q-fin.PM": {
141
- "count": 922
142
- },
143
- "math.CV": {
144
- "count": 1573
145
- },
146
- "astro-ph.EP": {
147
- "count": 3911
148
- },
149
- "q-bio.PE": {
150
- "count": 6577
151
- },
152
- "cs.DB": {
153
- "count": 826
154
- },
155
- "physics.data-an": {
156
- "count": 483
157
- },
158
- "astro-ph.CO": {
159
- "count": 7633
160
- },
161
- "math.AG": {
162
- "count": 5344
163
- },
164
- "cond-mat.str-el": {
165
- "count": 9580
166
- },
167
- "physics.geo-ph": {
168
- "count": 534
169
- },
170
- "math.SG": {
171
- "count": 737
172
- },
173
- "cs.NI": {
174
- "count": 2175
175
- },
176
- "q-bio.MN": {
177
- "count": 2093
178
- },
179
- "math.OC": {
180
- "count": 4165
181
- },
182
- "cs.CG": {
183
- "count": 618
184
- },
185
- "math.NT": {
186
- "count": 4714
187
- },
188
- "math.CO": {
189
- "count": 6391
190
- },
191
- "stat.ML": {
192
- "count": 5512
193
- },
194
- "cs.LO": {
195
- "count": 1394
196
- },
197
- "math.AT": {
198
- "count": 1315
199
- },
200
- "cond-mat.dis-nn": {
201
- "count": 2401
202
- },
203
- "math.PR": {
204
- "count": 5936
205
- },
206
- "cond-mat.mtrl-sci": {
207
- "count": 11386
208
- },
209
- "astro-ph.HE": {
210
- "count": 6989
211
- },
212
- "hep-lat": {
213
- "count": 3646
214
- },
215
- "cs.AI": {
216
- "count": 2480
217
- },
218
- "math.DS": {
219
- "count": 3290
220
- },
221
- "math.OA": {
222
- "count": 1292
223
- },
224
- "eess.SP": {
225
- "count": 10516
226
- },
227
- "cs.NE": {
228
- "count": 812
229
- },
230
- "physics.optics": {
231
- "count": 3973
232
- },
233
- "physics.comp-ph": {
234
- "count": 1134
235
- },
236
- "cs.CY": {
237
- "count": 1221
238
- },
239
- "stat.AP": {
240
- "count": 3349
241
- },
242
- "cs.CL": {
243
- "count": 4575
244
- },
245
- "cond-mat.quant-gas": {
246
- "count": 2737
247
- },
248
- "math.CA": {
249
- "count": 2327
250
- },
251
- "math.QA": {
252
- "count": 1375
253
- },
254
- "physics.acc-ph": {
255
- "count": 928
256
- },
257
- "math.RA": {
258
- "count": 1591
259
- },
260
- "physics.chem-ph": {
261
- "count": 1528
262
- },
263
- "physics.atom-ph": {
264
- "count": 1833
265
- },
266
- "physics.ins-det": {
267
- "count": 2101
268
- },
269
- "math.CT": {
270
- "count": 546
271
- },
272
- "physics.space-ph": {
273
- "count": 325
274
- },
275
- "math.NA": {
276
- "count": 3976
277
- },
278
- "cs.GR": {
279
- "count": 268
280
- },
281
- "math.GT": {
282
- "count": 2343
283
- },
284
- "cs.RO": {
285
- "count": 2201
286
- },
287
- "astro-ph.IM": {
288
- "count": 3076
289
- },
290
- "math.SP": {
291
- "count": 705
292
- },
293
- "math.KT": {
294
- "count": 376
295
- },
296
- "physics.plasm-ph": {
297
- "count": 1558
298
- },
299
- "math.RT": {
300
- "count": 2300
301
- },
302
- "cs.HC": {
303
- "count": 992
304
- },
305
- "cs.PF": {
306
- "count": 147
307
- },
308
- "physics.app-ph": {
309
- "count": 1212
310
- },
311
- "cs.IR": {
312
- "count": 1119
313
- },
314
- "cs.DS": {
315
- "count": 2157
316
- },
317
- "physics.bio-ph": {
318
- "count": 1044
319
- },
320
- "cs.SE": {
321
- "count": 1415
322
- },
323
- "cs.DC": {
324
- "count": 1679
325
- },
326
- "q-bio.NC": {
327
- "count": 4956
328
- },
329
- "cs.DL": {
330
- "count": 481
331
- },
332
- "physics.hist-ph": {
333
- "count": 458
334
- },
335
- "cs.AR": {
336
- "count": 315
337
- },
338
- "nlin.CD": {
339
- "count": 773
340
- },
341
- "physics.ao-ph": {
342
- "count": 460
343
- },
344
- "physics.pop-ph": {
345
- "count": 202
346
- },
347
- "chao-dyn": {
348
- "count": 213
349
- },
350
- "nucl-ex": {
351
- "count": 1271
352
- },
353
- "cs.GT": {
354
- "count": 972
355
- },
356
- "eess.IV": {
357
- "count": 6767
358
- },
359
- "econ.TH": {
360
- "count": 924
361
- },
362
- "nlin.SI": {
363
- "count": 615
364
- },
365
- "physics.ed-ph": {
366
- "count": 438
367
- },
368
- "math.MG": {
369
- "count": 868
370
- },
371
- "math.LO": {
372
- "count": 1436
373
- },
374
- "stat.CO": {
375
- "count": 1377
376
- },
377
- "physics.gen-ph": {
378
- "count": 1417
379
- },
380
- "cond-mat.other": {
381
- "count": 1427
382
- },
383
- "cs.DM": {
384
- "count": 696
385
- },
386
- "econ.GN": {
387
- "count": 1859
388
- },
389
- "physics.med-ph": {
390
- "count": 562
391
- },
392
- "dg-ga": {
393
- "count": 72
394
- },
395
- "math.AC": {
396
- "count": 1240
397
- },
398
- "q-fin.RM": {
399
- "count": 1108
400
- },
401
- "physics.class-ph": {
402
- "count": 704
403
- },
404
- "cs.MS": {
405
- "count": 163
406
- },
407
- "q-bio.BM": {
408
- "count": 2423
409
- },
410
- "math.GN": {
411
- "count": 490
412
- },
413
- "cs.MM": {
414
- "count": 261
415
- },
416
- "cs.SY": {
417
- "count": 838
418
- },
419
- "physics.atm-clus": {
420
- "count": 185
421
- },
422
- "math.GM": {
423
- "count": 521
424
- },
425
- "q-fin.ST": {
426
- "count": 1657
427
- },
428
- "cs.NA": {
429
- "count": 212
430
- },
431
- "q-fin.CP": {
432
- "count": 959
433
- },
434
- "cs.SD": {
435
- "count": 672
436
- },
437
- "q-alg": {
438
- "count": 156
439
- },
440
- "eess.AS": {
441
- "count": 2436
442
- },
443
- "nlin.AO": {
444
- "count": 318
445
- },
446
- "cs.PL": {
447
- "count": 659
448
- },
449
- "alg-geom": {
450
- "count": 173
451
- },
452
- "cs.OH": {
453
- "count": 340
454
- },
455
- "q-fin.GN": {
456
- "count": 1442
457
- },
458
- "math.HO": {
459
- "count": 412
460
- },
461
- "q-fin.PR": {
462
- "count": 1164
463
- },
464
- "cs.CE": {
465
- "count": 451
466
- },
467
- "q-bio.GN": {
468
- "count": 1587
469
- },
470
- "q-fin.TR": {
471
- "count": 900
472
- },
473
- "cs.ET": {
474
- "count": 257
475
- },
476
- "cs.MA": {
477
- "count": 306
478
- },
479
- "stat.OT": {
480
- "count": 242
481
- },
482
- "nlin.PS": {
483
- "count": 511
484
- },
485
- "mtrl-th": {
486
- "count": 23
487
- },
488
- "q-bio.TO": {
489
- "count": 1023
490
- },
491
- "q-fin.MF": {
492
- "count": 1279
493
- },
494
- "patt-sol": {
495
- "count": 65
496
- },
497
- "cs.SC": {
498
- "count": 190
499
- },
500
- "cmp-lg": {
501
- "count": 104
502
- },
503
- "chem-ph": {
504
- "count": 11
505
- },
506
- "solv-int": {
507
- "count": 105
508
- },
509
- "acc-phys": {
510
- "count": 9
511
- },
512
- "cs.OS": {
513
- "count": 73
514
- },
515
- "q-bio.OT": {
516
- "count": 742
517
- },
518
- "q-bio.CB": {
519
- "count": 928
520
- },
521
- "q-bio.SC": {
522
- "count": 690
523
- },
524
- "funct-an": {
525
- "count": 28
526
- },
527
- "q-fin.EC": {
528
- "count": 415
529
- },
530
- "cs.GL": {
531
- "count": 19
532
- },
533
- "nlin.CG": {
534
- "count": 52
535
- },
536
- "adap-org": {
537
- "count": 29
538
- },
539
- "comp-gas": {
540
- "count": 16
541
- },
542
- "plasm-ph": {
543
- "count": 4
544
- },
545
- "atom-ph": {
546
- "count": 8
547
- },
548
- "supr-con": {
549
- "count": 6
550
- },
551
- "ao-sci": {
552
- "count": 1
3
+ "num_samples": 732723,
4
+ "text_statistics": {
5
+ "total_text_length": 740000640,
6
+ "min_text_length": 42,
7
+ "average_text_length": 1009.9323209452958,
8
+ "max_text_length": 6162,
9
+ "unique_texts": 628409
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": 180,
17
+ "labels": {
18
+ "math": {
19
+ "count": 56723
20
+ },
21
+ "astro-ph": {
22
+ "count": 52599
23
+ },
24
+ "other": {
25
+ "count": 14103
26
+ },
27
+ "hep": {
28
+ "count": 30597
29
+ },
30
+ "cond-mat": {
31
+ "count": 31743
32
+ },
33
+ "quant-ph": {
34
+ "count": 46051
35
+ },
36
+ "cs": {
37
+ "count": 61342
38
+ },
39
+ "stat": {
40
+ "count": 8749
41
+ },
42
+ "eess": {
43
+ "count": 2815
44
+ },
45
+ "q-bio": {
46
+ "count": 2733
47
+ },
48
+ "q-fin": {
49
+ "count": 1120
50
+ },
51
+ "econ": {
52
+ "count": 468
53
+ },
54
+ "hep-th": {
55
+ "count": 21130
56
+ },
57
+ "gr-qc": {
58
+ "count": 7080
59
+ },
60
+ "cond-mat.stat-mech": {
61
+ "count": 16445
62
+ },
63
+ "astro-ph.SR": {
64
+ "count": 7941
65
+ },
66
+ "cs.CV": {
67
+ "count": 9694
68
+ },
69
+ "math.AP": {
70
+ "count": 6895
71
+ },
72
+ "hep-ph": {
73
+ "count": 26615
74
+ },
75
+ "math.GR": {
76
+ "count": 2006
77
+ },
78
+ "cs.SI": {
79
+ "count": 1357
80
+ },
81
+ "cs.IT": {
82
+ "count": 5162
83
+ },
84
+ "cs.LG": {
85
+ "count": 8865
86
+ },
87
+ "stat.ME": {
88
+ "count": 6504
89
+ },
90
+ "astro-ph.GA": {
91
+ "count": 7957
92
+ },
93
+ "math.ST": {
94
+ "count": 2846
95
+ },
96
+ "cond-mat.mes-hall": {
97
+ "count": 12459
98
+ },
99
+ "cs.CR": {
100
+ "count": 2563
101
+ },
102
+ "cs.CC": {
103
+ "count": 703
104
+ },
105
+ "econ.EM": {
106
+ "count": 1570
107
+ },
108
+ "math.FA": {
109
+ "count": 2887
110
+ },
111
+ "cs.FL": {
112
+ "count": 387
113
+ },
114
+ "math-ph": {
115
+ "count": 4891
116
+ },
117
+ "math.DG": {
118
+ "count": 4312
119
+ },
120
+ "q-bio.QM": {
121
+ "count": 3985
122
+ },
123
+ "hep-ex": {
124
+ "count": 4583
125
+ },
126
+ "cond-mat.soft": {
127
+ "count": 5493
128
+ },
129
+ "physics.soc-ph": {
130
+ "count": 1784
131
+ },
132
+ "physics.flu-dyn": {
133
+ "count": 2484
134
+ },
135
+ "eess.SY": {
136
+ "count": 6433
137
+ },
138
+ "nucl-th": {
139
+ "count": 3838
140
+ },
141
+ "cond-mat.supr-con": {
142
+ "count": 6289
143
+ },
144
+ "q-fin.PM": {
145
+ "count": 922
146
+ },
147
+ "math.CV": {
148
+ "count": 1573
149
+ },
150
+ "astro-ph.EP": {
151
+ "count": 3911
152
+ },
153
+ "q-bio.PE": {
154
+ "count": 6577
155
+ },
156
+ "cs.DB": {
157
+ "count": 826
158
+ },
159
+ "physics.data-an": {
160
+ "count": 483
161
+ },
162
+ "astro-ph.CO": {
163
+ "count": 7633
164
+ },
165
+ "math.AG": {
166
+ "count": 5344
167
+ },
168
+ "cond-mat.str-el": {
169
+ "count": 9580
170
+ },
171
+ "physics.geo-ph": {
172
+ "count": 534
173
+ },
174
+ "math.SG": {
175
+ "count": 737
176
+ },
177
+ "cs.NI": {
178
+ "count": 2175
179
+ },
180
+ "q-bio.MN": {
181
+ "count": 2093
182
+ },
183
+ "math.OC": {
184
+ "count": 4165
185
+ },
186
+ "cs.CG": {
187
+ "count": 618
188
+ },
189
+ "math.NT": {
190
+ "count": 4714
191
+ },
192
+ "math.CO": {
193
+ "count": 6391
194
+ },
195
+ "stat.ML": {
196
+ "count": 5512
197
+ },
198
+ "cs.LO": {
199
+ "count": 1394
200
+ },
201
+ "math.AT": {
202
+ "count": 1315
203
+ },
204
+ "cond-mat.dis-nn": {
205
+ "count": 2401
206
+ },
207
+ "math.PR": {
208
+ "count": 5936
209
+ },
210
+ "cond-mat.mtrl-sci": {
211
+ "count": 11386
212
+ },
213
+ "astro-ph.HE": {
214
+ "count": 6989
215
+ },
216
+ "hep-lat": {
217
+ "count": 3646
218
+ },
219
+ "cs.AI": {
220
+ "count": 2480
221
+ },
222
+ "math.DS": {
223
+ "count": 3290
224
+ },
225
+ "math.OA": {
226
+ "count": 1292
227
+ },
228
+ "eess.SP": {
229
+ "count": 10516
230
+ },
231
+ "cs.NE": {
232
+ "count": 812
233
+ },
234
+ "physics.optics": {
235
+ "count": 3973
236
+ },
237
+ "physics.comp-ph": {
238
+ "count": 1134
239
+ },
240
+ "cs.CY": {
241
+ "count": 1221
242
+ },
243
+ "stat.AP": {
244
+ "count": 3349
245
+ },
246
+ "cs.CL": {
247
+ "count": 4575
248
+ },
249
+ "cond-mat.quant-gas": {
250
+ "count": 2737
251
+ },
252
+ "math.CA": {
253
+ "count": 2327
254
+ },
255
+ "math.QA": {
256
+ "count": 1375
257
+ },
258
+ "physics.acc-ph": {
259
+ "count": 928
260
+ },
261
+ "math.RA": {
262
+ "count": 1591
263
+ },
264
+ "physics.chem-ph": {
265
+ "count": 1528
266
+ },
267
+ "physics.atom-ph": {
268
+ "count": 1833
269
+ },
270
+ "physics.ins-det": {
271
+ "count": 2101
272
+ },
273
+ "math.CT": {
274
+ "count": 546
275
+ },
276
+ "physics.space-ph": {
277
+ "count": 325
278
+ },
279
+ "math.NA": {
280
+ "count": 3976
281
+ },
282
+ "cs.GR": {
283
+ "count": 268
284
+ },
285
+ "math.GT": {
286
+ "count": 2343
287
+ },
288
+ "cs.RO": {
289
+ "count": 2201
290
+ },
291
+ "astro-ph.IM": {
292
+ "count": 3076
293
+ },
294
+ "math.SP": {
295
+ "count": 705
296
+ },
297
+ "math.KT": {
298
+ "count": 376
299
+ },
300
+ "physics.plasm-ph": {
301
+ "count": 1558
302
+ },
303
+ "math.RT": {
304
+ "count": 2300
305
+ },
306
+ "cs.HC": {
307
+ "count": 992
308
+ },
309
+ "cs.PF": {
310
+ "count": 147
311
+ },
312
+ "physics.app-ph": {
313
+ "count": 1212
314
+ },
315
+ "cs.IR": {
316
+ "count": 1119
317
+ },
318
+ "cs.DS": {
319
+ "count": 2157
320
+ },
321
+ "physics.bio-ph": {
322
+ "count": 1044
323
+ },
324
+ "cs.SE": {
325
+ "count": 1415
326
+ },
327
+ "cs.DC": {
328
+ "count": 1679
329
+ },
330
+ "q-bio.NC": {
331
+ "count": 4956
332
+ },
333
+ "cs.DL": {
334
+ "count": 481
335
+ },
336
+ "physics.hist-ph": {
337
+ "count": 458
338
+ },
339
+ "cs.AR": {
340
+ "count": 315
341
+ },
342
+ "nlin.CD": {
343
+ "count": 773
344
+ },
345
+ "physics.ao-ph": {
346
+ "count": 460
347
+ },
348
+ "physics.pop-ph": {
349
+ "count": 202
350
+ },
351
+ "chao-dyn": {
352
+ "count": 213
353
+ },
354
+ "nucl-ex": {
355
+ "count": 1271
356
+ },
357
+ "cs.GT": {
358
+ "count": 972
359
+ },
360
+ "eess.IV": {
361
+ "count": 6767
362
+ },
363
+ "econ.TH": {
364
+ "count": 924
365
+ },
366
+ "nlin.SI": {
367
+ "count": 615
368
+ },
369
+ "physics.ed-ph": {
370
+ "count": 438
371
+ },
372
+ "math.MG": {
373
+ "count": 868
374
+ },
375
+ "math.LO": {
376
+ "count": 1436
377
+ },
378
+ "stat.CO": {
379
+ "count": 1377
380
+ },
381
+ "physics.gen-ph": {
382
+ "count": 1417
383
+ },
384
+ "cond-mat.other": {
385
+ "count": 1427
386
+ },
387
+ "cs.DM": {
388
+ "count": 696
389
+ },
390
+ "econ.GN": {
391
+ "count": 1859
392
+ },
393
+ "physics.med-ph": {
394
+ "count": 562
395
+ },
396
+ "dg-ga": {
397
+ "count": 72
398
+ },
399
+ "math.AC": {
400
+ "count": 1240
401
+ },
402
+ "q-fin.RM": {
403
+ "count": 1108
404
+ },
405
+ "physics.class-ph": {
406
+ "count": 704
407
+ },
408
+ "cs.MS": {
409
+ "count": 163
410
+ },
411
+ "q-bio.BM": {
412
+ "count": 2423
413
+ },
414
+ "math.GN": {
415
+ "count": 490
416
+ },
417
+ "cs.MM": {
418
+ "count": 261
419
+ },
420
+ "cs.SY": {
421
+ "count": 838
422
+ },
423
+ "physics.atm-clus": {
424
+ "count": 185
425
+ },
426
+ "math.GM": {
427
+ "count": 521
428
+ },
429
+ "q-fin.ST": {
430
+ "count": 1657
431
+ },
432
+ "cs.NA": {
433
+ "count": 212
434
+ },
435
+ "q-fin.CP": {
436
+ "count": 959
437
+ },
438
+ "cs.SD": {
439
+ "count": 672
440
+ },
441
+ "q-alg": {
442
+ "count": 156
443
+ },
444
+ "eess.AS": {
445
+ "count": 2436
446
+ },
447
+ "nlin.AO": {
448
+ "count": 318
449
+ },
450
+ "cs.PL": {
451
+ "count": 659
452
+ },
453
+ "alg-geom": {
454
+ "count": 173
455
+ },
456
+ "cs.OH": {
457
+ "count": 340
458
+ },
459
+ "q-fin.GN": {
460
+ "count": 1442
461
+ },
462
+ "math.HO": {
463
+ "count": 412
464
+ },
465
+ "q-fin.PR": {
466
+ "count": 1164
467
+ },
468
+ "cs.CE": {
469
+ "count": 451
470
+ },
471
+ "q-bio.GN": {
472
+ "count": 1587
473
+ },
474
+ "q-fin.TR": {
475
+ "count": 900
476
+ },
477
+ "cs.ET": {
478
+ "count": 257
479
+ },
480
+ "cs.MA": {
481
+ "count": 306
482
+ },
483
+ "stat.OT": {
484
+ "count": 242
485
+ },
486
+ "nlin.PS": {
487
+ "count": 511
488
+ },
489
+ "mtrl-th": {
490
+ "count": 23
491
+ },
492
+ "q-bio.TO": {
493
+ "count": 1023
494
+ },
495
+ "q-fin.MF": {
496
+ "count": 1279
497
+ },
498
+ "patt-sol": {
499
+ "count": 65
500
+ },
501
+ "cs.SC": {
502
+ "count": 190
503
+ },
504
+ "cmp-lg": {
505
+ "count": 104
506
+ },
507
+ "chem-ph": {
508
+ "count": 11
509
+ },
510
+ "solv-int": {
511
+ "count": 105
512
+ },
513
+ "acc-phys": {
514
+ "count": 9
515
+ },
516
+ "cs.OS": {
517
+ "count": 73
518
+ },
519
+ "q-bio.OT": {
520
+ "count": 742
521
+ },
522
+ "q-bio.CB": {
523
+ "count": 928
524
+ },
525
+ "q-bio.SC": {
526
+ "count": 690
527
+ },
528
+ "funct-an": {
529
+ "count": 28
530
+ },
531
+ "q-fin.EC": {
532
+ "count": 415
533
+ },
534
+ "cs.GL": {
535
+ "count": 19
536
+ },
537
+ "nlin.CG": {
538
+ "count": 52
539
+ },
540
+ "adap-org": {
541
+ "count": 29
542
+ },
543
+ "comp-gas": {
544
+ "count": 16
545
+ },
546
+ "plasm-ph": {
547
+ "count": 4
548
+ },
549
+ "atom-ph": {
550
+ "count": 8
551
+ },
552
+ "supr-con": {
553
+ "count": 6
554
+ },
555
+ "ao-sci": {
556
+ "count": 1
557
+ }
553
558
  }
554
559
  }
555
560
  }