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.
Files changed (120) hide show
  1. mteb/__init__.py +10 -1
  2. mteb/benchmarks/benchmarks/__init__.py +2 -0
  3. mteb/benchmarks/benchmarks/benchmarks.py +75 -0
  4. mteb/descriptive_stats/BitextMining/BUCC.json +70 -40
  5. mteb/descriptive_stats/Classification/DKHateClassification.json +40 -24
  6. mteb/descriptive_stats/Classification/DutchColaClassification.json +54 -0
  7. mteb/descriptive_stats/Classification/DutchGovernmentBiasClassification.json +54 -0
  8. mteb/descriptive_stats/Classification/DutchNewsArticlesClassification.json +90 -0
  9. mteb/descriptive_stats/Classification/DutchSarcasticHeadlinesClassification.json +54 -0
  10. mteb/descriptive_stats/Classification/FinancialPhrasebankClassification.json +23 -15
  11. mteb/descriptive_stats/Classification/IconclassClassification.json +96 -0
  12. mteb/descriptive_stats/Classification/ImdbClassification.json +40 -24
  13. mteb/descriptive_stats/Classification/KorHateClassification.json +23 -15
  14. mteb/descriptive_stats/Classification/OpenTenderClassification.json +222 -0
  15. mteb/descriptive_stats/Classification/VaccinChatNLClassification.json +1068 -0
  16. mteb/descriptive_stats/Clustering/ArxivClusteringP2P.json +555 -550
  17. mteb/descriptive_stats/Clustering/ArxivClusteringP2P.v2.json +546 -541
  18. mteb/descriptive_stats/Clustering/ArxivClusteringS2S.json +555 -550
  19. mteb/descriptive_stats/Clustering/DutchNewsArticlesClusteringP2P.json +45 -0
  20. mteb/descriptive_stats/Clustering/DutchNewsArticlesClusteringS2S.json +45 -0
  21. mteb/descriptive_stats/Clustering/IconclassClusteringS2S.json +48 -0
  22. mteb/descriptive_stats/Clustering/MLSUMClusteringP2P.json +2466 -2416
  23. mteb/descriptive_stats/Clustering/OpenTenderClusteringP2P.json +111 -0
  24. mteb/descriptive_stats/Clustering/OpenTenderClusteringS2S.json +111 -0
  25. mteb/descriptive_stats/Clustering/RedditClusteringP2P.json +1365 -1360
  26. mteb/descriptive_stats/Clustering/SNLClustering.json +378 -373
  27. mteb/descriptive_stats/Clustering/SwednClustering.json +28 -23
  28. mteb/descriptive_stats/Clustering/VABBClusteringP2P.json +60 -0
  29. mteb/descriptive_stats/Clustering/VABBClusteringS2S.json +60 -0
  30. mteb/descriptive_stats/Clustering/VGClustering.json +54 -49
  31. mteb/descriptive_stats/Image/Any2AnyMultilingualRetrieval/WITT2IRetrieval.json +324 -204
  32. mteb/descriptive_stats/Image/Any2AnyRetrieval/MemotionI2TRetrieval.json +28 -18
  33. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRAirbnbSyntheticRetrieval.json +334 -0
  34. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRGitHubReadmeRetrieval.json +544 -0
  35. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRTweetStockSyntheticsRetrieval.json +334 -0
  36. mteb/descriptive_stats/Image/DocumentUnderstanding/JinaVDRWikimediaCommonsDocumentsRetrieval.json +634 -0
  37. mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore2ESGReportsRetrieval.json +154 -0
  38. mteb/descriptive_stats/Image/DocumentUnderstanding/Vidore2EconomicsReportsRetrieval.json +154 -0
  39. mteb/descriptive_stats/Image/ImageClassification/Imagenet1k.json +6039 -3007
  40. mteb/descriptive_stats/Image/ZeroShotClassification/Imagenet1kZeroShot.json +3024 -3010
  41. mteb/descriptive_stats/Image/ZeroShotClassification/PatchCamelyonZeroShot.json +30 -16
  42. mteb/descriptive_stats/MultilabelClassification/CovidDisinformationNLMultiLabelClassification.json +84 -0
  43. mteb/descriptive_stats/MultilabelClassification/VABBMultiLabelClassification.json +156 -0
  44. mteb/descriptive_stats/PairClassification/SICKNLPairClassification.json +35 -0
  45. mteb/descriptive_stats/PairClassification/XLWICNLPairClassification.json +35 -0
  46. mteb/descriptive_stats/Reranking/MIRACLReranking.json +555 -479
  47. mteb/descriptive_stats/Reranking/MindSmallReranking.json +29 -25
  48. mteb/descriptive_stats/Retrieval/AlloprofRetrieval.json +25 -26
  49. mteb/descriptive_stats/Retrieval/Code1Retrieval.json +30 -0
  50. mteb/descriptive_stats/Retrieval/DanFEVER.json +25 -26
  51. mteb/descriptive_stats/Retrieval/DutchNewsArticlesRetrieval.json +30 -0
  52. mteb/descriptive_stats/Retrieval/EnglishFinance1Retrieval.json +30 -0
  53. mteb/descriptive_stats/Retrieval/EnglishFinance2Retrieval.json +30 -0
  54. mteb/descriptive_stats/Retrieval/EnglishFinance3Retrieval.json +30 -0
  55. mteb/descriptive_stats/Retrieval/EnglishFinance4Retrieval.json +30 -0
  56. mteb/descriptive_stats/Retrieval/EnglishHealthcare1Retrieval.json +30 -0
  57. mteb/descriptive_stats/Retrieval/French1Retrieval.json +30 -0
  58. mteb/descriptive_stats/Retrieval/FrenchLegal1Retrieval.json +30 -0
  59. mteb/descriptive_stats/Retrieval/German1Retrieval.json +30 -0
  60. mteb/descriptive_stats/Retrieval/GermanHealthcare1Retrieval.json +30 -0
  61. mteb/descriptive_stats/Retrieval/GermanLegal1Retrieval.json +30 -0
  62. mteb/descriptive_stats/Retrieval/JapaneseCode1Retrieval.json +30 -0
  63. mteb/descriptive_stats/Retrieval/JapaneseLegal1Retrieval.json +30 -0
  64. mteb/descriptive_stats/Retrieval/LegalQANLRetrieval.json +30 -0
  65. mteb/descriptive_stats/Retrieval/MIRACLRetrieval.json +475 -494
  66. mteb/descriptive_stats/Retrieval/MSMARCO-Fa.json +25 -26
  67. mteb/descriptive_stats/Retrieval/MSMARCO.json +25 -84
  68. mteb/descriptive_stats/Retrieval/OpenTenderRetrieval.json +30 -0
  69. mteb/descriptive_stats/Retrieval/Touche2020.json +25 -26
  70. mteb/descriptive_stats/Retrieval/VABBRetrieval.json +30 -0
  71. mteb/descriptive_stats/Retrieval/bBSARDNLRetrieval.json +30 -0
  72. mteb/descriptive_stats/STS/SICK-NL-STS.json +28 -0
  73. mteb/descriptive_stats/Summarization/SummEval.json +27 -50
  74. mteb/descriptive_stats/Summarization/SummEvalFr.json +27 -50
  75. mteb/models/model_implementations/kalm_models.py +29 -0
  76. mteb/tasks/bitext_mining/multilingual/bucc_bitext_mining.py +1 -1
  77. mteb/tasks/classification/eng/financial_phrasebank_classification.py +0 -3
  78. mteb/tasks/classification/kor/kor_hate_classification.py +0 -12
  79. mteb/tasks/classification/nld/__init__.py +16 -0
  80. mteb/tasks/classification/nld/dutch_cola_classification.py +38 -0
  81. mteb/tasks/classification/nld/dutch_government_bias_classification.py +37 -0
  82. mteb/tasks/classification/nld/dutch_news_articles_classification.py +30 -0
  83. mteb/tasks/classification/nld/dutch_sarcastic_headlines_classification.py +36 -0
  84. mteb/tasks/classification/nld/iconclass_classification.py +41 -0
  85. mteb/tasks/classification/nld/open_tender_classification.py +38 -0
  86. mteb/tasks/classification/nld/vaccin_chat_nl_classification.py +46 -0
  87. mteb/tasks/clustering/__init__.py +1 -0
  88. mteb/tasks/clustering/nld/__init__.py +17 -0
  89. mteb/tasks/clustering/nld/dutch_news_articles_clustering_p2p.py +37 -0
  90. mteb/tasks/clustering/nld/dutch_news_articles_clustering_s2s.py +37 -0
  91. mteb/tasks/clustering/nld/iconclass_clustering_s2s.py +47 -0
  92. mteb/tasks/clustering/nld/open_tender_clustering_p2p.py +51 -0
  93. mteb/tasks/clustering/nld/open_tender_clustering_s2s.py +41 -0
  94. mteb/tasks/clustering/nld/vabb_clustering_p2p.py +51 -0
  95. mteb/tasks/clustering/nld/vabb_clustering_s2s.py +51 -0
  96. mteb/tasks/clustering/swe/swedn_clustering.py +2 -2
  97. mteb/tasks/multilabel_classification/__init__.py +1 -0
  98. mteb/tasks/multilabel_classification/nld/__init__.py +9 -0
  99. mteb/tasks/multilabel_classification/nld/covid_disinformation_nl_multi_label_classification.py +88 -0
  100. mteb/tasks/multilabel_classification/nld/vabb_multi_label_classification.py +44 -0
  101. mteb/tasks/pair_classification/__init__.py +1 -0
  102. mteb/tasks/pair_classification/nld/__init__.py +7 -0
  103. mteb/tasks/pair_classification/nld/sick_nl_pair_classification.py +36 -0
  104. mteb/tasks/pair_classification/nld/xlwic_nl_pair_classification.py +41 -0
  105. mteb/tasks/retrieval/multilingual/vdr_multilingual_retrieval.py +1 -1
  106. mteb/tasks/retrieval/nld/__init__.py +10 -0
  107. mteb/tasks/retrieval/nld/bbsard_nl_retrieval.py +41 -0
  108. mteb/tasks/retrieval/nld/dutch_news_articles_retrieval.py +30 -0
  109. mteb/tasks/retrieval/nld/legal_qa_nl_retrieval.py +39 -0
  110. mteb/tasks/retrieval/nld/open_tender_retrieval.py +38 -0
  111. mteb/tasks/retrieval/nld/vabb_retrieval.py +41 -0
  112. mteb/tasks/sts/__init__.py +1 -0
  113. mteb/tasks/sts/nld/__init__.py +5 -0
  114. mteb/tasks/sts/nld/sick_nl_sts.py +41 -0
  115. {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/METADATA +2 -204
  116. {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/RECORD +120 -49
  117. {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/WHEEL +0 -0
  118. {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/entry_points.txt +0 -0
  119. {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/licenses/LICENSE +0 -0
  120. {mteb-2.0.4.dist-info → mteb-2.1.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,334 @@
1
+ {
2
+ "test": {
3
+ "num_samples": 16277,
4
+ "number_of_characters": 472257,
5
+ "documents_text_statistics": null,
6
+ "documents_image_statistics": {
7
+ "min_image_width": 700,
8
+ "average_image_width": 852.1,
9
+ "max_image_width": 1200,
10
+ "min_image_height": 450,
11
+ "average_image_height": 526.05,
12
+ "max_image_height": 700,
13
+ "unique_images": 10000
14
+ },
15
+ "queries_text_statistics": {
16
+ "total_text_length": 472257,
17
+ "min_text_length": 18,
18
+ "average_text_length": 75.23610004779353,
19
+ "max_text_length": 155,
20
+ "unique_texts": 6277
21
+ },
22
+ "queries_image_statistics": null,
23
+ "relevant_docs_statistics": {
24
+ "num_relevant_docs": 6448,
25
+ "min_relevant_docs_per_query": 1,
26
+ "average_relevant_docs_per_query": 1.027242313206946,
27
+ "max_relevant_docs_per_query": 4,
28
+ "unique_relevant_docs": 6448
29
+ },
30
+ "top_ranked_statistics": null,
31
+ "hf_subset_descriptive_stats": {
32
+ "ar": {
33
+ "num_samples": 1642,
34
+ "number_of_characters": 44045,
35
+ "documents_text_statistics": null,
36
+ "documents_image_statistics": {
37
+ "min_image_width": 700,
38
+ "average_image_width": 869.0,
39
+ "max_image_width": 1200,
40
+ "min_image_height": 450,
41
+ "average_image_height": 534.5,
42
+ "max_image_height": 700,
43
+ "unique_images": 1000
44
+ },
45
+ "queries_text_statistics": {
46
+ "total_text_length": 44045,
47
+ "min_text_length": 38,
48
+ "average_text_length": 68.60591900311526,
49
+ "max_text_length": 99,
50
+ "unique_texts": 642
51
+ },
52
+ "queries_image_statistics": null,
53
+ "relevant_docs_statistics": {
54
+ "num_relevant_docs": 661,
55
+ "min_relevant_docs_per_query": 1,
56
+ "average_relevant_docs_per_query": 1.029595015576324,
57
+ "max_relevant_docs_per_query": 4,
58
+ "unique_relevant_docs": 661
59
+ },
60
+ "top_ranked_statistics": null
61
+ },
62
+ "de": {
63
+ "num_samples": 1642,
64
+ "number_of_characters": 58328,
65
+ "documents_text_statistics": null,
66
+ "documents_image_statistics": {
67
+ "min_image_width": 700,
68
+ "average_image_width": 869.0,
69
+ "max_image_width": 1200,
70
+ "min_image_height": 450,
71
+ "average_image_height": 534.5,
72
+ "max_image_height": 700,
73
+ "unique_images": 1000
74
+ },
75
+ "queries_text_statistics": {
76
+ "total_text_length": 58328,
77
+ "min_text_length": 64,
78
+ "average_text_length": 90.85358255451713,
79
+ "max_text_length": 147,
80
+ "unique_texts": 642
81
+ },
82
+ "queries_image_statistics": null,
83
+ "relevant_docs_statistics": {
84
+ "num_relevant_docs": 661,
85
+ "min_relevant_docs_per_query": 1,
86
+ "average_relevant_docs_per_query": 1.029595015576324,
87
+ "max_relevant_docs_per_query": 4,
88
+ "unique_relevant_docs": 661
89
+ },
90
+ "top_ranked_statistics": null
91
+ },
92
+ "en": {
93
+ "num_samples": 1642,
94
+ "number_of_characters": 53796,
95
+ "documents_text_statistics": null,
96
+ "documents_image_statistics": {
97
+ "min_image_width": 700,
98
+ "average_image_width": 869.0,
99
+ "max_image_width": 1200,
100
+ "min_image_height": 450,
101
+ "average_image_height": 534.5,
102
+ "max_image_height": 700,
103
+ "unique_images": 1000
104
+ },
105
+ "queries_text_statistics": {
106
+ "total_text_length": 53796,
107
+ "min_text_length": 61,
108
+ "average_text_length": 83.79439252336448,
109
+ "max_text_length": 130,
110
+ "unique_texts": 642
111
+ },
112
+ "queries_image_statistics": null,
113
+ "relevant_docs_statistics": {
114
+ "num_relevant_docs": 661,
115
+ "min_relevant_docs_per_query": 1,
116
+ "average_relevant_docs_per_query": 1.029595015576324,
117
+ "max_relevant_docs_per_query": 4,
118
+ "unique_relevant_docs": 661
119
+ },
120
+ "top_ranked_statistics": null
121
+ },
122
+ "es": {
123
+ "num_samples": 1642,
124
+ "number_of_characters": 59739,
125
+ "documents_text_statistics": null,
126
+ "documents_image_statistics": {
127
+ "min_image_width": 700,
128
+ "average_image_width": 869.0,
129
+ "max_image_width": 1200,
130
+ "min_image_height": 450,
131
+ "average_image_height": 534.5,
132
+ "max_image_height": 700,
133
+ "unique_images": 1000
134
+ },
135
+ "queries_text_statistics": {
136
+ "total_text_length": 59739,
137
+ "min_text_length": 59,
138
+ "average_text_length": 93.05140186915888,
139
+ "max_text_length": 155,
140
+ "unique_texts": 642
141
+ },
142
+ "queries_image_statistics": null,
143
+ "relevant_docs_statistics": {
144
+ "num_relevant_docs": 661,
145
+ "min_relevant_docs_per_query": 1,
146
+ "average_relevant_docs_per_query": 1.029595015576324,
147
+ "max_relevant_docs_per_query": 4,
148
+ "unique_relevant_docs": 661
149
+ },
150
+ "top_ranked_statistics": null
151
+ },
152
+ "fr": {
153
+ "num_samples": 1642,
154
+ "number_of_characters": 63102,
155
+ "documents_text_statistics": null,
156
+ "documents_image_statistics": {
157
+ "min_image_width": 700,
158
+ "average_image_width": 869.0,
159
+ "max_image_width": 1200,
160
+ "min_image_height": 450,
161
+ "average_image_height": 534.5,
162
+ "max_image_height": 700,
163
+ "unique_images": 1000
164
+ },
165
+ "queries_text_statistics": {
166
+ "total_text_length": 63102,
167
+ "min_text_length": 69,
168
+ "average_text_length": 98.28971962616822,
169
+ "max_text_length": 145,
170
+ "unique_texts": 642
171
+ },
172
+ "queries_image_statistics": null,
173
+ "relevant_docs_statistics": {
174
+ "num_relevant_docs": 661,
175
+ "min_relevant_docs_per_query": 1,
176
+ "average_relevant_docs_per_query": 1.029595015576324,
177
+ "max_relevant_docs_per_query": 4,
178
+ "unique_relevant_docs": 661
179
+ },
180
+ "top_ranked_statistics": null
181
+ },
182
+ "hi": {
183
+ "num_samples": 1499,
184
+ "number_of_characters": 40299,
185
+ "documents_text_statistics": null,
186
+ "documents_image_statistics": {
187
+ "min_image_width": 700,
188
+ "average_image_width": 700.0,
189
+ "max_image_width": 700,
190
+ "min_image_height": 450,
191
+ "average_image_height": 450.0,
192
+ "max_image_height": 450,
193
+ "unique_images": 1000
194
+ },
195
+ "queries_text_statistics": {
196
+ "total_text_length": 40299,
197
+ "min_text_length": 62,
198
+ "average_text_length": 80.75951903807615,
199
+ "max_text_length": 116,
200
+ "unique_texts": 499
201
+ },
202
+ "queries_image_statistics": null,
203
+ "relevant_docs_statistics": {
204
+ "num_relevant_docs": 499,
205
+ "min_relevant_docs_per_query": 1,
206
+ "average_relevant_docs_per_query": 1.0,
207
+ "max_relevant_docs_per_query": 1,
208
+ "unique_relevant_docs": 499
209
+ },
210
+ "top_ranked_statistics": null
211
+ },
212
+ "hu": {
213
+ "num_samples": 1642,
214
+ "number_of_characters": 51892,
215
+ "documents_text_statistics": null,
216
+ "documents_image_statistics": {
217
+ "min_image_width": 700,
218
+ "average_image_width": 869.0,
219
+ "max_image_width": 1200,
220
+ "min_image_height": 450,
221
+ "average_image_height": 534.5,
222
+ "max_image_height": 700,
223
+ "unique_images": 1000
224
+ },
225
+ "queries_text_statistics": {
226
+ "total_text_length": 51892,
227
+ "min_text_length": 62,
228
+ "average_text_length": 80.82866043613707,
229
+ "max_text_length": 125,
230
+ "unique_texts": 642
231
+ },
232
+ "queries_image_statistics": null,
233
+ "relevant_docs_statistics": {
234
+ "num_relevant_docs": 661,
235
+ "min_relevant_docs_per_query": 1,
236
+ "average_relevant_docs_per_query": 1.029595015576324,
237
+ "max_relevant_docs_per_query": 4,
238
+ "unique_relevant_docs": 661
239
+ },
240
+ "top_ranked_statistics": null
241
+ },
242
+ "jp": {
243
+ "num_samples": 1642,
244
+ "number_of_characters": 29696,
245
+ "documents_text_statistics": null,
246
+ "documents_image_statistics": {
247
+ "min_image_width": 700,
248
+ "average_image_width": 869.0,
249
+ "max_image_width": 1200,
250
+ "min_image_height": 450,
251
+ "average_image_height": 534.5,
252
+ "max_image_height": 700,
253
+ "unique_images": 1000
254
+ },
255
+ "queries_text_statistics": {
256
+ "total_text_length": 29696,
257
+ "min_text_length": 32,
258
+ "average_text_length": 46.25545171339564,
259
+ "max_text_length": 69,
260
+ "unique_texts": 642
261
+ },
262
+ "queries_image_statistics": null,
263
+ "relevant_docs_statistics": {
264
+ "num_relevant_docs": 661,
265
+ "min_relevant_docs_per_query": 1,
266
+ "average_relevant_docs_per_query": 1.029595015576324,
267
+ "max_relevant_docs_per_query": 4,
268
+ "unique_relevant_docs": 661
269
+ },
270
+ "top_ranked_statistics": null
271
+ },
272
+ "ru": {
273
+ "num_samples": 1642,
274
+ "number_of_characters": 48775,
275
+ "documents_text_statistics": null,
276
+ "documents_image_statistics": {
277
+ "min_image_width": 700,
278
+ "average_image_width": 869.0,
279
+ "max_image_width": 1200,
280
+ "min_image_height": 450,
281
+ "average_image_height": 534.5,
282
+ "max_image_height": 700,
283
+ "unique_images": 1000
284
+ },
285
+ "queries_text_statistics": {
286
+ "total_text_length": 48775,
287
+ "min_text_length": 63,
288
+ "average_text_length": 75.97352024922118,
289
+ "max_text_length": 98,
290
+ "unique_texts": 642
291
+ },
292
+ "queries_image_statistics": null,
293
+ "relevant_docs_statistics": {
294
+ "num_relevant_docs": 661,
295
+ "min_relevant_docs_per_query": 1,
296
+ "average_relevant_docs_per_query": 1.029595015576324,
297
+ "max_relevant_docs_per_query": 4,
298
+ "unique_relevant_docs": 661
299
+ },
300
+ "top_ranked_statistics": null
301
+ },
302
+ "zh": {
303
+ "num_samples": 1642,
304
+ "number_of_characters": 22585,
305
+ "documents_text_statistics": null,
306
+ "documents_image_statistics": {
307
+ "min_image_width": 700,
308
+ "average_image_width": 869.0,
309
+ "max_image_width": 1200,
310
+ "min_image_height": 450,
311
+ "average_image_height": 534.5,
312
+ "max_image_height": 700,
313
+ "unique_images": 1000
314
+ },
315
+ "queries_text_statistics": {
316
+ "total_text_length": 22585,
317
+ "min_text_length": 18,
318
+ "average_text_length": 35.179127725856695,
319
+ "max_text_length": 52,
320
+ "unique_texts": 642
321
+ },
322
+ "queries_image_statistics": null,
323
+ "relevant_docs_statistics": {
324
+ "num_relevant_docs": 661,
325
+ "min_relevant_docs_per_query": 1,
326
+ "average_relevant_docs_per_query": 1.029595015576324,
327
+ "max_relevant_docs_per_query": 4,
328
+ "unique_relevant_docs": 661
329
+ },
330
+ "top_ranked_statistics": null
331
+ }
332
+ }
333
+ }
334
+ }