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
|
@@ -0,0 +1,334 @@
|
|
|
1
|
+
{
|
|
2
|
+
"test": {
|
|
3
|
+
"num_samples": 14952,
|
|
4
|
+
"number_of_characters": 409142,
|
|
5
|
+
"documents_text_statistics": null,
|
|
6
|
+
"documents_image_statistics": {
|
|
7
|
+
"min_image_width": 1980,
|
|
8
|
+
"average_image_width": 1980.0,
|
|
9
|
+
"max_image_width": 1980,
|
|
10
|
+
"min_image_height": 852,
|
|
11
|
+
"average_image_height": 852.0,
|
|
12
|
+
"max_image_height": 852,
|
|
13
|
+
"unique_images": 10000
|
|
14
|
+
},
|
|
15
|
+
"queries_text_statistics": {
|
|
16
|
+
"total_text_length": 409142,
|
|
17
|
+
"min_text_length": 45,
|
|
18
|
+
"average_text_length": 82.62156704361874,
|
|
19
|
+
"max_text_length": 108,
|
|
20
|
+
"unique_texts": 4952
|
|
21
|
+
},
|
|
22
|
+
"queries_image_statistics": null,
|
|
23
|
+
"relevant_docs_statistics": {
|
|
24
|
+
"num_relevant_docs": 4952,
|
|
25
|
+
"min_relevant_docs_per_query": 1,
|
|
26
|
+
"average_relevant_docs_per_query": 1.0,
|
|
27
|
+
"max_relevant_docs_per_query": 1,
|
|
28
|
+
"unique_relevant_docs": 4952
|
|
29
|
+
},
|
|
30
|
+
"top_ranked_statistics": null,
|
|
31
|
+
"hf_subset_descriptive_stats": {
|
|
32
|
+
"ar": {
|
|
33
|
+
"num_samples": 1481,
|
|
34
|
+
"number_of_characters": 41178,
|
|
35
|
+
"documents_text_statistics": null,
|
|
36
|
+
"documents_image_statistics": {
|
|
37
|
+
"min_image_width": 1980,
|
|
38
|
+
"average_image_width": 1980.0,
|
|
39
|
+
"max_image_width": 1980,
|
|
40
|
+
"min_image_height": 852,
|
|
41
|
+
"average_image_height": 852.0,
|
|
42
|
+
"max_image_height": 852,
|
|
43
|
+
"unique_images": 1000
|
|
44
|
+
},
|
|
45
|
+
"queries_text_statistics": {
|
|
46
|
+
"total_text_length": 41178,
|
|
47
|
+
"min_text_length": 75,
|
|
48
|
+
"average_text_length": 85.60914760914761,
|
|
49
|
+
"max_text_length": 96,
|
|
50
|
+
"unique_texts": 481
|
|
51
|
+
},
|
|
52
|
+
"queries_image_statistics": null,
|
|
53
|
+
"relevant_docs_statistics": {
|
|
54
|
+
"num_relevant_docs": 481,
|
|
55
|
+
"min_relevant_docs_per_query": 1,
|
|
56
|
+
"average_relevant_docs_per_query": 1.0,
|
|
57
|
+
"max_relevant_docs_per_query": 1,
|
|
58
|
+
"unique_relevant_docs": 481
|
|
59
|
+
},
|
|
60
|
+
"top_ranked_statistics": null
|
|
61
|
+
},
|
|
62
|
+
"de": {
|
|
63
|
+
"num_samples": 1499,
|
|
64
|
+
"number_of_characters": 46672,
|
|
65
|
+
"documents_text_statistics": null,
|
|
66
|
+
"documents_image_statistics": {
|
|
67
|
+
"min_image_width": 1980,
|
|
68
|
+
"average_image_width": 1980.0,
|
|
69
|
+
"max_image_width": 1980,
|
|
70
|
+
"min_image_height": 852,
|
|
71
|
+
"average_image_height": 852.0,
|
|
72
|
+
"max_image_height": 852,
|
|
73
|
+
"unique_images": 1000
|
|
74
|
+
},
|
|
75
|
+
"queries_text_statistics": {
|
|
76
|
+
"total_text_length": 46672,
|
|
77
|
+
"min_text_length": 78,
|
|
78
|
+
"average_text_length": 93.53106212424849,
|
|
79
|
+
"max_text_length": 106,
|
|
80
|
+
"unique_texts": 499
|
|
81
|
+
},
|
|
82
|
+
"queries_image_statistics": null,
|
|
83
|
+
"relevant_docs_statistics": {
|
|
84
|
+
"num_relevant_docs": 499,
|
|
85
|
+
"min_relevant_docs_per_query": 1,
|
|
86
|
+
"average_relevant_docs_per_query": 1.0,
|
|
87
|
+
"max_relevant_docs_per_query": 1,
|
|
88
|
+
"unique_relevant_docs": 499
|
|
89
|
+
},
|
|
90
|
+
"top_ranked_statistics": null
|
|
91
|
+
},
|
|
92
|
+
"en": {
|
|
93
|
+
"num_samples": 1499,
|
|
94
|
+
"number_of_characters": 40201,
|
|
95
|
+
"documents_text_statistics": null,
|
|
96
|
+
"documents_image_statistics": {
|
|
97
|
+
"min_image_width": 1980,
|
|
98
|
+
"average_image_width": 1980.0,
|
|
99
|
+
"max_image_width": 1980,
|
|
100
|
+
"min_image_height": 852,
|
|
101
|
+
"average_image_height": 852.0,
|
|
102
|
+
"max_image_height": 852,
|
|
103
|
+
"unique_images": 1000
|
|
104
|
+
},
|
|
105
|
+
"queries_text_statistics": {
|
|
106
|
+
"total_text_length": 40201,
|
|
107
|
+
"min_text_length": 70,
|
|
108
|
+
"average_text_length": 80.56312625250501,
|
|
109
|
+
"max_text_length": 90,
|
|
110
|
+
"unique_texts": 499
|
|
111
|
+
},
|
|
112
|
+
"queries_image_statistics": null,
|
|
113
|
+
"relevant_docs_statistics": {
|
|
114
|
+
"num_relevant_docs": 499,
|
|
115
|
+
"min_relevant_docs_per_query": 1,
|
|
116
|
+
"average_relevant_docs_per_query": 1.0,
|
|
117
|
+
"max_relevant_docs_per_query": 1,
|
|
118
|
+
"unique_relevant_docs": 499
|
|
119
|
+
},
|
|
120
|
+
"top_ranked_statistics": null
|
|
121
|
+
},
|
|
122
|
+
"es": {
|
|
123
|
+
"num_samples": 1499,
|
|
124
|
+
"number_of_characters": 47609,
|
|
125
|
+
"documents_text_statistics": null,
|
|
126
|
+
"documents_image_statistics": {
|
|
127
|
+
"min_image_width": 1980,
|
|
128
|
+
"average_image_width": 1980.0,
|
|
129
|
+
"max_image_width": 1980,
|
|
130
|
+
"min_image_height": 852,
|
|
131
|
+
"average_image_height": 852.0,
|
|
132
|
+
"max_image_height": 852,
|
|
133
|
+
"unique_images": 1000
|
|
134
|
+
},
|
|
135
|
+
"queries_text_statistics": {
|
|
136
|
+
"total_text_length": 47609,
|
|
137
|
+
"min_text_length": 84,
|
|
138
|
+
"average_text_length": 95.40881763527054,
|
|
139
|
+
"max_text_length": 108,
|
|
140
|
+
"unique_texts": 499
|
|
141
|
+
},
|
|
142
|
+
"queries_image_statistics": null,
|
|
143
|
+
"relevant_docs_statistics": {
|
|
144
|
+
"num_relevant_docs": 499,
|
|
145
|
+
"min_relevant_docs_per_query": 1,
|
|
146
|
+
"average_relevant_docs_per_query": 1.0,
|
|
147
|
+
"max_relevant_docs_per_query": 1,
|
|
148
|
+
"unique_relevant_docs": 499
|
|
149
|
+
},
|
|
150
|
+
"top_ranked_statistics": null
|
|
151
|
+
},
|
|
152
|
+
"fr": {
|
|
153
|
+
"num_samples": 1499,
|
|
154
|
+
"number_of_characters": 45036,
|
|
155
|
+
"documents_text_statistics": null,
|
|
156
|
+
"documents_image_statistics": {
|
|
157
|
+
"min_image_width": 1980,
|
|
158
|
+
"average_image_width": 1980.0,
|
|
159
|
+
"max_image_width": 1980,
|
|
160
|
+
"min_image_height": 852,
|
|
161
|
+
"average_image_height": 852.0,
|
|
162
|
+
"max_image_height": 852,
|
|
163
|
+
"unique_images": 1000
|
|
164
|
+
},
|
|
165
|
+
"queries_text_statistics": {
|
|
166
|
+
"total_text_length": 45036,
|
|
167
|
+
"min_text_length": 81,
|
|
168
|
+
"average_text_length": 90.25250501002004,
|
|
169
|
+
"max_text_length": 100,
|
|
170
|
+
"unique_texts": 499
|
|
171
|
+
},
|
|
172
|
+
"queries_image_statistics": null,
|
|
173
|
+
"relevant_docs_statistics": {
|
|
174
|
+
"num_relevant_docs": 499,
|
|
175
|
+
"min_relevant_docs_per_query": 1,
|
|
176
|
+
"average_relevant_docs_per_query": 1.0,
|
|
177
|
+
"max_relevant_docs_per_query": 1,
|
|
178
|
+
"unique_relevant_docs": 499
|
|
179
|
+
},
|
|
180
|
+
"top_ranked_statistics": null
|
|
181
|
+
},
|
|
182
|
+
"hi": {
|
|
183
|
+
"num_samples": 1499,
|
|
184
|
+
"number_of_characters": 42413,
|
|
185
|
+
"documents_text_statistics": null,
|
|
186
|
+
"documents_image_statistics": {
|
|
187
|
+
"min_image_width": 1980,
|
|
188
|
+
"average_image_width": 1980.0,
|
|
189
|
+
"max_image_width": 1980,
|
|
190
|
+
"min_image_height": 852,
|
|
191
|
+
"average_image_height": 852.0,
|
|
192
|
+
"max_image_height": 852,
|
|
193
|
+
"unique_images": 1000
|
|
194
|
+
},
|
|
195
|
+
"queries_text_statistics": {
|
|
196
|
+
"total_text_length": 42413,
|
|
197
|
+
"min_text_length": 71,
|
|
198
|
+
"average_text_length": 84.99599198396794,
|
|
199
|
+
"max_text_length": 99,
|
|
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": 1499,
|
|
214
|
+
"number_of_characters": 47600,
|
|
215
|
+
"documents_text_statistics": null,
|
|
216
|
+
"documents_image_statistics": {
|
|
217
|
+
"min_image_width": 1980,
|
|
218
|
+
"average_image_width": 1980.0,
|
|
219
|
+
"max_image_width": 1980,
|
|
220
|
+
"min_image_height": 852,
|
|
221
|
+
"average_image_height": 852.0,
|
|
222
|
+
"max_image_height": 852,
|
|
223
|
+
"unique_images": 1000
|
|
224
|
+
},
|
|
225
|
+
"queries_text_statistics": {
|
|
226
|
+
"total_text_length": 47600,
|
|
227
|
+
"min_text_length": 84,
|
|
228
|
+
"average_text_length": 95.39078156312625,
|
|
229
|
+
"max_text_length": 107,
|
|
230
|
+
"unique_texts": 499
|
|
231
|
+
},
|
|
232
|
+
"queries_image_statistics": null,
|
|
233
|
+
"relevant_docs_statistics": {
|
|
234
|
+
"num_relevant_docs": 499,
|
|
235
|
+
"min_relevant_docs_per_query": 1,
|
|
236
|
+
"average_relevant_docs_per_query": 1.0,
|
|
237
|
+
"max_relevant_docs_per_query": 1,
|
|
238
|
+
"unique_relevant_docs": 499
|
|
239
|
+
},
|
|
240
|
+
"top_ranked_statistics": null
|
|
241
|
+
},
|
|
242
|
+
"jp": {
|
|
243
|
+
"num_samples": 1492,
|
|
244
|
+
"number_of_characters": 28798,
|
|
245
|
+
"documents_text_statistics": null,
|
|
246
|
+
"documents_image_statistics": {
|
|
247
|
+
"min_image_width": 1980,
|
|
248
|
+
"average_image_width": 1980.0,
|
|
249
|
+
"max_image_width": 1980,
|
|
250
|
+
"min_image_height": 852,
|
|
251
|
+
"average_image_height": 852.0,
|
|
252
|
+
"max_image_height": 852,
|
|
253
|
+
"unique_images": 1000
|
|
254
|
+
},
|
|
255
|
+
"queries_text_statistics": {
|
|
256
|
+
"total_text_length": 28798,
|
|
257
|
+
"min_text_length": 51,
|
|
258
|
+
"average_text_length": 58.53252032520325,
|
|
259
|
+
"max_text_length": 66,
|
|
260
|
+
"unique_texts": 492
|
|
261
|
+
},
|
|
262
|
+
"queries_image_statistics": null,
|
|
263
|
+
"relevant_docs_statistics": {
|
|
264
|
+
"num_relevant_docs": 492,
|
|
265
|
+
"min_relevant_docs_per_query": 1,
|
|
266
|
+
"average_relevant_docs_per_query": 1.0,
|
|
267
|
+
"max_relevant_docs_per_query": 1,
|
|
268
|
+
"unique_relevant_docs": 492
|
|
269
|
+
},
|
|
270
|
+
"top_ranked_statistics": null
|
|
271
|
+
},
|
|
272
|
+
"ru": {
|
|
273
|
+
"num_samples": 1499,
|
|
274
|
+
"number_of_characters": 44442,
|
|
275
|
+
"documents_text_statistics": null,
|
|
276
|
+
"documents_image_statistics": {
|
|
277
|
+
"min_image_width": 1980,
|
|
278
|
+
"average_image_width": 1980.0,
|
|
279
|
+
"max_image_width": 1980,
|
|
280
|
+
"min_image_height": 852,
|
|
281
|
+
"average_image_height": 852.0,
|
|
282
|
+
"max_image_height": 852,
|
|
283
|
+
"unique_images": 1000
|
|
284
|
+
},
|
|
285
|
+
"queries_text_statistics": {
|
|
286
|
+
"total_text_length": 44442,
|
|
287
|
+
"min_text_length": 75,
|
|
288
|
+
"average_text_length": 89.062124248497,
|
|
289
|
+
"max_text_length": 100,
|
|
290
|
+
"unique_texts": 499
|
|
291
|
+
},
|
|
292
|
+
"queries_image_statistics": null,
|
|
293
|
+
"relevant_docs_statistics": {
|
|
294
|
+
"num_relevant_docs": 499,
|
|
295
|
+
"min_relevant_docs_per_query": 1,
|
|
296
|
+
"average_relevant_docs_per_query": 1.0,
|
|
297
|
+
"max_relevant_docs_per_query": 1,
|
|
298
|
+
"unique_relevant_docs": 499
|
|
299
|
+
},
|
|
300
|
+
"top_ranked_statistics": null
|
|
301
|
+
},
|
|
302
|
+
"zh": {
|
|
303
|
+
"num_samples": 1486,
|
|
304
|
+
"number_of_characters": 25193,
|
|
305
|
+
"documents_text_statistics": null,
|
|
306
|
+
"documents_image_statistics": {
|
|
307
|
+
"min_image_width": 1980,
|
|
308
|
+
"average_image_width": 1980.0,
|
|
309
|
+
"max_image_width": 1980,
|
|
310
|
+
"min_image_height": 852,
|
|
311
|
+
"average_image_height": 852.0,
|
|
312
|
+
"max_image_height": 852,
|
|
313
|
+
"unique_images": 1000
|
|
314
|
+
},
|
|
315
|
+
"queries_text_statistics": {
|
|
316
|
+
"total_text_length": 25193,
|
|
317
|
+
"min_text_length": 45,
|
|
318
|
+
"average_text_length": 51.83744855967078,
|
|
319
|
+
"max_text_length": 59,
|
|
320
|
+
"unique_texts": 486
|
|
321
|
+
},
|
|
322
|
+
"queries_image_statistics": null,
|
|
323
|
+
"relevant_docs_statistics": {
|
|
324
|
+
"num_relevant_docs": 486,
|
|
325
|
+
"min_relevant_docs_per_query": 1,
|
|
326
|
+
"average_relevant_docs_per_query": 1.0,
|
|
327
|
+
"max_relevant_docs_per_query": 1,
|
|
328
|
+
"unique_relevant_docs": 486
|
|
329
|
+
},
|
|
330
|
+
"top_ranked_statistics": null
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
}
|