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
@@ -1,23 +1,37 @@
1
1
  {
2
2
  "test": {
3
3
  "num_samples": 32768,
4
- "unique_num_labels": 2,
5
- "min_image_width": 96,
6
- "average_image_width": 96.0,
7
- "max_image_width": 96,
8
- "min_image_height": 96,
9
- "average_image_height": 96.0,
10
- "max_image_height": 96,
11
- "min_label_text_length": 35,
12
- "average_label_text_length": 52.0,
13
- "max_label_text_length": 69,
14
- "labels": {
15
- "0": {
16
- "count": 16391
17
- },
18
- "1": {
19
- "count": 16377
4
+ "number_of_characters": null,
5
+ "text_statistics": null,
6
+ "image_statistics": {
7
+ "min_image_width": 96,
8
+ "average_image_width": 96.0,
9
+ "max_image_width": 96,
10
+ "min_image_height": 96,
11
+ "average_image_height": 96.0,
12
+ "max_image_height": 96,
13
+ "unique_images": 29383
14
+ },
15
+ "label_statistics": {
16
+ "min_labels_per_text": 1,
17
+ "average_label_per_text": 1.0,
18
+ "max_labels_per_text": 1,
19
+ "unique_labels": 2,
20
+ "labels": {
21
+ "0": {
22
+ "count": 16391
23
+ },
24
+ "1": {
25
+ "count": 16377
26
+ }
20
27
  }
28
+ },
29
+ "candidates_labels_text_statistics": {
30
+ "total_text_length": 103,
31
+ "min_text_length": 34,
32
+ "average_text_length": 51.5,
33
+ "max_text_length": 69,
34
+ "unique_texts": 2
21
35
  }
22
36
  }
23
37
  }
@@ -0,0 +1,84 @@
1
+ {
2
+ "test": {
3
+ "num_samples": 252,
4
+ "number_texts_intersect_with_train": null,
5
+ "text_statistics": {
6
+ "total_text_length": 48963,
7
+ "min_text_length": 35,
8
+ "average_text_length": 194.29761904761904,
9
+ "max_text_length": 337,
10
+ "unique_texts": 252
11
+ },
12
+ "image_statistics": null,
13
+ "label_statistics": {
14
+ "min_labels_per_text": 0,
15
+ "average_label_per_text": 2.115079365079365,
16
+ "max_labels_per_text": 6,
17
+ "unique_labels": 7,
18
+ "labels": {
19
+ "1": {
20
+ "count": 183
21
+ },
22
+ "None": {
23
+ "count": 50
24
+ },
25
+ "3": {
26
+ "count": 102
27
+ },
28
+ "5": {
29
+ "count": 83
30
+ },
31
+ "0": {
32
+ "count": 56
33
+ },
34
+ "2": {
35
+ "count": 62
36
+ },
37
+ "4": {
38
+ "count": 47
39
+ }
40
+ }
41
+ }
42
+ },
43
+ "train": {
44
+ "num_samples": 929,
45
+ "number_texts_intersect_with_train": null,
46
+ "text_statistics": {
47
+ "total_text_length": 174673,
48
+ "min_text_length": 33,
49
+ "average_text_length": 188.02260495156082,
50
+ "max_text_length": 714,
51
+ "unique_texts": 929
52
+ },
53
+ "image_statistics": null,
54
+ "label_statistics": {
55
+ "min_labels_per_text": 0,
56
+ "average_label_per_text": 1.9730893433799785,
57
+ "max_labels_per_text": 6,
58
+ "unique_labels": 7,
59
+ "labels": {
60
+ "1": {
61
+ "count": 709
62
+ },
63
+ "3": {
64
+ "count": 377
65
+ },
66
+ "0": {
67
+ "count": 164
68
+ },
69
+ "2": {
70
+ "count": 183
71
+ },
72
+ "4": {
73
+ "count": 138
74
+ },
75
+ "5": {
76
+ "count": 262
77
+ },
78
+ "None": {
79
+ "count": 168
80
+ }
81
+ }
82
+ }
83
+ }
84
+ }
@@ -0,0 +1,156 @@
1
+ {
2
+ "test": {
3
+ "num_samples": 3235,
4
+ "number_texts_intersect_with_train": 2265,
5
+ "text_statistics": {
6
+ "total_text_length": 2927178,
7
+ "min_text_length": 47,
8
+ "average_text_length": 904.8463678516229,
9
+ "max_text_length": 35167,
10
+ "unique_texts": 3235
11
+ },
12
+ "image_statistics": null,
13
+ "label_statistics": {
14
+ "min_labels_per_text": 1,
15
+ "average_label_per_text": 1.8593508500772797,
16
+ "max_labels_per_text": 8,
17
+ "unique_labels": 19,
18
+ "labels": {
19
+ "Social Sciences (General)": {
20
+ "count": 472
21
+ },
22
+ "Sociology": {
23
+ "count": 366
24
+ },
25
+ "Other Disciplines": {
26
+ "count": 557
27
+ },
28
+ "Educational Sciences": {
29
+ "count": 302
30
+ },
31
+ "Economics & Business": {
32
+ "count": 393
33
+ },
34
+ "Social Health Sciences": {
35
+ "count": 255
36
+ },
37
+ "Political Sciences": {
38
+ "count": 201
39
+ },
40
+ "Communication Studies": {
41
+ "count": 155
42
+ },
43
+ "History": {
44
+ "count": 287
45
+ },
46
+ "Humanities (General)": {
47
+ "count": 398
48
+ },
49
+ "Law": {
50
+ "count": 999
51
+ },
52
+ "Philosophy": {
53
+ "count": 233
54
+ },
55
+ "Art History": {
56
+ "count": 349
57
+ },
58
+ "Theology": {
59
+ "count": 58
60
+ },
61
+ "Psychology": {
62
+ "count": 174
63
+ },
64
+ "Criminology": {
65
+ "count": 284
66
+ },
67
+ "Linguistics": {
68
+ "count": 254
69
+ },
70
+ "Literature": {
71
+ "count": 140
72
+ },
73
+ "Archaeology": {
74
+ "count": 138
75
+ }
76
+ }
77
+ }
78
+ },
79
+ "train": {
80
+ "num_samples": 6471,
81
+ "number_texts_intersect_with_train": null,
82
+ "text_statistics": {
83
+ "total_text_length": 5847151,
84
+ "min_text_length": 38,
85
+ "average_text_length": 903.5931077113274,
86
+ "max_text_length": 35167,
87
+ "unique_texts": 6471
88
+ },
89
+ "image_statistics": null,
90
+ "label_statistics": {
91
+ "min_labels_per_text": 1,
92
+ "average_label_per_text": 1.8822438572090867,
93
+ "max_labels_per_text": 11,
94
+ "unique_labels": 19,
95
+ "labels": {
96
+ "Social Sciences (General)": {
97
+ "count": 1021
98
+ },
99
+ "Sociology": {
100
+ "count": 660
101
+ },
102
+ "Other Disciplines": {
103
+ "count": 1124
104
+ },
105
+ "Educational Sciences": {
106
+ "count": 541
107
+ },
108
+ "Economics & Business": {
109
+ "count": 756
110
+ },
111
+ "Linguistics": {
112
+ "count": 501
113
+ },
114
+ "Humanities (General)": {
115
+ "count": 995
116
+ },
117
+ "Political Sciences": {
118
+ "count": 380
119
+ },
120
+ "Communication Studies": {
121
+ "count": 327
122
+ },
123
+ "Psychology": {
124
+ "count": 375
125
+ },
126
+ "Philosophy": {
127
+ "count": 434
128
+ },
129
+ "Art History": {
130
+ "count": 703
131
+ },
132
+ "History": {
133
+ "count": 522
134
+ },
135
+ "Law": {
136
+ "count": 2150
137
+ },
138
+ "Theology": {
139
+ "count": 116
140
+ },
141
+ "Social Health Sciences": {
142
+ "count": 489
143
+ },
144
+ "Criminology": {
145
+ "count": 576
146
+ },
147
+ "Literature": {
148
+ "count": 275
149
+ },
150
+ "Archaeology": {
151
+ "count": 235
152
+ }
153
+ }
154
+ }
155
+ }
156
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "test": {
3
+ "num_samples": 2115,
4
+ "number_of_characters": 194569,
5
+ "unique_pairs": 2115,
6
+ "text1_statistics": {
7
+ "total_text_length": 100505,
8
+ "min_text_length": 10,
9
+ "average_text_length": 47.520094562647756,
10
+ "max_text_length": 158,
11
+ "unique_texts": 1769
12
+ },
13
+ "text2_statistics": {
14
+ "total_text_length": 94064,
15
+ "min_text_length": 10,
16
+ "average_text_length": 44.47470449172577,
17
+ "max_text_length": 158,
18
+ "unique_texts": 1738
19
+ },
20
+ "labels_statistics": {
21
+ "min_labels_per_text": 1,
22
+ "average_label_per_text": 1.0,
23
+ "max_labels_per_text": 1,
24
+ "unique_labels": 2,
25
+ "labels": {
26
+ "1": {
27
+ "count": 1404
28
+ },
29
+ "0": {
30
+ "count": 711
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "test": {
3
+ "num_samples": 1004,
4
+ "number_of_characters": 103768,
5
+ "unique_pairs": 1004,
6
+ "text1_statistics": {
7
+ "total_text_length": 52390,
8
+ "min_text_length": 15,
9
+ "average_text_length": 52.18127490039841,
10
+ "max_text_length": 139,
11
+ "unique_texts": 851
12
+ },
13
+ "text2_statistics": {
14
+ "total_text_length": 51378,
15
+ "min_text_length": 9,
16
+ "average_text_length": 51.17330677290837,
17
+ "max_text_length": 131,
18
+ "unique_texts": 863
19
+ },
20
+ "labels_statistics": {
21
+ "min_labels_per_text": 1,
22
+ "average_label_per_text": 1.0,
23
+ "max_labels_per_text": 1,
24
+ "unique_labels": 2,
25
+ "labels": {
26
+ "1": {
27
+ "count": 502
28
+ },
29
+ "0": {
30
+ "count": 502
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }