hotchpotch commited on
Commit
bc76990
·
verified ·
1 Parent(s): c7f4cd3

Update NanoBEIR BM25 candidates and README

Browse files

Regenerate BM25 top-100 candidate subsets with resolved tokenizer metadata, forced qrels-positive coverage, capped qrels where needed, and updated dataset README.

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +273 -156
  2. bm25/NanoArguAna.parquet +3 -0
  3. bm25/NanoClimateFEVER.parquet +3 -0
  4. bm25/NanoDBPedia.parquet +3 -0
  5. bm25/NanoFEVER.parquet +3 -0
  6. bm25/NanoFiQA2018-00000-of-00001.parquet +0 -3
  7. bm25/{NanoArguAna-00000-of-00001.parquet → NanoFiQA2018.parquet} +2 -2
  8. bm25/NanoHotpotQA-00000-of-00001.parquet +0 -3
  9. bm25/{NanoClimateFEVER-00000-of-00001.parquet → NanoHotpotQA.parquet} +2 -2
  10. bm25/NanoMSMARCO-00000-of-00001.parquet +0 -3
  11. bm25/{NanoDBPedia-00000-of-00001.parquet → NanoMSMARCO.parquet} +2 -2
  12. bm25/NanoNFCorpus-00000-of-00001.parquet +0 -3
  13. bm25/{NanoFEVER-00000-of-00001.parquet → NanoNFCorpus.parquet} +2 -2
  14. bm25/NanoNQ-00000-of-00001.parquet +0 -3
  15. bm25/NanoNQ.parquet +3 -0
  16. bm25/NanoQuoraRetrieval-00000-of-00001.parquet +0 -3
  17. bm25/NanoQuoraRetrieval.parquet +3 -0
  18. bm25/NanoSCIDOCS-00000-of-00001.parquet +0 -3
  19. bm25/NanoSCIDOCS.parquet +3 -0
  20. bm25/NanoSciFact-00000-of-00001.parquet +0 -3
  21. bm25/NanoSciFact.parquet +3 -0
  22. bm25/NanoTouche2020-00000-of-00001.parquet +0 -3
  23. bm25/NanoTouche2020.parquet +3 -0
  24. corpus/{NanoArguAna-00000-of-00001.parquet → NanoArguAna.parquet} +1 -1
  25. corpus/{NanoClimateFEVER-00000-of-00001.parquet → NanoClimateFEVER.parquet} +1 -1
  26. corpus/NanoDBPedia-00000-of-00001.parquet +0 -3
  27. corpus/NanoDBPedia.parquet +3 -0
  28. corpus/NanoFEVER-00000-of-00001.parquet +0 -3
  29. corpus/NanoFEVER.parquet +3 -0
  30. corpus/{NanoFiQA2018-00000-of-00001.parquet → NanoFiQA2018.parquet} +1 -1
  31. corpus/NanoHotpotQA-00000-of-00001.parquet +0 -3
  32. corpus/NanoHotpotQA.parquet +3 -0
  33. corpus/NanoMSMARCO-00000-of-00001.parquet +0 -3
  34. corpus/NanoMSMARCO.parquet +3 -0
  35. corpus/{NanoNFCorpus-00000-of-00001.parquet → NanoNFCorpus.parquet} +1 -1
  36. corpus/{NanoNQ-00000-of-00001.parquet → NanoNQ.parquet} +1 -1
  37. corpus/{NanoQuoraRetrieval-00000-of-00001.parquet → NanoQuoraRetrieval.parquet} +1 -1
  38. corpus/{NanoSCIDOCS-00000-of-00001.parquet → NanoSCIDOCS.parquet} +1 -1
  39. corpus/{NanoSciFact-00000-of-00001.parquet → NanoSciFact.parquet} +1 -1
  40. corpus/{NanoTouche2020-00000-of-00001.parquet → NanoTouche2020.parquet} +1 -1
  41. manifest.json +136 -0
  42. metadata/NanoArguAna.json +48 -0
  43. metadata/NanoClimateFEVER.json +48 -0
  44. metadata/NanoDBPedia.json +49 -0
  45. metadata/NanoFEVER.json +48 -0
  46. metadata/NanoFiQA2018.json +48 -0
  47. metadata/NanoHotpotQA.json +48 -0
  48. metadata/NanoMSMARCO.json +48 -0
  49. metadata/NanoNFCorpus.json +48 -0
  50. metadata/NanoNQ.json +48 -0
README.md CHANGED
@@ -1,179 +1,296 @@
1
  ---
2
  configs:
3
- - config_name: corpus
4
- data_files:
5
- - split: NanoClimateFEVER
6
- path: corpus/NanoClimateFEVER-*
7
- - split: NanoDBPedia
8
- path: corpus/NanoDBPedia-*
9
- - split: NanoFEVER
10
- path: corpus/NanoFEVER-*
11
- - split: NanoFiQA2018
12
- path: corpus/NanoFiQA2018-*
13
- - split: NanoHotpotQA
14
- path: corpus/NanoHotpotQA-*
15
- - split: NanoMSMARCO
16
- path: corpus/NanoMSMARCO-*
17
- - split: NanoNFCorpus
18
- path: corpus/NanoNFCorpus-*
19
- - split: NanoNQ
20
- path: corpus/NanoNQ-*
21
- - split: NanoQuoraRetrieval
22
- path: corpus/NanoQuoraRetrieval-*
23
- - split: NanoSCIDOCS
24
- path: corpus/NanoSCIDOCS-*
25
- - split: NanoArguAna
26
- path: corpus/NanoArguAna-*
27
- - split: NanoSciFact
28
- path: corpus/NanoSciFact-*
29
- - split: NanoTouche2020
30
- path: corpus/NanoTouche2020-*
31
- - config_name: queries
32
- data_files:
33
- - split: NanoClimateFEVER
34
- path: queries/NanoClimateFEVER-*
35
- - split: NanoDBPedia
36
- path: queries/NanoDBPedia-*
37
- - split: NanoFEVER
38
- path: queries/NanoFEVER-*
39
- - split: NanoFiQA2018
40
- path: queries/NanoFiQA2018-*
41
- - split: NanoHotpotQA
42
- path: queries/NanoHotpotQA-*
43
- - split: NanoMSMARCO
44
- path: queries/NanoMSMARCO-*
45
- - split: NanoNFCorpus
46
- path: queries/NanoNFCorpus-*
47
- - split: NanoNQ
48
- path: queries/NanoNQ-*
49
- - split: NanoQuoraRetrieval
50
- path: queries/NanoQuoraRetrieval-*
51
- - split: NanoSCIDOCS
52
- path: queries/NanoSCIDOCS-*
53
- - split: NanoArguAna
54
- path: queries/NanoArguAna-*
55
- - split: NanoSciFact
56
- path: queries/NanoSciFact-*
57
- - split: NanoTouche2020
58
- path: queries/NanoTouche2020-*
59
- - config_name: qrels
60
- data_files:
61
- - split: NanoClimateFEVER
62
- path: qrels/NanoClimateFEVER-*
63
- - split: NanoDBPedia
64
- path: qrels/NanoDBPedia-*
65
- - split: NanoFEVER
66
- path: qrels/NanoFEVER-*
67
- - split: NanoFiQA2018
68
- path: qrels/NanoFiQA2018-*
69
- - split: NanoHotpotQA
70
- path: qrels/NanoHotpotQA-*
71
- - split: NanoMSMARCO
72
- path: qrels/NanoMSMARCO-*
73
- - split: NanoNFCorpus
74
- path: qrels/NanoNFCorpus-*
75
- - split: NanoNQ
76
- path: qrels/NanoNQ-*
77
- - split: NanoQuoraRetrieval
78
- path: qrels/NanoQuoraRetrieval-*
79
- - split: NanoSCIDOCS
80
- path: qrels/NanoSCIDOCS-*
81
- - split: NanoArguAna
82
- path: qrels/NanoArguAna-*
83
- - split: NanoSciFact
84
- path: qrels/NanoSciFact-*
85
- - split: NanoTouche2020
86
- path: qrels/NanoTouche2020-*
87
- - config_name: bm25
88
- data_files:
89
- - split: NanoArguAna
90
- path: bm25/NanoArguAna-*
91
- - split: NanoClimateFEVER
92
- path: bm25/NanoClimateFEVER-*
93
- - split: NanoDBPedia
94
- path: bm25/NanoDBPedia-*
95
- - split: NanoFEVER
96
- path: bm25/NanoFEVER-*
97
- - split: NanoFiQA2018
98
- path: bm25/NanoFiQA2018-*
99
- - split: NanoHotpotQA
100
- path: bm25/NanoHotpotQA-*
101
- - split: NanoMSMARCO
102
- path: bm25/NanoMSMARCO-*
103
- - split: NanoNFCorpus
104
- path: bm25/NanoNFCorpus-*
105
- - split: NanoNQ
106
- path: bm25/NanoNQ-*
107
- - split: NanoQuoraRetrieval
108
- path: bm25/NanoQuoraRetrieval-*
109
- - split: NanoSCIDOCS
110
- path: bm25/NanoSCIDOCS-*
111
- - split: NanoSciFact
112
- path: bm25/NanoSciFact-*
113
- - split: NanoTouche2020
114
- path: bm25/NanoTouche2020-*
 
 
 
 
 
 
 
 
 
