mteb 2.0.4__py3-none-any.whl → 2.1.0__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.
- mteb/__init__.py +10 -1
- mteb/benchmarks/benchmarks/__init__.py +2 -0
- mteb/benchmarks/benchmarks/benchmarks.py +75 -0
- mteb/descriptive_stats/BitextMining/BUCC.json +70 -40
- mteb/descriptive_stats/Classification/DKHateClassification.json +40 -24
- mteb/descriptive_stats/Classification/DutchColaClassification.json +54 -0
- mteb/descriptive_stats/Classification/DutchGovernmentBiasClassification.json +54 -0
- mteb/descriptive_stats/Classification/DutchNewsArticlesClassification.json +90 -0
- mteb/descriptive_stats/Classification/DutchSarcasticHeadlinesClassification.json +54 -0
- mteb/descriptive_stats/Classification/FinancialPhrasebankClassification.json +23 -15
- mteb/descriptive_stats/Classification/IconclassClassification.json +96 -0
- mteb/descriptive_stats/Classification/ImdbClassification.json +40 -24
- mteb/descriptive_stats/Classification/KorHateClassification.json +23 -15
- mteb/descriptive_stats/Classification/OpenTenderClassification.json +222 -0
- mteb/descriptive_stats/Classification/VaccinChatNLClassification.json +1068 -0
- mteb/descriptive_stats/Clustering/ArxivClusteringP2P.json +555 -550
- mteb/descriptive_stats/Clustering/ArxivClusteringP2P.v2.json +546 -541
- mteb/descriptive_stats/Clustering/ArxivClusteringS2S.json +555 -550
- mteb/descriptive_stats/Clustering/DutchNewsArticlesClusteringP2P.json +45 -0
- mteb/descriptive_stats/Clustering/DutchNewsArticlesClusteringS2S.json +45 -0
- mteb/descriptive_stats/Clustering/IconclassClusteringS2S.json +48 -0
- mteb/descriptive_stats/Clustering/MLSUMClusteringP2P.json +2466 -2416
- mteb/descriptive_stats/Clustering/OpenTenderClusteringP2P.json +111 -0
- mteb/descriptive_stats/Clustering/OpenTenderClusteringS2S.json +111 -0
- mteb/descriptive_stats/Clustering/RedditClusteringP2P.json +1365 -1360
- mteb/descriptive_stats/Clustering/SNLClustering.json +378 -373
- mteb/descriptive_stats/Clustering/SwednClustering.json +28 -23
- mteb/descriptive_stats/Clustering/VABBClusteringP2P.json +60 -0
- mteb/descriptive_stats/Clustering/VABBClusteringS2S.json +60 -0
- mteb/descriptive_stats/Clustering/VGClustering.json +54 -49
- mteb/descriptive_stats/Image/Any2AnyMultilingualRetrieval/WITT2IRetrieval.json +324 -204
- mteb/descriptive_stats/Image/Any2AnyRetrieval/MemotionI2TRetrieval.json +28 -18
- mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRAirbnbSyntheticRetrieval.json +334 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRGitHubReadmeRetrieval.json +544 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRTweetStockSyntheticsRetrieval.json +334 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRWikimediaCommonsDocumentsRetrieval.json +634 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore2ESGReportsRetrieval.json +154 -0
- mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore2EconomicsReportsRetrieval.json +154 -0
- mteb/descriptive_stats/Image/ImageClassification/Imagenet1k.json +6039 -3007
- mteb/descriptive_stats/Image/ZeroShotClassification/Imagenet1kZeroShot.json +3024 -3010
- mteb/descriptive_stats/Image/ZeroShotClassification/PatchCamelyonZeroShot.json +30 -16
- mteb/descriptive_stats/MultilabelClassification/CovidDisinformationNLMultiLabelClassification.json +84 -0
- mteb/descriptive_stats/MultilabelClassification/VABBMultiLabelClassification.json +156 -0
- mteb/descriptive_stats/PairClassification/SICKNLPairClassification.json +35 -0
- mteb/descriptive_stats/PairClassification/XLWICNLPairClassification.json +35 -0
- mteb/descriptive_stats/Reranking/MIRACLReranking.json +555 -479
- mteb/descriptive_stats/Reranking/MindSmallReranking.json +29 -25
- mteb/descriptive_stats/Retrieval/AlloprofRetrieval.json +25 -26
- mteb/descriptive_stats/Retrieval/Code1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/DanFEVER.json +25 -26
- mteb/descriptive_stats/Retrieval/DutchNewsArticlesRetrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/EnglishFinance1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/EnglishFinance2Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/EnglishFinance3Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/EnglishFinance4Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/EnglishHealthcare1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/French1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/FrenchLegal1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/German1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/GermanHealthcare1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/GermanLegal1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/JapaneseCode1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/JapaneseLegal1Retrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/LegalQANLRetrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/MIRACLRetrieval.json +475 -494
- mteb/descriptive_stats/Retrieval/MSMARCO-Fa.json +25 -26
- mteb/descriptive_stats/Retrieval/MSMARCO.json +25 -84
- mteb/descriptive_stats/Retrieval/OpenTenderRetrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/Touche2020.json +25 -26
- mteb/descriptive_stats/Retrieval/VABBRetrieval.json +30 -0
- mteb/descriptive_stats/Retrieval/bBSARDNLRetrieval.json +30 -0
- mteb/descriptive_stats/STS/SICK-NL-STS.json +28 -0
- mteb/descriptive_stats/Summarization/SummEval.json +27 -50
- mteb/descriptive_stats/Summarization/SummEvalFr.json +27 -50
- mteb/models/model_implementations/kalm_models.py +29 -0
- mteb/tasks/bitext_mining/multilingual/bucc_bitext_mining.py +1 -1
- mteb/tasks/classification/eng/financial_phrasebank_classification.py +0 -3
- mteb/tasks/classification/kor/kor_hate_classification.py +0 -12
- mteb/tasks/classification/nld/__init__.py +16 -0
- mteb/tasks/classification/nld/dutch_cola_classification.py +38 -0
- mteb/tasks/classification/nld/dutch_government_bias_classification.py +37 -0
- mteb/tasks/classification/nld/dutch_news_articles_classification.py +30 -0
- mteb/tasks/classification/nld/dutch_sarcastic_headlines_classification.py +36 -0
- mteb/tasks/classification/nld/iconclass_classification.py +41 -0
- mteb/tasks/classification/nld/open_tender_classification.py +38 -0
- mteb/tasks/classification/nld/vaccin_chat_nl_classification.py +46 -0
- mteb/tasks/clustering/__init__.py +1 -0
- mteb/tasks/clustering/nld/__init__.py +17 -0
- mteb/tasks/clustering/nld/dutch_news_articles_clustering_p2p.py +37 -0
- mteb/tasks/clustering/nld/dutch_news_articles_clustering_s2s.py +37 -0
- mteb/tasks/clustering/nld/iconclass_clustering_s2s.py +47 -0
- mteb/tasks/clustering/nld/open_tender_clustering_p2p.py +51 -0
- mteb/tasks/clustering/nld/open_tender_clustering_s2s.py +41 -0
- mteb/tasks/clustering/nld/vabb_clustering_p2p.py +51 -0
- mteb/tasks/clustering/nld/vabb_clustering_s2s.py +51 -0
- mteb/tasks/clustering/swe/swedn_clustering.py +2 -2
- mteb/tasks/multilabel_classification/__init__.py +1 -0
- mteb/tasks/multilabel_classification/nld/__init__.py +9 -0
- mteb/tasks/multilabel_classification/nld/covid_disinformation_nl_multi_label_classification.py +88 -0
- mteb/tasks/multilabel_classification/nld/vabb_multi_label_classification.py +44 -0
- mteb/tasks/pair_classification/__init__.py +1 -0
- mteb/tasks/pair_classification/nld/__init__.py +7 -0
- mteb/tasks/pair_classification/nld/sick_nl_pair_classification.py +36 -0
- mteb/tasks/pair_classification/nld/xlwic_nl_pair_classification.py +41 -0
- mteb/tasks/retrieval/multilingual/vdr_multilingual_retrieval.py +1 -1
- mteb/tasks/retrieval/nld/__init__.py +10 -0
- mteb/tasks/retrieval/nld/bbsard_nl_retrieval.py +41 -0
- mteb/tasks/retrieval/nld/dutch_news_articles_retrieval.py +30 -0
- mteb/tasks/retrieval/nld/legal_qa_nl_retrieval.py +39 -0
- mteb/tasks/retrieval/nld/open_tender_retrieval.py +38 -0
- mteb/tasks/retrieval/nld/vabb_retrieval.py +41 -0
- mteb/tasks/sts/__init__.py +1 -0
- mteb/tasks/sts/nld/__init__.py +5 -0
- mteb/tasks/sts/nld/sick_nl_sts.py +41 -0
- {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/METADATA +2 -204
- {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/RECORD +120 -49
- {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/WHEEL +0 -0
- {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/entry_points.txt +0 -0
- {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/licenses/LICENSE +0 -0
- {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/top_level.txt +0 -0
|
@@ -1,555 +1,560 @@
|
|
|
1
1
|
{
|
|
2
2
|
"test": {
|
|
3
|
-
"num_samples":
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
"
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
"
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
"
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
"
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
"
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
"
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
"
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
"
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
"
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
"
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
"
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
"
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
"
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
"
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
"
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
"
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
"
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
"
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
"
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
"
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
"
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
"
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
"
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
"
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
"
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
"
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
"
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
"
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
"
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
"
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
"
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
"
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
"
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
"
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
"
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
"
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
"
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
"
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
"
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
"
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
"
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
"
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
"
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
"
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
"
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
"
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
"
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
"
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
"
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
"
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
"
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
"
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
"
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
"
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
"
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
"
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
"
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
"
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
"
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
"
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
"
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
"
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
"
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
"
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
"
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
"
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
"
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
"
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
"
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
"
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
"
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
"
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
"
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
"
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
"
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
"
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
"
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
"
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
"
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
"
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
"
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
"
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
"
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
"
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
"
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
"
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
"
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
"
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
"
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
"
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
"
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
"
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
"
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
"
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
"
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
"
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
"
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
"
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
"
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
"
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
"
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
"
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
"
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
"
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
"
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
"
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
"
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
"
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
"
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
"
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
"
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
"
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
"
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
"
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
"
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
"
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
"
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
"
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
"
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
"
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
"
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
"
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
"
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
"
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
"
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
"
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
"
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
"
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
"
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
"
|
|
3
|
+
"num_samples": 732723,
|
|
4
|
+
"text_statistics": {
|
|
5
|
+
"total_text_length": 54241227,
|
|
6
|
+
"min_text_length": 1,
|
|
7
|
+
"average_text_length": 74.02692013216455,
|
|
8
|
+
"max_text_length": 381,
|
|
9
|
+
"unique_texts": 628078
|
|
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
|
}
|