File size: 8,395 Bytes
4cd4444
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
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
{
  "dataset": "NanoBIRCO",
  "benchmark": "BIRCO",
  "query_limit": 200,
  "doc_limit": 10000,
  "bm25_top_k": 100,
  "created_from": "scripts/create_mteb_nano_series_local.py",
  "source_github_url": "https://github.com/embeddings-benchmark/mteb",
  "splits": [
    {
      "split": "NanoBIRCOArguAna",
      "source_task": "BIRCO-ArguAna",
      "requested_source_task": "BIRCO-ArguAna",
      "source_type": "Retrieval",
      "source_dataset": {
        "path": "mteb/BIRCO-ArguAna-Test",
        "revision": "0229bee36500c92028874b55b5a1d08e5ee37bb9"
      },
      "source_eval_splits": [
        "test"
      ],
      "hf_subsets": [],
      "query_limit": 200,
      "doc_limit": 10000,
      "queries": 98,
      "corpus": 3081,
      "qrels": 98,
      "bm25_rows": 98,
      "bm25_top_k": 100,
      "bm25_tokenization": {
        "mode": "stemmer",
        "language": "en",
        "stemmer_algorithm": "english",
        "tokenizer_name": null,
        "reason": "language 'en' mapped to stemmer 'english'"
      },
      "qrels_coverage": {
        "total": 98,
        "hits": 98,
        "recall": 1.0
      },
      "ndcg_at_10": 0.40513834267983984,
      "ndcg_at_100": 0.4563243566686985,
      "source_container": "task.dataset",
      "source_eval_split_used": "test",
      "source_query_count": 100,
      "source_corpus_count": 3117,
      "source_qrels_query_count": 100,
      "source_queries_with_more_than_bm25_top_k_positives": 0,
      "capped_queries_with_more_than_bm25_top_k_positives": 0,
      "dropped_positive_qrels_by_capping": 0,
      "skipped_queries_missing_text_or_qrels": 0,
      "skipped_duplicate_query_texts": 2,
      "duplicate_doc_texts_removed": 36,
      "qrels_rewritten_for_duplicate_text": 0,
      "forced_queries": 6,
      "forced_doc_count": 6,
      "missing_positive_doc_count_after_forcing": 0
    },
    {
      "split": "NanoBIRCOClinicalTrial",
      "source_task": "BIRCO-ClinicalTrial",
      "requested_source_task": "BIRCO-ClinicalTrial",
      "source_type": "Retrieval",
      "source_dataset": {
        "path": "mteb/BIRCO-ClinicalTrial-Test",
        "revision": "ef7b3a7f08dd2f0f7bdf0cf23391f8a1a26ad477"
      },
      "source_eval_splits": [
        "test"
      ],
      "hf_subsets": [],
      "query_limit": 200,
      "doc_limit": 10000,
      "queries": 50,
      "corpus": 3375,
      "qrels": 1042,
      "bm25_rows": 50,
      "bm25_top_k": 100,
      "bm25_tokenization": {
        "mode": "stemmer",
        "language": "en",
        "stemmer_algorithm": "english",
        "tokenizer_name": null,
        "reason": "language 'en' mapped to stemmer 'english'"
      },
      "qrels_coverage": {
        "total": 1042,
        "hits": 1042,
        "recall": 1.0
      },
      "ndcg_at_10": 0.11936810480404393,
      "ndcg_at_100": 0.48978369662282645,
      "source_container": "task.dataset",
      "source_eval_split_used": "test",
      "source_query_count": 50,
      "source_corpus_count": 3377,
      "source_qrels_query_count": 50,
      "source_queries_with_more_than_bm25_top_k_positives": 0,
      "capped_queries_with_more_than_bm25_top_k_positives": 0,
      "dropped_positive_qrels_by_capping": 0,
      "skipped_queries_missing_text_or_qrels": 0,
      "skipped_duplicate_query_texts": 0,
      "duplicate_doc_texts_removed": 4,
      "qrels_rewritten_for_duplicate_text": 2,
      "forced_queries": 50,
      "forced_doc_count": 819,
      "missing_positive_doc_count_after_forcing": 0
    },
    {
      "split": "NanoBIRCODorisMae",
      "source_task": "BIRCO-DorisMae",
      "requested_source_task": "BIRCO-DorisMae",
      "source_type": "Retrieval",
      "source_dataset": {
        "path": "mteb/BIRCO-DorisMae-Test",
        "revision": "010fedd0de72e8b77388ea5b1d563d638d5900e5a"
      },
      "source_eval_splits": [
        "test"
      ],
      "hf_subsets": [],
      "query_limit": 200,
      "doc_limit": 10000,
      "queries": 60,
      "corpus": 5544,
      "qrels": 1569,
      "bm25_rows": 60,
      "bm25_top_k": 100,
      "bm25_tokenization": {
        "mode": "stemmer",
        "language": "en",
        "stemmer_algorithm": "english",
        "tokenizer_name": null,
        "reason": "language 'en' mapped to stemmer 'english'"
      },
      "qrels_coverage": {
        "total": 1569,
        "hits": 1569,
        "recall": 1.0
      },
      "ndcg_at_10": 0.24692150943230864,
      "ndcg_at_100": 0.4328159854183927,
      "source_container": "custom_mteb_birco_float_qrels",
      "source_eval_split_used": "test",
      "source_qrels_score_type": "float64",
      "source_query_count": 60,
      "source_corpus_count": 5544,
      "source_qrels_query_count": 60,
      "source_queries_with_more_than_bm25_top_k_positives": 44,
      "capped_queries_with_more_than_bm25_top_k_positives": 44,
      "dropped_positive_qrels_by_capping": 4851,
      "skipped_queries_missing_text_or_qrels": 0,
      "skipped_duplicate_query_texts": 0,
      "duplicate_doc_texts_removed": 0,
      "qrels_rewritten_for_duplicate_text": 0,
      "forced_queries": 31,
      "forced_doc_count": 942,
      "missing_positive_doc_count_after_forcing": 0
    },
    {
      "split": "NanoBIRCORelic",
      "source_task": "BIRCO-Relic",
      "requested_source_task": "BIRCO-Relic",
      "source_type": "Retrieval",
      "source_dataset": {
        "path": "mteb/BIRCO-Relic-Test",
        "revision": "3d593fde907860102a282b4a6ea7fb1e1f1f83dd"
      },
      "source_eval_splits": [
        "test"
      ],
      "hf_subsets": [],
      "query_limit": 200,
      "doc_limit": 10000,
      "queries": 100,
      "corpus": 5023,
      "qrels": 100,
      "bm25_rows": 100,
      "bm25_top_k": 100,
      "bm25_tokenization": {
        "mode": "stemmer",
        "language": "en",
        "stemmer_algorithm": "english",
        "tokenizer_name": null,
        "reason": "language 'en' mapped to stemmer 'english'"
      },
      "qrels_coverage": {
        "total": 100,
        "hits": 100,
        "recall": 1.0
      },
      "ndcg_at_10": 0.0633094247551643,
      "ndcg_at_100": 0.2089611617514713,
      "source_container": "task.dataset",
      "source_eval_split_used": "test",
      "source_query_count": 100,
      "source_corpus_count": 5023,
      "source_qrels_query_count": 100,
      "source_queries_with_more_than_bm25_top_k_positives": 0,
      "capped_queries_with_more_than_bm25_top_k_positives": 0,
      "dropped_positive_qrels_by_capping": 0,
      "skipped_queries_missing_text_or_qrels": 0,
      "skipped_duplicate_query_texts": 0,
      "duplicate_doc_texts_removed": 0,
      "qrels_rewritten_for_duplicate_text": 0,
      "forced_queries": 62,
      "forced_doc_count": 62,
      "missing_positive_doc_count_after_forcing": 0
    },
    {
      "split": "NanoBIRCOWTB",
      "source_task": "BIRCO-WTB",
      "requested_source_task": "BIRCO-WTB",
      "source_type": "Retrieval",
      "source_dataset": {
        "path": "mteb/BIRCO-WTB-Test",
        "revision": "ea824f8065fa62e2e770a8a201c20b03abf87540"
      },
      "source_eval_splits": [
        "test"
      ],
      "hf_subsets": [],
      "query_limit": 200,
      "doc_limit": 10000,
      "queries": 100,
      "corpus": 1766,
      "qrels": 100,
      "bm25_rows": 100,
      "bm25_top_k": 100,
      "bm25_tokenization": {
        "mode": "stemmer",
        "language": "en",
        "stemmer_algorithm": "english",
        "tokenizer_name": null,
        "reason": "language 'en' mapped to stemmer 'english'"
      },
      "qrels_coverage": {
        "total": 100,
        "hits": 100,
        "recall": 1.0
      },
      "ndcg_at_10": 0.07509284133164082,
      "ndcg_at_100": 0.220577699636967,
      "source_container": "task.dataset",
      "source_eval_split_used": "test",
      "source_query_count": 100,
      "source_corpus_count": 1767,
      "source_qrels_query_count": 100,
      "source_queries_with_more_than_bm25_top_k_positives": 0,
      "capped_queries_with_more_than_bm25_top_k_positives": 0,
      "dropped_positive_qrels_by_capping": 0,
      "skipped_queries_missing_text_or_qrels": 0,
      "skipped_duplicate_query_texts": 0,
      "duplicate_doc_texts_removed": 1,
      "qrels_rewritten_for_duplicate_text": 0,
      "forced_queries": 65,
      "forced_doc_count": 65,
      "missing_positive_doc_count_after_forcing": 0
    }
  ],
  "skipped": []
}