115
  ---
116
 
117
- 🚧 This dataset is currently under construction. Specifications may change.
118
 
119
- # NanoBEIR-en (with bm25 subset)
 
120
 
121
- A BM25-first retrieval subset derived from [sentence-transformers/NanoBEIR-en](https://huggingface.co/datasets/sentence-transformers/NanoBEIR-en) for reproducible NanoBEIR evaluation.
 
 
 
 
 
 
122
 
123
- ## What this dataset is
124
 
125
- - Language: `en`
126
- - BM25 top-k: `100`
127
- - Number of evaluation splits: `13`
128
- - This folder contains generated BM25 retrieval results and reproducibility metadata.
129
 
130
- ## Data structure
131
 
132
- - `corpus`: `_id`, `text`
133
- - `queries`: `_id`, `text`
134
- - `qrels`: `query-id`, `corpus-id`, `score`
135
- - `bm25`: `query-id`, `corpus-ids` (A bm25 subset is included for first-stage retrieval and reranking experiments.)
136
 
137
- ## BM25 baseline scores
138
 
139
- | Scope | nDCG@10 | nDCG@100 |
140
- |---|---:|---:|
141
- | 13-split average | 0.5736 | 0.6082 |
142
 
143
- ## Selected BM25 algorithm
144
 
145
- | Item | Value |
146
- |---|---|
147
- | Mode | `nltk_stem` |
148
- | Details | NLTK snowball stemming |
149
 
150
- ## Subset names
151
 
152
- - Split names: `NanoArguAna`, `NanoClimateFEVER`, `NanoDBPedia`, `NanoFEVER`, `NanoFiQA2018`, `NanoHotpotQA`, `NanoMSMARCO`, `NanoNFCorpus`, `NanoNQ`, `NanoQuoraRetrieval`, `NanoSCIDOCS`, `NanoSciFact`, `NanoTouche2020`
153
- - Config names in this output folder: `bm25`
 
 
 
 
154
 
155
- ## BM25 split-level baseline (`nDCG`)
156
 
157
- | Split | nDCG@10 | nDCG@100 |
158
- |---|---:|---:|
159
- | `NanoArguAna` | 0.4276 | 0.4953 |
160
- | `NanoClimateFEVER` | 0.3285 | 0.3831 |
161
- | `NanoDBPedia` | 0.6140 | 0.6694 |
162
- | `NanoFEVER` | 0.8215 | 0.8336 |
163
- | `NanoFiQA2018` | 0.4118 | 0.4557 |
164
- | `NanoHotpotQA` | 0.8464 | 0.8608 |
165
- | `NanoMSMARCO` | 0.5404 | 0.5968 |
166
- | `NanoNFCorpus` | 0.3417 | 0.2454 |
167
- | `NanoNQ` | 0.5200 | 0.5546 |
168
- | `NanoQuoraRetrieval` | 0.8314 | 0.8551 |
169
- | `NanoSCIDOCS` | 0.3298 | 0.4416 |
170
- | `NanoSciFact` | 0.7359 | 0.7541 |
171
- | `NanoTouche2020` | 0.7082 | 0.7611 |
172
 
173
- ## Upstream source
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
 
175
- - Original dataset: [sentence-transformers/NanoBEIR-en](https://huggingface.co/datasets/sentence-transformers/NanoBEIR-en)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
 
177
  ## License
178
 
179
- Same as the upstream dataset. Follow upstream licensing and attribution requirements.
 
 
1
  ---
2
  configs:
3
+ - config_name: bm25
4
+ data_files:
5
+ - split: NanoArguAna
6
+ path: bm25/NanoArguAna.parquet
7
+ - split: NanoClimateFEVER
8
+ path: bm25/NanoClimateFEVER.parquet
9
+ - split: NanoDBPedia
10
+ path: bm25/NanoDBPedia.parquet
11
+ - split: NanoFEVER
12
+ path: bm25/NanoFEVER.parquet
13
+ - split: NanoFiQA2018
14
+ path: bm25/NanoFiQA2018.parquet
15
+ - split: NanoHotpotQA
16
+ path: bm25/NanoHotpotQA.parquet
17
+ - split: NanoMSMARCO
18
+ path: bm25/NanoMSMARCO.parquet
19
+ - split: NanoNFCorpus
20
+ path: bm25/NanoNFCorpus.parquet
21
+ - split: NanoNQ
22
+ path: bm25/NanoNQ.parquet
23
+ - split: NanoQuoraRetrieval
24
+ path: bm25/NanoQuoraRetrieval.parquet
25
+ - split: NanoSCIDOCS
26
+ path: bm25/NanoSCIDOCS.parquet
27
+ - split: NanoSciFact
28
+ path: bm25/NanoSciFact.parquet
29
+ - split: NanoTouche2020
30
+ path: bm25/NanoTouche2020.parquet
31
+ - config_name: corpus
32
+ data_files:
33
+ - split: NanoArguAna
34
+ path: corpus/NanoArguAna.parquet
35
+ - split: NanoClimateFEVER
36
+ path: corpus/NanoClimateFEVER.parquet
37
+ - split: NanoDBPedia
38
+ path: corpus/NanoDBPedia.parquet
39
+ - split: NanoFEVER
40
+ path: corpus/NanoFEVER.parquet
41
+ - split: NanoFiQA2018
42
+ path: corpus/NanoFiQA2018.parquet
43
+ - split: NanoHotpotQA
44
+ path: corpus/NanoHotpotQA.parquet
45
+ - split: NanoMSMARCO
46
+ path: corpus/NanoMSMARCO.parquet
47
+ - split: NanoNFCorpus
48
+ path: corpus/NanoNFCorpus.parquet
49
+ - split: NanoNQ
50
+ path: corpus/NanoNQ.parquet
51
+ - split: NanoQuoraRetrieval
52
+ path: corpus/NanoQuoraRetrieval.parquet
53
+ - split: NanoSCIDOCS
54
+ path: corpus/NanoSCIDOCS.parquet
55
+ - split: NanoSciFact
56
+ path: corpus/NanoSciFact.parquet
57
+ - split: NanoTouche2020
58
+ path: corpus/NanoTouche2020.parquet
59
+ - config_name: qrels
60
+ data_files:
61
+ - split: NanoArguAna
62
+ path: qrels/NanoArguAna.parquet
63
+ - split: NanoClimateFEVER
64
+ path: qrels/NanoClimateFEVER.parquet
65
+ - split: NanoDBPedia
66
+ path: qrels/NanoDBPedia.parquet
67
+ - split: NanoFEVER
68
+ path: qrels/NanoFEVER.parquet
69
+ - split: NanoFiQA2018
70
+ path: qrels/NanoFiQA2018.parquet
71
+ - split: NanoHotpotQA
72
+ path: qrels/NanoHotpotQA.parquet
73
+ - split: NanoMSMARCO
74
+ path: qrels/NanoMSMARCO.parquet
75
+ - split: NanoNFCorpus
76
+ path: qrels/NanoNFCorpus.parquet
77
+ - split: NanoNQ
78
+ path: qrels/NanoNQ.parquet
79
+ - split: NanoQuoraRetrieval
80
+ path: qrels/NanoQuoraRetrieval.parquet
81
+ - split: NanoSCIDOCS
82
+ path: qrels/NanoSCIDOCS.parquet
83
+ - split: NanoSciFact
84
+ path: qrels/NanoSciFact.parquet
85
+ - split: NanoTouche2020
86
+ path: qrels/NanoTouche2020.parquet
87
+ - config_name: queries
88
+ data_files:
89
+ - split: NanoArguAna
90
+ path: queries/NanoArguAna.parquet
91
+ - split: NanoClimateFEVER
92
+ path: queries/NanoClimateFEVER.parquet
93
+ - split: NanoDBPedia
94
+ path: queries/NanoDBPedia.parquet
95
+ - split: NanoFEVER
96
+ path: queries/NanoFEVER.parquet
97
+ - split: NanoFiQA2018
98
+ path: queries/NanoFiQA2018.parquet
99
+ - split: NanoHotpotQA
100
+ path: queries/NanoHotpotQA.parquet
101
+ - split: NanoMSMARCO
102
+ path: queries/NanoMSMARCO.parquet
103
+ - split: NanoNFCorpus
104
+ path: queries/NanoNFCorpus.parquet
105
+ - split: NanoNQ
106
+ path: queries/NanoNQ.parquet
107
+ - split: NanoQuoraRetrieval
108
+ path: queries/NanoQuoraRetrieval.parquet
109
+ - split: NanoSCIDOCS
110
+ path: queries/NanoSCIDOCS.parquet
111
+ - split: NanoSciFact
112
+ path: queries/NanoSciFact.parquet
113
+ - split: NanoTouche2020
114
+ path: queries/NanoTouche2020.parquet
115
+ default: true
116
+ language:
117
+ - en
118
+ tags:
119
+ - information-retrieval
120
+ - retrieval
121
+ - nano
122
+ - bm25
123
+ - hakari-bench
124
  ---
125
 
126
+ # NanoBEIR-en
127
 
128
+ This dataset is a Nano-style retrieval dataset. Nano-series evaluation can
129
+ be run easily with [HAKARI-Bench](https://github.com/hotchpotch/hakari-bench).
130
 
131
+ NanoBEIR-en is derived from MNanoBEIR / NanoBEIR. It follows the
132
+ Hugging Face Datasets layout convention used by
133
+ [sentence-transformers/NanoBEIR-en](https://huggingface.co/datasets/sentence-transformers/NanoBEIR-en):
134
+ each Nano split has separate `corpus`, `queries`, and `qrels` tables, and BM25
135
+ candidates are provided separately in a `bm25` table. This layout follows
136
+ the NanoBEIR-style evaluation approach summarized in
137
+ [NanoBEIR](https://huggingface.co/blog/sionic-ai/eval-sionic-nano-beir).
138
 
139
+ NanoBEIR-en is a compact English benchmark derived from BEIR retrieval datasets. It keeps the query-corpus-qrels retrieval format while using small task splits for fast, repeatable evaluation.
140
 
 
 
 
 
141
 
 
142
 
143
+ ## Source Links
 
 
 
144
 
145
+ - Final dataset: [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en)
146
 
147
+ ## Data Layout
 
 
148
 
149
+ This dataset uses four Hugging Face Datasets configs:
150
 
151
+ - `corpus`: documents with `_id` and `text`
152
+ - `queries`: queries with `_id` and `text`
153
+ - `qrels`: positive relevance labels with `query-id` and `corpus-id`
154
+ - `bm25`: BM25 candidate lists with `query-id` and `corpus-ids`
155
 
156
+ Each config has the same Nano split names.
157
 
158
+ The `qrels` config is positive-only. Source rows with `score <= 0` are treated
159
+ as non-relevant or hard-negative annotations and are not included in `qrels`.
160
+ When the source provides such rows, their documents are preferentially used as
161
+ hard negatives in the `corpus` config before generic corpus-fill documents.
162
+ Source hard negatives are sampled deterministically with query round-robin so
163
+ one query's negative pool does not dominate the corpus.
164
 
165
+ ## Split Statistics
166
 
167
+ Length statistics are computed with `len(str(text))` over the `queries` and
168
+ `corpus` tables. `std` is the population standard deviation over the rows in
169
+ each split.
 
 
 
 
 
 
 
 
 
 
 
 
170
 
171
+ | Nano split | Queries | Corpus | Qrels | Query avg | Query std | Query median | Query p25 | Query p75 | Doc avg | Doc std | Doc median | Doc p25 | Doc p75 |
172
+ |---|---:|---:|---:|---:|---:|---:|---:|---:|---:|---:|---:|---:|---:|
173
+ | NanoArguAna | 50 | 3635 | 50 | 1201.8 | 398.7 | 1170.5 | 939.2 | 1446.5 | 1011.8 | 566.8 | 904.0 | 622.5 | 1259.0 |
174
+ | NanoClimateFEVER | 50 | 3408 | 148 | 128.4 | 50.7 | 124.0 | 93.5 | 158.0 | 1619.5 | 888.1 | 1461.0 | 984.0 | 2079.8 |
175
+ | NanoDBPedia | 50 | 6045 | 1158 | 33.1 | 15.0 | 33.5 | 20.0 | 45.5 | 336.3 | 141.5 | 369.0 | 237.0 | 445.0 |
176
+ | NanoFEVER | 50 | 4996 | 57 | 45.4 | 15.9 | 43.0 | 36.0 | 53.0 | 1228.7 | 866.3 | 1041.0 | 597.8 | 1649.0 |
177
+ | NanoFiQA2018 | 50 | 4598 | 123 | 58.5 | 19.8 | 55.0 | 44.0 | 75.2 | 899.6 | 863.5 | 651.0 | 353.0 | 1136.8 |
178
+ | NanoHotpotQA | 50 | 5090 | 100 | 88.3 | 33.0 | 82.5 | 64.0 | 107.0 | 349.6 | 250.5 | 299.0 | 154.0 | 479.0 |
179
+ | NanoMSMARCO | 50 | 5043 | 50 | 32.2 | 15.1 | 29.0 | 24.0 | 40.0 | 330.2 | 130.1 | 298.0 | 249.0 | 380.0 |
180
+ | NanoNFCorpus | 50 | 2953 | 1651 | 21.0 | 13.5 | 16.5 | 9.2 | 31.5 | 1512.7 | 537.1 | 1532.0 | 1214.0 | 1775.0 |
181
+ | NanoNQ | 50 | 5035 | 57 | 47.0 | 11.2 | 42.5 | 40.0 | 53.0 | 525.6 | 432.7 | 443.0 | 178.5 | 758.0 |
182
+ | NanoQuoraRetrieval | 50 | 5046 | 70 | 48.0 | 21.0 | 43.5 | 35.0 | 54.8 | 54.8 | 29.2 | 47.0 | 36.0 | 64.0 |
183
+ | NanoSCIDOCS | 50 | 2210 | 244 | 72.8 | 19.2 | 71.5 | 57.8 | 81.8 | 923.6 | 721.8 | 910.5 | 577.2 | 1230.5 |
184
+ | NanoSciFact | 50 | 2919 | 56 | 95.8 | 41.3 | 92.5 | 62.2 | 124.8 | 1431.2 | 599.4 | 1344.0 | 1042.0 | 1725.0 |
185
+ | NanoTouche2020 | 49 | 5745 | 932 | 43.4 | 14.2 | 40.0 | 33.0 | 57.0 | 2142.6 | 2599.9 | 989.0 | 323.0 | 3032.0 |
186
 
187
+ ## Construction Steps
188
+
189
+ This dataset is constructed as follows.
190
+
191
+ 1. Use MNanoBEIR / NanoBEIR as the upstream benchmark or dataset family.
192
+ 2. Load source datasets from the `hakari-bench/NanoBEIR-en` corpus, queries, and qrels tables.
193
+ 3. Source evaluation split policy: the NanoBEIR split set.
194
+ 4. Create one Nano split for each selected source retrieval task.
195
+ 5. Keep up to 200 eligible queries per Nano split.
196
+ 6. Treat source relevance rows with `score > 0` as qrels-positive documents.
197
+ If the source has no score column, treat its qrels as positive-only only when
198
+ that is the source task convention.
199
+ 7. Exclude source rows with `score <= 0` from `qrels`. When such rows are
200
+ available for selected queries, use their documents as hard-negative corpus
201
+ candidates before generic fill documents.
202
+ 8. Include all qrels-positive documents for the selected queries.
203
+ 9. Use the included corpus tables for each Nano split; no additional document resampling is performed.
204
+ 10. Remove exact duplicate query text and document text within each split. If a
205
+ removed document duplicate was referenced by qrels,
206
+ the qrels row was removed.
207
+ 11. Store corpus text as `title` plus body text when available.
208
+ 12. Generate BM25 top-100 candidates with
209
+ `regex` tokenization.
210
+ 13. If a qrels-positive document is missing from the raw BM25 result, insert it
211
+ into the final `bm25` candidate list by replacing a tail non-positive
212
+ candidate.
213
+
214
+ The `qrels` config is positive-only. When needed for top-k reranking coverage, positive qrels are capped per query to the BM25 top-k.
215
+
216
+ The `bm25` candidate subset is generated from the included corpus for each split.
217
+
218
+ For top-100 reranking diagnostics, positive qrels are capped to at most 100 documents per query before BM25 positive forcing. This makes full relevant coverage possible for splits whose upstream qrels contain more than 100 positives for a single query.
219
+
220
+ ## BM25 Subset Policy
221
+
222
+ The `bm25` config is a candidate subset for first-stage retrieval and reranking.
223
+ It is not a separate source dataset. Each row contains one query id and a ranked
224
+ list of up to 100 corpus ids.
225
+
226
+ BM25 candidates are generated from the selected corpus for each split. When a
227
+ qrels-positive document is not present in the raw BM25 top-100
228
+ results, the missing positive is forced into the final candidate list by
229
+ replacing a tail candidate that is not positive for that query. Candidate ids
230
+ are kept unique after replacement.
231
+
232
+ Concretely, each `bm25` row is produced by tokenizing the selected split corpus
233
+ and query texts with `regex`, ranking the corpus with BM25,
234
+ then writing the ranked corpus ids as `corpus-ids` for that query. The list is a
235
+ candidate subset for downstream evaluation, not a full-corpus ranking.
236
+
237
+ Source hard negatives, including documents referenced by source rows with
238
+ `score <= 0`, may appear in the selected corpus and can naturally appear in BM25
239
+ candidates. They are still non-relevant and are not listed in `qrels`.
240
+
241
+ When source hard negatives are available, the default corpus sampling policy is
242
+ query round-robin: group hard negatives by selected query, preserve source
243
+ rank/order within each query, add at most one new hard negative from each query
244
+ per pass, remove duplicate IDs and exact duplicate text, then fill any remaining
245
+ slots from source corpus order.
246
+
247
+ ## Split Mapping
248
+
249
+ Each Nano split maps to one source retrieval task unless noted otherwise.
250
+
251
+ | Nano split | Source task | Source dataset | Queries | Corpus | Qrels |
252
+ |---|---|---|---:|---:|---:|
253
+ | NanoArguAna | NanoArguAna | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 3635 | 50 |
254
+ | NanoClimateFEVER | NanoClimateFEVER | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 3408 | 148 |
255
+ | NanoDBPedia | NanoDBPedia | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 6045 | 1158 |
256
+ | NanoFEVER | NanoFEVER | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 4996 | 57 |
257
+ | NanoFiQA2018 | NanoFiQA2018 | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 4598 | 123 |
258
+ | NanoHotpotQA | NanoHotpotQA | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 5090 | 100 |
259
+ | NanoMSMARCO | NanoMSMARCO | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 5043 | 50 |
260
+ | NanoNFCorpus | NanoNFCorpus | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 2953 | 1651 |
261
+ | NanoNQ | NanoNQ | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 5035 | 57 |
262
+ | NanoQuoraRetrieval | NanoQuoraRetrieval | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 5046 | 70 |
263
+ | NanoSCIDOCS | NanoSCIDOCS | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 2210 | 244 |
264
+ | NanoSciFact | NanoSciFact | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 50 | 2919 | 56 |
265
+ | NanoTouche2020 | NanoTouche2020 | [hakari-bench/NanoBEIR-en](https://huggingface.co/datasets/hakari-bench/NanoBEIR-en) | 49 | 5745 | 932 |
266
+
267
+ ## BM25 nDCG@10
268
+
269
+ `nDCG@10` is computed from the included BM25 ranking against the included qrels.
270
+
271
+ Coverage is measured against included qrels at the same BM25 top-k used for reranking diagnostics. The included BM25 candidate subset has 100.00% query coverage and 100.00% relevant coverage for every split.
272
+
273
+ | Nano split | Tokenizer | Forced BM25 positives | Query cov | Relevant cov | BM25 nDCG@10 |
274
+ |---|---|---:|---:|---:|---:|
275
+ | NanoArguAna | regex | 0 | 100.00% | 100.00% | 0.4462 |
276
+ | NanoClimateFEVER | regex | 65 | 100.00% | 100.00% | 0.3289 |
277
+ | NanoDBPedia | regex | 398 | 100.00% | 100.00% | 0.5619 |
278
+ | NanoFEVER | regex | 0 | 100.00% | 100.00% | 0.8141 |
279
+ | NanoFiQA2018 | regex | 39 | 100.00% | 100.00% | 0.3583 |
280
+ | NanoHotpotQA | regex | 5 | 100.00% | 100.00% | 0.8176 |
281
+ | NanoMSMARCO | regex | 1 | 100.00% | 100.00% | 0.4890 |
282
+ | NanoNFCorpus | regex | 1391 | 100.00% | 100.00% | 0.3620 |
283
+ | NanoNQ | regex | 6 | 100.00% | 100.00% | 0.4708 |
284
+ | NanoQuoraRetrieval | regex | 0 | 100.00% | 100.00% | 0.7864 |
285
+ | NanoSCIDOCS | regex | 97 | 100.00% | 100.00% | 0.3360 |
286
+ | NanoSciFact | regex | 5 | 100.00% | 100.00% | 0.7174 |
287
+ | NanoTouche2020 | regex | 181 | 100.00% | 100.00% | 0.7072 |
288
+
289
+ ## Skipped Tasks
290
+
291
+ No source tasks were skipped.
292
 
293
  ## License
294
 
295
+ NanoBEIR-en is a derived dataset. Users must comply with the licenses,
296
+ terms, and attribution requirements of the upstream source datasets.
bm25/NanoArguAna.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be366de06b2ba2d5b51be024c24605c6b49a4ef0c4f7e94e9e59278065a33520
3
+ size 195049
bm25/NanoClimateFEVER.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45f9cc317fd74a63194e97e7db607a78a2113ab9003242c263d176de65930042
3
+ size 128501
bm25/NanoDBPedia.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14176c2bae1b702a143841ee2185ddabf228f2461aa2603ed8ae69761785337c
3
+ size 180991
bm25/NanoFEVER.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f177bfe974e715184d8567ee8677c6098583cf0529a0506e1d16c267fe85701
3
+ size 121781
bm25/NanoFiQA2018-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:05a0dabbfd1e38e80386c0d1604db8d77ee7325200a1c7c9c38b31148bbd0694
3
- size 26604
 
 
 
 
bm25/{NanoArguAna-00000-of-00001.parquet → NanoFiQA2018.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:90ec504d0e5b773d2b91b021376a2fd8c6adda12fc6511641270cace96beff15
3
- size 37454
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ea5ec3ca383a3dec9761a5e2bacaca79387b390f53e0c1e4661988417c1c557
3
+ size 51085
bm25/NanoHotpotQA-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:74997c27cdb5ee78f72aa0066fb03494e85b0098fa23801d8a790b50b205aa6f
3
- size 34973
 
 
 
 
bm25/{NanoClimateFEVER-00000-of-00001.parquet → NanoHotpotQA.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a505f3a927de77408e31771c4b8d9d6273256540e3e646f025c269ea60d7d527
3
- size 37385
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77d153a7170c3c72219389329b1515d3b19734dcb9be97ccb6c1f7c75f91a368
3
+ size 60416
bm25/NanoMSMARCO-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cf1593109661dfa799f7325a0ba9c3708319dfb91f233eaf79f56385810216d
3
- size 33912
 
 
 
 
bm25/{NanoDBPedia-00000-of-00001.parquet → NanoMSMARCO.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d953a15dd2dc84ac401e33fcd8a130a7db8d974f4d3cbcf0a4ba8c231a0d15f
3
- size 73438
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b75457e578b22aadbeb23cf1d0cebbf499ab739d42eb6773e18619583e807d6
3
+ size 56525
bm25/NanoNFCorpus-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:17f4c4ffc352de28bdb9da44859ed1508ad01d38b115f735735259b6b21d5c63
3
- size 18325
 
 
 
 
bm25/{NanoFEVER-00000-of-00001.parquet → NanoNFCorpus.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3764cbb608d09372ddad0260b32740aadbca045801f4fb88b198cdaa54e22544
3
- size 62512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64877b01a69f51f617cec3d3b405f07856a423d53de377c31c2a8232d9fe7b44
3
+ size 61746
bm25/NanoNQ-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f25047b804b3b29ba1963021b93f3c19f1b279047ee257395798d546840cd540
3
- size 30552
 
 
 
 
bm25/NanoNQ.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b1d4656eec614c55caa113c9dbbfcc7d842e3254cd382e6177e99507fb1585d
3
+ size 69147
bm25/NanoQuoraRetrieval-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:33a78785af5fc8e1e024ac68f2047de03498dc2950f2534eb3259912d32aae18
3
- size 29653
 
 
 
 
bm25/NanoQuoraRetrieval.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba749475f9bceadba7bfc4718386d422261586994f8af7c19f212e5a2815b45
3
+ size 50850
bm25/NanoSCIDOCS-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca85877b98abe803c6043de7249be3e8319f7af54551d88484c20ee02d8f26e1
3
- size 80624
 
 
 
 
bm25/NanoSCIDOCS.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c527c8700bf3eb35088d016412578b4b14e9d4b66a25cec795c7d438b8c69ad6
3
+ size 224156
bm25/NanoSciFact-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:825e22d2c84f0c97aaa1ea198fbcc629a015063db437b67fa0a7f79ac37f1fe3
3
- size 27641
 
 
 
 
bm25/NanoSciFact.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15d6758eab10d432b2078abb43e343581ae245a3b5841d54358cfd4099fca92
3
+ size 60043
bm25/NanoTouche2020-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:df34c213b66ac693eb9826dfa3a3cf73d7330322ff37ca53fbc91860377b4416
3
- size 66010
 
 
 
 
bm25/NanoTouche2020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2f11905c6a4c345c6c3c01d1459a5ac3540933ded96459ed6d173150a1e46f
3
+ size 212436
corpus/{NanoArguAna-00000-of-00001.parquet → NanoArguAna.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53b4a6149961680846e4ba9cc55b43b45585021f6c5c94bc19aa0cc0c45d70f5
3
  size 2166577
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7741daafbdd7ef2fb8fd9144c164778da18945f96d14dcd964b52ffc6ba90299
3
  size 2166577
corpus/{NanoClimateFEVER-00000-of-00001.parquet → NanoClimateFEVER.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:afed7fb8a12a29b83d857703fa192977cc1d375a67b743286046cc4d3d37a2b0
3
  size 3250032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d94992be2c7570053fe6cf5d32c88f1d72f4105321a674f8fd1753e53c7fbe
3
  size 3250032
corpus/NanoDBPedia-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:820c11e76df298488a452da94ba6ed306165976c0f9e891fb4ffca70bb3f5043
3
- size 1444354
 
 
 
 
corpus/NanoDBPedia.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21664c8b838d69a8a42e08a14545b80fe2306b8a4c0ef704c653602f43cab92b
3
+ size 1442132
corpus/NanoFEVER-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ec6eee40dc5a26b24a02ea5351d523d29265265ed9027b763abf148e0432404
3
- size 3876329
 
 
 
 
corpus/NanoFEVER.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da1a6052e6fb5e718d8bf03d20888323873133861c3b149fe4e9da706ee66d0
3
+ size 3871925
corpus/{NanoFiQA2018-00000-of-00001.parquet → NanoFiQA2018.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69305fc86e235cc9c2d846be429dac42f52c35491e04f343efb7ce8de116ad58
3
  size 2496901
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:978706e314bca8e69be76cf9ae08e4e8f65c73bde4ce83b2b5215d85070d6860
3
  size 2496901
corpus/NanoHotpotQA-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9d40d97296c6de93c892942957fdac9cc1a9fb9ebe81902c6f02cf39d4c8490
3
- size 1216258
 
 
 
 
corpus/NanoHotpotQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf799c8dcd2328cfb5ee49d6b48bcae44025569a58f2de023c1bce9c17dc2f5
3
+ size 1217174
corpus/NanoMSMARCO-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5f2e7250a2abfbda3134a03ace0e16eb9826a2eb834ca7cf3ab5e7ddc251765
3
- size 1087458
 
 
 
 
corpus/NanoMSMARCO.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff42c4d95ccd133379c265677ecca0b3bcf35232333159236f0232918bdadfe5
3
+ size 1087632
corpus/{NanoNFCorpus-00000-of-00001.parquet → NanoNFCorpus.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:027a657310d9c9efe02c1952ee2eeb3d67e110d57d9ad6d208922232d6bb9294
3
  size 2446457
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a359331d9aff36225138af80cd0d82df824e1d6f872d25bd3b8b0db3c70327
3
  size 2446457
corpus/{NanoNQ-00000-of-00001.parquet → NanoNQ.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75146af7f5cf9d39cf1187e91c9b6642977b7cf97a68bed11e9c8808a92c9199
3
  size 1740905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d30dd4ca42d5addc8abd01ed08f2f563b7d842ef3f25091ed7ea6e88f470e31
3
  size 1740905
corpus/{NanoQuoraRetrieval-00000-of-00001.parquet → NanoQuoraRetrieval.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b436da06f095b89be1a58c5948db971a5ab8d65b38bdc1c004f6334865b3c647
3
  size 224513
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9731da9bf09f7c592cad4a85149ab0c471e1aa5f2444fc0cc2ca565ff7f5940
3
  size 224513
corpus/{NanoSCIDOCS-00000-of-00001.parquet → NanoSCIDOCS.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f94f801459491ec96494405d1f7b45199b2ce9f9fada1d1962f971d51c0755bf
3
  size 1250147
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:021952994a63805b042d13b4a37fe8494919a8e6ea68e93084937c64b03d7097
3
  size 1250147
corpus/{NanoSciFact-00000-of-00001.parquet → NanoSciFact.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6468093c63e453d2881e3be404be73c2c808e6663cff475f79485e16bd91b6b1
3
  size 2382586
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e85201b538a5d68991189a7001617bfcefcd907d8735b907870a249a4fa546e9
3
  size 2382586
corpus/{NanoTouche2020-00000-of-00001.parquet → NanoTouche2020.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4f5b07903ee5fa77a7adb0f111125cfc05f60ab1c92a3ae166bce7f072e169f
3
  size 7141651
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cb4262c359c3744da9b0cb9646964a3971100745c4994a26c888ea02c492dfb
3
  size 7141651
manifest.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "NanoBEIR-en",
3
+ "dataset_id": "hakari-bench/NanoBEIR-en",
4
+ "splits": [
5
+ {
6
+ "split_name": "NanoArguAna",
7
+ "queries": 50,
8
+ "corpus": 3635,
9
+ "qrels": 50,
10
+ "forced_doc_count": 0,
11
+ "bm25_ndcg_at_10": 0.44617128790881005,
12
+ "bm25_query_coverage": 1.0,
13
+ "bm25_relevant_coverage": 1.0
14
+ },
15
+ {
16
+ "split_name": "NanoClimateFEVER",
17
+ "queries": 50,
18
+ "corpus": 3408,
19
+ "qrels": 148,
20
+ "forced_doc_count": 65,
21
+ "bm25_ndcg_at_10": 0.32887559051156706,
22
+ "bm25_query_coverage": 1.0,
23
+ "bm25_relevant_coverage": 1.0
24
+ },
25
+ {
26
+ "split_name": "NanoDBPedia",
27
+ "queries": 50,
28
+ "corpus": 6045,
29
+ "qrels": 1158,
30
+ "forced_doc_count": 398,
31
+ "bm25_ndcg_at_10": 0.5618747471312168,
32
+ "bm25_query_coverage": 1.0,
33
+ "bm25_relevant_coverage": 1.0
34
+ },
35
+ {
36
+ "split_name": "NanoFEVER",
37
+ "queries": 50,
38
+ "corpus": 4996,
39
+ "qrels": 57,
40
+ "forced_doc_count": 0,
41
+ "bm25_ndcg_at_10": 0.8140706481541362,
42
+ "bm25_query_coverage": 1.0,
43
+ "bm25_relevant_coverage": 1.0
44
+ },
45
+ {
46
+ "split_name": "NanoFiQA2018",
47
+ "queries": 50,
48
+ "corpus": 4571,
49
+ "qrels": 123,
50
+ "forced_doc_count": 39,
51
+ "bm25_ndcg_at_10": 0.3583433629823829,
52
+ "bm25_query_coverage": 1.0,
53
+ "bm25_relevant_coverage": 1.0
54
+ },
55
+ {
56
+ "split_name": "NanoHotpotQA",
57
+ "queries": 50,
58
+ "corpus": 5090,
59
+ "qrels": 100,
60
+ "forced_doc_count": 5,
61
+ "bm25_ndcg_at_10": 0.8175905937282664,
62
+ "bm25_query_coverage": 1.0,
63
+ "bm25_relevant_coverage": 1.0
64
+ },
65
+ {
66
+ "split_name": "NanoMSMARCO",
67
+ "queries": 50,
68
+ "corpus": 5043,
69
+ "qrels": 50,
70
+ "forced_doc_count": 1,
71
+ "bm25_ndcg_at_10": 0.48900214954551374,
72
+ "bm25_query_coverage": 1.0,
73
+ "bm25_relevant_coverage": 1.0
74
+ },
75
+ {
76
+ "split_name": "NanoNFCorpus",
77
+ "queries": 50,
78
+ "corpus": 2953,
79
+ "qrels": 1651,
80
+ "forced_doc_count": 1391,
81
+ "bm25_ndcg_at_10": 0.3619835431487573,
82
+ "bm25_query_coverage": 1.0,
83
+ "bm25_relevant_coverage": 1.0
84
+ },
85
+ {
86
+ "split_name": "NanoNQ",
87
+ "queries": 50,
88
+ "corpus": 5035,
89
+ "qrels": 57,
90
+ "forced_doc_count": 6,
91
+ "bm25_ndcg_at_10": 0.47077321198619015,
92
+ "bm25_query_coverage": 1.0,
93
+ "bm25_relevant_coverage": 1.0
94
+ },
95
+ {
96
+ "split_name": "NanoQuoraRetrieval",
97
+ "queries": 50,
98
+ "corpus": 5046,
99
+ "qrels": 70,
100
+ "forced_doc_count": 0,
101
+ "bm25_ndcg_at_10": 0.7864009435320658,
102
+ "bm25_query_coverage": 1.0,
103
+ "bm25_relevant_coverage": 1.0
104
+ },
105
+ {
106
+ "split_name": "NanoSCIDOCS",
107
+ "queries": 50,
108
+ "corpus": 1866,
109
+ "qrels": 244,
110
+ "forced_doc_count": 97,
111
+ "bm25_ndcg_at_10": 0.33602579339522864,
112
+ "bm25_query_coverage": 1.0,
113
+ "bm25_relevant_coverage": 1.0
114
+ },
115
+ {
116
+ "split_name": "NanoSciFact",
117
+ "queries": 50,
118
+ "corpus": 2919,
119
+ "qrels": 56,
120
+ "forced_doc_count": 5,
121
+ "bm25_ndcg_at_10": 0.7173872075615394,
122
+ "bm25_query_coverage": 1.0,
123
+ "bm25_relevant_coverage": 1.0
124
+ },
125
+ {
126
+ "split_name": "NanoTouche2020",
127
+ "queries": 49,
128
+ "corpus": 5745,
129
+ "qrels": 932,
130
+ "forced_doc_count": 181,
131
+ "bm25_ndcg_at_10": 0.707194818296366,
132
+ "bm25_query_coverage": 1.0,
133
+ "bm25_relevant_coverage": 1.0
134
+ }
135
+ ]
136
+ }
metadata/NanoArguAna.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "NanoArguAna",
3
+ "queries": 50,
4
+ "corpus": 3635,
5
+ "qrels": 50,
6
+ "source_non_positive_qrels": 0,
7
+ "qrels_selection": {
8
+ "qrels_per_query_cap": 100,
9
+ "removed_qrels_over_cap": 0,
10
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
11
+ },
12
+ "bm25": {
13
+ "config": {
14
+ "backend": "bm25s",
15
+ "algorithm": "okapi",
16
+ "source": "computed_bm25s",
17
+ "tokenizer": "regex",
18
+ "tokenizer_name": null,
19
+ "stemmer_algorithm": "english",
20
+ "top_k": 100,
21
+ "k1": 1.5,
22
+ "b": 0.75,
23
+ "show_progress": true,
24
+ "auto_selected": true,
25
+ "auto_detected_language": "en",
26
+ "auto_detection_language_counts": {
27
+ "en": 10
28
+ },
29
+ "auto_detection_sample_size": 10
30
+ },
31
+ "ndcg_at_10": 0.44617128790881005,
32
+ "candidate_coverage": {
33
+ "top_k": 100,
34
+ "query_count": 50,
35
+ "query_with_relevance_count": 50,
36
+ "covered_query_count": 50,
37
+ "query_coverage": 1.0,
38
+ "relevant_count": 50,
39
+ "covered_relevant_count": 50,
40
+ "relevant_coverage": 1.0
41
+ },
42
+ "rebuild_policy": "BM25 candidates were recomputed locally and qrels-positive documents missing from the raw top-k were forced into the final candidate list.",
43
+ "forced_queries": 0,
44
+ "forced_doc_count": 0,
45
+ "missing_positive_doc_count_after_forcing": 0,
46
+ "rebuilt_at_utc": "2026-05-19T01:30:10.641864+00:00"
47
+ }
48
+ }
metadata/NanoClimateFEVER.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "NanoClimateFEVER",
3
+ "queries": 50,
4
+ "corpus": 3408,
5
+ "qrels": 148,
6
+ "source_non_positive_qrels": 0,
7
+ "qrels_selection": {
8
+ "qrels_per_query_cap": 100,
9
+ "removed_qrels_over_cap": 0,
10
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
11
+ },
12
+ "bm25": {
13
+ "config": {
14
+ "backend": "bm25s",
15
+ "algorithm": "okapi",
16
+ "source": "computed_bm25s",
17
+ "tokenizer": "regex",
18
+ "tokenizer_name": null,
19
+ "stemmer_algorithm": "english",
20
+ "top_k": 100,
21
+ "k1": 1.5,
22
+ "b": 0.75,
23
+ "show_progress": true,
24
+ "auto_selected": true,
25
+ "auto_detected_language": "en",
26
+ "auto_detection_language_counts": {
27
+ "en": 10
28
+ },
29
+ "auto_detection_sample_size": 10
30
+ },
31
+ "ndcg_at_10": 0.32887559051156706,
32
+ "candidate_coverage": {
33
+ "top_k": 100,
34
+ "query_count": 50,
35
+ "query_with_relevance_count": 50,
36
+ "covered_query_count": 50,
37
+ "query_coverage": 1.0,
38
+ "relevant_count": 148,
39
+ "covered_relevant_count": 148,
40
+ "relevant_coverage": 1.0
41
+ },
42
+ "rebuild_policy": "BM25 candidates were recomputed locally and qrels-positive documents missing from the raw top-k were forced into the final candidate list.",
43
+ "forced_queries": 34,
44
+ "forced_doc_count": 65,
45
+ "missing_positive_doc_count_after_forcing": 0,
46
+ "rebuilt_at_utc": "2026-05-19T01:30:08.135428+00:00"
47
+ }
48
+ }
metadata/NanoDBPedia.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "NanoDBPedia",
3
+ "queries": 50,
4
+ "corpus": 6045,
5
+ "qrels": 1158,
6
+ "source_non_positive_qrels": 0,
7
+ "qrels_selection": {
8
+ "qrels_per_query_cap": 100,
9
+ "removed_qrels_over_cap": 0,
10
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
11
+ },
12
+ "bm25": {
13
+ "config": {
14
+ "backend": "bm25s",
15
+ "algorithm": "okapi",
16
+ "source": "computed_bm25s",
17
+ "tokenizer": "regex",
18
+ "tokenizer_name": null,
19
+ "stemmer_algorithm": "english",
20
+ "top_k": 100,
21
+ "k1": 1.5,
22
+ "b": 0.75,
23
+ "show_progress": true,
24
+ "auto_selected": true,
25
+ "auto_detected_language": "en",
26
+ "auto_detection_language_counts": {
27
+ "en": 9,
28
+ "nl": 1
29
+ },
30
+ "auto_detection_sample_size": 10
31
+ },
32
+ "ndcg_at_10": 0.5618747471312168,
33
+ "candidate_coverage": {
34
+ "top_k": 100,
35
+ "query_count": 50,
36
+ "query_with_relevance_count": 50,
37
+ "covered_query_count": 50,
38
+ "query_coverage": 1.0,
39
+ "relevant_count": 1158,
40
+ "covered_relevant_count": 1158,
41
+ "relevant_coverage": 1.0
42
+ },
43
+ "rebuild_policy": "BM25 candidates were recomputed locally and qrels-positive documents missing from the raw top-k were forced into the final candidate list.",
44
+ "forced_queries": 34,
45
+ "forced_doc_count": 398,
46
+ "missing_positive_doc_count_after_forcing": 0,
47
+ "rebuilt_at_utc": "2026-05-19T01:30:08.341133+00:00"
48
+ }
49
+ }
metadata/NanoFEVER.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "NanoFEVER",
3
+ "queries": 50,
4
+ "corpus": 4996,
5
+ "qrels": 57,
6
+ "source_non_positive_qrels": 0,
7
+ "qrels_selection": {
8
+ "qrels_per_query_cap": 100,
9
+ "removed_qrels_over_cap": 0,
10
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
11
+ },
12
+ "bm25": {
13
+ "config": {
14
+ "backend": "bm25s",
15
+ "algorithm": "okapi",
16
+ "source": "computed_bm25s",
17
+ "tokenizer": "regex",
18
+ "tokenizer_name": null,
19
+ "stemmer_algorithm": "english",
20
+ "top_k": 100,
21
+ "k1": 1.5,
22
+ "b": 0.75,
23
+ "show_progress": true,
24
+ "auto_selected": true,
25
+ "auto_detected_language": "en",
26
+ "auto_detection_language_counts": {
27
+ "en": 10
28
+ },
29
+ "auto_detection_sample_size": 10
30
+ },
31
+ "ndcg_at_10": 0.8140706481541362,
32
+ "candidate_coverage": {
33
+ "top_k": 100,
34
+ "query_count": 50,
35
+ "query_with_relevance_count": 50,
36
+ "covered_query_count": 50,
37
+ "query_coverage": 1.0,
38
+ "relevant_count": 57,
39
+ "covered_relevant_count": 57,
40
+ "relevant_coverage": 1.0
41
+ },
42
+ "rebuild_policy": "BM25 candidates were recomputed locally and qrels-positive documents missing from the raw top-k were forced into the final candidate list.",
43
+ "forced_queries": 0,
44
+ "forced_doc_count": 0,
45
+ "missing_positive_doc_count_after_forcing": 0,
46
+ "rebuilt_at_utc": "2026-05-19T01:30:08.805440+00:00"
47
+ }
48
+ }
metadata/NanoFiQA2018.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "NanoFiQA2018",
3
+ "queries": 50,
4
+ "corpus": 4571,
5
+ "qrels": 123,
6
+ "source_non_positive_qrels": 0,
7
+ "qrels_selection": {
8
+ "qrels_per_query_cap": 100,
9
+ "removed_qrels_over_cap": 0,
10
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
11
+ },
12
+ "bm25": {
13
+ "config": {
14
+ "backend": "bm25s",
15
+ "algorithm": "okapi",
16
+ "source": "computed_bm25s",
17
+ "tokenizer": "regex",
18
+ "tokenizer_name": null,
19
+ "stemmer_algorithm": "english",
20
+ "top_k": 100,
21
+ "k1": 1.5,
22
+ "b": 0.75,
23
+ "show_progress": true,
24
+ "auto_selected": true,
25
+ "auto_detected_language": "en",
26
+ "auto_detection_language_counts": {
27
+ "en": 10
28
+ },
29
+ "auto_detection_sample_size": 10
30
+ },
31
+ "ndcg_at_10": 0.3583433629823829,
32
+ "candidate_coverage": {
33
+ "top_k": 100,
34
+ "query_count": 50,
35
+ "query_with_relevance_count": 50,
36
+ "covered_query_count": 50,
37
+ "query_coverage": 1.0,
38
+ "relevant_count": 123,
39
+ "covered_relevant_count": 123,
40
+ "relevant_coverage": 1.0
41
+ },
42
+ "rebuild_policy": "BM25 candidates were recomputed locally and qrels-positive documents missing from the raw top-k were forced into the final candidate list.",
43
+ "forced_queries": 23,
44
+ "forced_doc_count": 39,
45
+ "missing_positive_doc_count_after_forcing": 0,
46
+ "rebuilt_at_utc": "2026-05-19T01:30:09.109158+00:00"
47
+ }
48
+ }
metadata/NanoHotpotQA.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "NanoHotpotQA",
3
+ "queries": 50,
4
+ "corpus": 5090,
5
+ "qrels": 100,
6
+ "source_non_positive_qrels": 0,
7
+ "qrels_selection": {
8
+ "qrels_per_query_cap": 100,
9
+ "removed_qrels_over_cap": 0,
10
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
11
+ },
12
+ "bm25": {
13
+ "config": {
14
+ "backend": "bm25s",
15
+ "algorithm": "okapi",
16
+ "source": "computed_bm25s",
17
+ "tokenizer": "regex",
18
+ "tokenizer_name": null,
19
+ "stemmer_algorithm": "english",
20
+ "top_k": 100,
21
+ "k1": 1.5,
22
+ "b": 0.75,
23
+ "show_progress": true,
24
+ "auto_selected": true,
25
+ "auto_detected_language": "en",
26
+ "auto_detection_language_counts": {
27
+ "en": 10
28
+ },
29
+ "auto_detection_sample_size": 10
30
+ },
31
+ "ndcg_at_10": 0.8175905937282664,
32
+ "candidate_coverage": {
33
+ "top_k": 100,
34
+ "query_count": 50,
35
+ "query_with_relevance_count": 50,
36
+ "covered_query_count": 50,
37
+ "query_coverage": 1.0,
38
+ "relevant_count": 100,
39
+ "covered_relevant_count": 100,
40
+ "relevant_coverage": 1.0
41
+ },
42
+ "rebuild_policy": "BM25 candidates were recomputed locally and qrels-positive documents missing from the raw top-k were forced into the final candidate list.",
43
+ "forced_queries": 5,
44
+ "forced_doc_count": 5,
45
+ "missing_positive_doc_count_after_forcing": 0,
46
+ "rebuilt_at_utc": "2026-05-19T01:30:09.406723+00:00"
47
+ }
48
+ }
metadata/NanoMSMARCO.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "NanoMSMARCO",
3
+ "queries": 50,
4
+ "corpus": 5043,
5
+ "qrels": 50,
6
+ "source_non_positive_qrels": 0,
7
+ "qrels_selection": {
8
+ "qrels_per_query_cap": 100,
9
+ "removed_qrels_over_cap": 0,
10
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
11
+ },
12
+ "bm25": {
13
+ "config": {
14
+ "backend": "bm25s",
15
+ "algorithm": "okapi",
16
+ "source": "computed_bm25s",
17
+ "tokenizer": "regex",
18
+ "tokenizer_name": null,
19
+ "stemmer_algorithm": "english",
20
+ "top_k": 100,
21
+ "k1": 1.5,
22
+ "b": 0.75,
23
+ "show_progress": true,
24
+ "auto_selected": true,
25
+ "auto_detected_language": "en",
26
+ "auto_detection_language_counts": {
27
+ "en": 10
28
+ },
29
+ "auto_detection_sample_size": 10
30
+ },
31
+ "ndcg_at_10": 0.48900214954551374,
32
+ "candidate_coverage": {
33
+ "top_k": 100,
34
+ "query_count": 50,
35
+ "query_with_relevance_count": 50,
36
+ "covered_query_count": 50,
37
+ "query_coverage": 1.0,
38
+ "relevant_count": 50,
39
+ "covered_relevant_count": 50,
40
+ "relevant_coverage": 1.0
41
+ },
42
+ "rebuild_policy": "BM25 candidates were recomputed locally and qrels-positive documents missing from the raw top-k were forced into the final candidate list.",
43
+ "forced_queries": 1,
44
+ "forced_doc_count": 1,
45
+ "missing_positive_doc_count_after_forcing": 0,
46
+ "rebuilt_at_utc": "2026-05-19T01:30:09.596225+00:00"
47
+ }
48
+ }
metadata/NanoNFCorpus.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "NanoNFCorpus",
3
+ "queries": 50,
4
+ "corpus": 2953,
5
+ "qrels": 1651,
6
+ "source_non_positive_qrels": 0,
7
+ "qrels_selection": {
8
+ "qrels_per_query_cap": 100,
9
+ "removed_qrels_over_cap": 0,
10
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
11
+ },
12
+ "bm25": {
13
+ "config": {
14
+ "backend": "bm25s",
15
+ "algorithm": "okapi",
16
+ "source": "computed_bm25s",
17
+ "tokenizer": "regex",
18
+ "tokenizer_name": null,
19
+ "stemmer_algorithm": "english",
20
+ "top_k": 100,
21
+ "k1": 1.5,
22
+ "b": 0.75,
23
+ "show_progress": true,
24
+ "auto_selected": true,
25
+ "auto_detected_language": "en",
26
+ "auto_detection_language_counts": {
27
+ "en": 10
28
+ },
29
+ "auto_detection_sample_size": 10
30
+ },
31
+ "ndcg_at_10": 0.3619835431487573,
32
+ "candidate_coverage": {
33
+ "top_k": 100,
34
+ "query_count": 50,
35
+ "query_with_relevance_count": 50,
36
+ "covered_query_count": 50,
37
+ "query_coverage": 1.0,
38
+ "relevant_count": 1651,
39
+ "covered_relevant_count": 1651,
40
+ "relevant_coverage": 1.0
41
+ },
42
+ "rebuild_policy": "BM25 candidates were recomputed locally and qrels-positive documents missing from the raw top-k were forced into the final candidate list.",
43
+ "forced_queries": 47,
44
+ "forced_doc_count": 1391,
45
+ "missing_positive_doc_count_after_forcing": 0,
46
+ "rebuilt_at_utc": "2026-05-19T01:30:09.912080+00:00"
47
+ }
48
+ }
metadata/NanoNQ.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split_name": "NanoNQ",
3
+ "queries": 50,
4
+ "corpus": 5035,
5
+ "qrels": 57,
6
+ "source_non_positive_qrels": 0,
7
+ "qrels_selection": {
8
+ "qrels_per_query_cap": 100,
9
+ "removed_qrels_over_cap": 0,
10
+ "qrels_cap_policy": "positive qrels are capped per query to the BM25 candidate top_k"
11
+ },
12
+ "bm25": {
13
+ "config": {
14
+ "backend": "bm25s",
15
+ "algorithm": "okapi",
16
+ "source": "computed_bm25s",
17
+ "tokenizer": "regex",
18
+ "tokenizer_name": null,
19
+ "stemmer_algorithm": "english",
20
+ "top_k": 100,
21
+ "k1": 1.5,
22
+ "b": 0.75,
23
+ "show_progress": true,
24
+ "auto_selected": true,
25
+ "auto_detected_language": "en",
26
+ "auto_detection_language_counts": {
27
+ "en": 10
28
+ },
29
+ "auto_detection_sample_size": 10
30
+ },
31
+ "ndcg_at_10": 0.47077321198619015,
32
+ "candidate_coverage": {
33
+ "top_k": 100,
34
+ "query_count": 50,
35
+ "query_with_relevance_count": 50,
36
+ "covered_query_count": 50,
37
+ "query_coverage": 1.0,
38
+ "relevant_count": 57,
39
+ "covered_relevant_count": 57,
40
+ "relevant_coverage": 1.0
41
+ },
42
+ "rebuild_policy": "BM25 candidates were recomputed locally and qrels-positive documents missing from the raw top-k were forced into the final candidate list.",
43
+ "forced_queries": 6,
44
+ "forced_doc_count": 6,
45
+ "missing_positive_doc_count_after_forcing": 0,
46
+ "rebuilt_at_utc": "2026-05-19T01:30:10.142078+00:00"
47
+ }
48
+ }