Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
License:
Samoed commited on
Commit
4153d06
·
verified ·
1 Parent(s): 35aace3

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +37 -2
README.md CHANGED
@@ -118,7 +118,8 @@ Measuring retrieval instruction following ability on Robust04 narratives for the
118
  | Domains | News, Written |
119
  | Reference | https://arxiv.org/abs/2403.15246 |
120
 
121
-
 
122
 
123
 
124
  ## How to evaluate on this task
@@ -190,7 +191,41 @@ desc_stats = task.metadata.descriptive_stats
190
  ```
191
 
192
  ```json
193
- {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  ```
195
 
196
  </details>
 
118
  | Domains | News, Written |
119
  | Reference | https://arxiv.org/abs/2403.15246 |
120
 
121
+ Source datasets:
122
+ - [jhu-clsp/robust04-instructions-mteb](https://huggingface.co/datasets/jhu-clsp/robust04-instructions-mteb)
123
 
124
 
125
  ## How to evaluate on this task
 
191
  ```
192
 
193
  ```json
194
+ {
195
+ "test": {
196
+ "num_samples": 47596,
197
+ "number_of_characters": 109165981,
198
+ "documents_text_statistics": {
199
+ "total_text_length": 109125840,
200
+ "min_text_length": 47,
201
+ "average_text_length": 2297.773098627137,
202
+ "max_text_length": 6597,
203
+ "unique_texts": 47226
204
+ },
205
+ "documents_image_statistics": null,
206
+ "queries_text_statistics": {
207
+ "total_text_length": 40141,
208
+ "min_text_length": 119,
209
+ "average_text_length": 385.97115384615387,
210
+ "max_text_length": 986,
211
+ "unique_texts": 104
212
+ },
213
+ "queries_image_statistics": null,
214
+ "relevant_docs_statistics": {
215
+ "num_relevant_docs": 2782,
216
+ "min_relevant_docs_per_query": 195,
217
+ "average_relevant_docs_per_query": 26.75,
218
+ "max_relevant_docs_per_query": 570,
219
+ "unique_relevant_docs": 17643
220
+ },
221
+ "top_ranked_statistics": {
222
+ "num_top_ranked": 104000,
223
+ "min_top_ranked_per_query": 1000,
224
+ "average_top_ranked_per_query": 1000.0,
225
+ "max_top_ranked_per_query": 1000
226
+ }
227
+ }
228
+ }
229
  ```
230
 
231
  </details>