hotchpotch commited on
Commit
90d8a45
·
verified ·
1 Parent(s): d607f54

Copy dataset from hotchpotch/NanoLongEmbed

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +295 -0
  2. bm25/Nano2WikiMultihopQA-00000-of-00001.parquet +3 -0
  3. bm25/Nano2WikiMultihopQA.parquet +3 -0
  4. bm25/NanoNarrativeQA-00000-of-00001.parquet +3 -0
  5. bm25/NanoNarrativeQA.parquet +3 -0
  6. bm25/NanoNeedle-00000-of-00001.parquet +3 -0
  7. bm25/NanoNeedle.parquet +3 -0
  8. bm25/NanoPasskey-00000-of-00001.parquet +3 -0
  9. bm25/NanoPasskey.parquet +3 -0
  10. bm25/NanoQMSum-00000-of-00001.parquet +3 -0
  11. bm25/NanoQMSum.parquet +3 -0
  12. bm25/NanoSummScreenFD-00000-of-00001.parquet +3 -0
  13. bm25/NanoSummScreenFD.parquet +3 -0
  14. build_nanolongembed.py +485 -0
  15. corpus/Nano2WikiMultihopQA-00000-of-00001.parquet +3 -0
  16. corpus/Nano2WikiMultihopQA.parquet +3 -0
  17. corpus/NanoNarrativeQA-00000-of-00001.parquet +3 -0
  18. corpus/NanoNarrativeQA.parquet +3 -0
  19. corpus/NanoNeedle-00000-of-00001.parquet +3 -0
  20. corpus/NanoNeedle.parquet +3 -0
  21. corpus/NanoPasskey-00000-of-00001.parquet +3 -0
  22. corpus/NanoPasskey.parquet +3 -0
  23. corpus/NanoQMSum-00000-of-00001.parquet +3 -0
  24. corpus/NanoQMSum.parquet +3 -0
  25. corpus/NanoSummScreenFD-00000-of-00001.parquet +3 -0
  26. corpus/NanoSummScreenFD.parquet +3 -0
  27. manifest.json +81 -0
  28. metadata/Nano2WikiMultihopQA.json +42 -0
  29. metadata/NanoNarrativeQA.json +42 -0
  30. metadata/NanoNeedle.json +51 -0
  31. metadata/NanoPasskey.json +51 -0
  32. metadata/NanoQMSum.json +42 -0
  33. metadata/NanoSummScreenFD.json +42 -0
  34. nano_bm25_subset_config.json +155 -0
  35. qrels/Nano2WikiMultihopQA-00000-of-00001.parquet +3 -0
  36. qrels/Nano2WikiMultihopQA.parquet +3 -0
  37. qrels/NanoNarrativeQA-00000-of-00001.parquet +3 -0
  38. qrels/NanoNarrativeQA.parquet +3 -0
  39. qrels/NanoNeedle-00000-of-00001.parquet +3 -0
  40. qrels/NanoNeedle.parquet +3 -0
  41. qrels/NanoPasskey-00000-of-00001.parquet +3 -0
  42. qrels/NanoPasskey.parquet +3 -0
  43. qrels/NanoQMSum-00000-of-00001.parquet +3 -0
  44. qrels/NanoQMSum.parquet +3 -0
  45. qrels/NanoSummScreenFD-00000-of-00001.parquet +3 -0
  46. qrels/NanoSummScreenFD.parquet +3 -0
  47. queries/Nano2WikiMultihopQA-00000-of-00001.parquet +3 -0
  48. queries/Nano2WikiMultihopQA.parquet +3 -0
  49. queries/NanoNarrativeQA-00000-of-00001.parquet +3 -0
  50. queries/NanoNarrativeQA.parquet +3 -0
README.md ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: bm25
4
+ data_files:
5
+ - split: Nano2WikiMultihopQA
6
+ path: bm25/Nano2WikiMultihopQA-*
7
+ - split: NanoNarrativeQA
8
+ path: bm25/NanoNarrativeQA-*
9
+ - split: NanoNeedle
10
+ path: bm25/NanoNeedle-*
11
+ - split: NanoPasskey
12
+ path: bm25/NanoPasskey-*
13
+ - split: NanoQMSum
14
+ path: bm25/NanoQMSum-*
15
+ - split: NanoSummScreenFD
16
+ path: bm25/NanoSummScreenFD-*
17
+ - config_name: corpus
18
+ data_files:
19
+ - split: Nano2WikiMultihopQA
20
+ path: corpus/Nano2WikiMultihopQA-*
21
+ - split: NanoNarrativeQA
22
+ path: corpus/NanoNarrativeQA-*
23
+ - split: NanoNeedle
24
+ path: corpus/NanoNeedle-*
25
+ - split: NanoPasskey
26
+ path: corpus/NanoPasskey-*
27
+ - split: NanoQMSum
28
+ path: corpus/NanoQMSum-*
29
+ - split: NanoSummScreenFD
30
+ path: corpus/NanoSummScreenFD-*
31
+ - config_name: qrels
32
+ data_files:
33
+ - split: Nano2WikiMultihopQA
34
+ path: qrels/Nano2WikiMultihopQA-*
35
+ - split: NanoNarrativeQA
36
+ path: qrels/NanoNarrativeQA-*
37
+ - split: NanoNeedle
38
+ path: qrels/NanoNeedle-*
39
+ - split: NanoPasskey
40
+ path: qrels/NanoPasskey-*
41
+ - split: NanoQMSum
42
+ path: qrels/NanoQMSum-*
43
+ - split: NanoSummScreenFD
44
+ path: qrels/NanoSummScreenFD-*
45
+ - config_name: queries
46
+ data_files:
47
+ - split: Nano2WikiMultihopQA
48
+ path: queries/Nano2WikiMultihopQA-*
49
+ - split: NanoNarrativeQA
50
+ path: queries/NanoNarrativeQA-*
51
+ - split: NanoNeedle
52
+ path: queries/NanoNeedle-*
53
+ - split: NanoPasskey
54
+ path: queries/NanoPasskey-*
55
+ - split: NanoQMSum
56
+ path: queries/NanoQMSum-*
57
+ - split: NanoSummScreenFD
58
+ path: queries/NanoSummScreenFD-*
59
+ language:
60
+ - en
61
+ tags:
62
+ - Long Context
63
+ - retrieval
64
+ - nano
65
+ dataset_info:
66
+ - config_name: bm25
67
+ features:
68
+ - name: query-id
69
+ dtype: string
70
+ - name: corpus-ids
71
+ list: string
72
+ splits:
73
+ - name: Nano2WikiMultihopQA
74
+ num_bytes: 216150
75
+ num_examples: 200
76
+ - name: NanoNarrativeQA
77
+ num_bytes: 217115
78
+ num_examples: 200
79
+ - name: NanoNeedle
80
+ num_bytes: 172831
81
+ num_examples: 98
82
+ - name: NanoPasskey
83
+ num_bytes: 162029
84
+ num_examples: 100
85
+ - name: NanoQMSum
86
+ num_bytes: 212111
87
+ num_examples: 200
88
+ - name: NanoSummScreenFD
89
+ num_bytes: 217098
90
+ num_examples: 200
91
+ download_size: 130031
92
+ dataset_size: 1197334
93
+ - config_name: corpus
94
+ features:
95
+ - name: _id
96
+ dtype: string
97
+ - name: text
98
+ dtype: string
99
+ splits:
100
+ - name: Nano2WikiMultihopQA
101
+ num_bytes: 11283128
102
+ num_examples: 300
103
+ - name: NanoNarrativeQA
104
+ num_bytes: 116191265
105
+ num_examples: 355
106
+ - name: NanoNeedle
107
+ num_bytes: 28226538
108
+ num_examples: 800
109
+ - name: NanoPasskey
110
+ num_bytes: 23182064
111
+ num_examples: 800
112
+ - name: NanoQMSum
113
+ num_bytes: 10515610
114
+ num_examples: 197
115
+ - name: NanoSummScreenFD
116
+ num_bytes: 10373940
117
+ num_examples: 336
118
+ download_size: 95954462
119
+ dataset_size: 199772545
120
+ - config_name: qrels
121
+ features:
122
+ - name: query-id
123
+ dtype: string
124
+ - name: corpus-id
125
+ dtype: string
126
+ splits:
127
+ - name: Nano2WikiMultihopQA
128
+ num_bytes: 4614
129
+ num_examples: 200
130
+ - name: NanoNarrativeQA
131
+ num_bytes: 4616
132
+ num_examples: 200
133
+ - name: NanoNeedle
134
+ num_bytes: 3362
135
+ num_examples: 98
136
+ - name: NanoPasskey
137
+ num_bytes: 3434
138
+ num_examples: 100
139
+ - name: NanoQMSum
140
+ num_bytes: 4576
141
+ num_examples: 200
142
+ - name: NanoSummScreenFD
143
+ num_bytes: 4631
144
+ num_examples: 200
145
+ download_size: 18531
146
+ dataset_size: 25233
147
+ - config_name: queries
148
+ features:
149
+ - name: _id
150
+ dtype: string
151
+ - name: text
152
+ dtype: string
153
+ splits:
154
+ - name: Nano2WikiMultihopQA
155
+ num_bytes: 16812
156
+ num_examples: 200
157
+ - name: NanoNarrativeQA
158
+ num_bytes: 13155
159
+ num_examples: 200
160
+ - name: NanoNeedle
161
+ num_bytes: 7953
162
+ num_examples: 98
163
+ - name: NanoPasskey
164
+ num_bytes: 5997
165
+ num_examples: 100
166
+ - name: NanoQMSum
167
+ num_bytes: 92566
168
+ num_examples: 200
169
+ - name: NanoSummScreenFD
170
+ num_bytes: 123428
171
+ num_examples: 200
172
+ download_size: 165197
173
+ dataset_size: 259911
174
+ ---
175
+ # NanoLongEmbed
176
+
177
+ This dataset is a Nano-style retrieval dataset. Nano-series evaluation can
178
+ be run easily with the [HAKARI Benchmark](https://github.com/hotchpotch/hakari-bench).
179
+
180
+ NanoLongEmbed is derived from dwzhu/LongEmbed. It follows the Hugging Face
181
+ Datasets layout convention used by
182
+ [sentence-transformers/NanoBEIR-en](https://huggingface.co/datasets/sentence-transformers/NanoBEIR-en):
183
+ each Nano split has separate `corpus`, `queries`, and `qrels` tables, and BM25
184
+ candidates are provided separately in a `bm25` table. This layout follows
185
+ the NanoBEIR-style evaluation approach summarized in
186
+ [NanoBEIR](https://huggingface.co/blog/sionic-ai/eval-sionic-nano-beir).
187
+
188
+ NanoLongEmbed contains Nano-style long-context retrieval splits derived from LongEmbed tasks.
189
+
190
+ ## Source Links
191
+
192
+ - [LongEmbed source dataset](https://huggingface.co/datasets/dwzhu/LongEmbed)
193
+
194
+ ## LongEmbed Source Statistics
195
+
196
+ The source LongEmbed tasks have small corpus sizes by design. This NanoLongEmbed
197
+ build keeps the full source corpus for every task because every source corpus is
198
+ below the 10,000 document cap.
199
+
200
+ | Nano split | Source task | Domain | Source queries | Source docs | Nano queries | Nano docs |
201
+ |---|---|---|---:|---:|---:|---:|
202
+ | `NanoNarrativeQA` | NarrativeQA | Literature, File | 10,449 | 355 | 200 | 355 |
203
+ | `NanoQMSum` | QMSum | Meeting | 1,527 | 197 | 200 | 197 |
204
+ | `Nano2WikiMultihopQA` | 2WikimQA | Wikipedia | 300 | 300 | 200 | 300 |
205
+ | `NanoSummScreenFD` | SummScreenFD | ScreenWriting | 336 | 336 | 200 | 336 |
206
+ | `NanoPasskey` | Passkey | Synthetic | 400 | 800 | 100 | 800 |
207
+ | `NanoNeedle` | Needle | Synthetic | 400 | 800 | 98 | 800 |
208
+
209
+ No corpus documents were removed as duplicates in this build:
210
+
211
+ - duplicate source document ids: 0 for every split
212
+ - duplicate source document texts: 0 for every split
213
+ - corpus text rows skipped as duplicates during generation: 0 for every split
214
+ - qrels rewrites due to duplicate corpus text: 0 for every split
215
+
216
+ `NanoPasskey` and `NanoNeedle` have fewer than 200 queries because duplicate
217
+ query text is removed within each split. The source `passkey` split has 400
218
+ query rows but 100 unique query texts; the source `needle` split has 400 query
219
+ rows but 98 unique query texts.
220
+
221
+ ## Data Layout
222
+
223
+ This dataset uses four Hugging Face Datasets configs:
224
+
225
+ - `corpus`: documents with `_id` and `text`
226
+ - `queries`: queries with `_id` and `text`
227
+ - `qrels`: positive relevance labels with `query-id` and `corpus-id`
228
+ - `bm25`: BM25 candidate lists with `query-id` and `corpus-ids`
229
+
230
+ Each config has the same Nano split names. The exact parquet paths are defined
231
+ in the dataset card metadata above. If a regenerated dataset uses a different
232
+ schema, config name, path layout, or field name, revise this section before
233
+ publishing the README.
234
+
235
+ ## Construction Steps
236
+
237
+ This dataset was built as follows. If the actual generation procedure differs,
238
+ revise this section before publishing the README.
239
+
240
+ 1. Use dwzhu/LongEmbed as the upstream benchmark or dataset family.
241
+ 2. Load source datasets from `dwzhu/LongEmbed` revision `10039a580487dacecf79db69166e17ace3ede392`.
242
+ 3. Use the source evaluation split selected by the generator for each retrieval task.
243
+ 4. Create one Nano split for each selected source retrieval task.
244
+ 5. Keep up to 200 eligible queries per Nano split.
245
+ 6. Include all qrels-positive documents for the selected queries.
246
+ 7. Fill the corpus from source corpus order up to 10000 documents.
247
+ 8. Remove exact duplicate document text within each split. If a removed duplicate was referenced by qrels, rewrite qrels to the retained document id.
248
+ 9. Store corpus text in the generated document `text` field.
249
+ 10. Generate BM25 top-100 candidates with `unknown:Qwen/Qwen3-0.6B` tokenization, or the per-split tokenizer shown below.
250
+ 11. If a qrels-positive document is missing from the raw BM25 result, insert it into the final `bm25` candidate list by replacing a tail non-positive candidate.
251
+
252
+ ## BM25 Subset Policy
253
+
254
+ The `bm25` config is a candidate subset for first-stage retrieval and reranking.
255
+ It is not a separate source dataset. Each row contains one query id and a ranked
256
+ list of up to 100 corpus ids.
257
+
258
+ BM25 candidates are generated from the selected corpus for each split. When a
259
+ qrels-positive document is not present in the raw BM25 top-100 results, the
260
+ missing positive is forced into the final candidate list by replacing a tail
261
+ candidate that is not positive for that query. Candidate ids are kept unique
262
+ after replacement.
263
+
264
+ ## Split Mapping
265
+
266
+ | Nano split | Source task | Source dataset | Queries | Corpus | Qrels |
267
+ |---|---|---|---:|---:|---:|
268
+ | `NanoNarrativeQA` | narrativeqa | dwzhu/LongEmbed | 200 | 355 | 200 |
269
+ | `NanoSummScreenFD` | summ_screen_fd | dwzhu/LongEmbed | 200 | 336 | 200 |
270
+ | `NanoQMSum` | qmsum | dwzhu/LongEmbed | 200 | 197 | 200 |
271
+ | `Nano2WikiMultihopQA` | 2wikimqa | dwzhu/LongEmbed | 200 | 300 | 200 |
272
+ | `NanoPasskey` | passkey | dwzhu/LongEmbed | 100 | 800 | 100 |
273
+ | `NanoNeedle` | needle | dwzhu/LongEmbed | 98 | 800 | 98 |
274
+
275
+ ## BM25 nDCG@10
276
+
277
+ `nDCG@10` is computed from the included BM25 ranking against the included qrels.
278
+
279
+ | Nano split | Tokenizer | Forced BM25 positives | BM25 nDCG@10 |
280
+ |---|---|---:|---:|
281
+ | `NanoNarrativeQA` | `stemmer:en/english` | 21 | 0.6910 |
282
+ | `NanoSummScreenFD` | `stemmer:en/english` | 0 | 0.9746 |
283
+ | `NanoQMSum` | `stemmer:en/english` | 0 | 0.7132 |
284
+ | `Nano2WikiMultihopQA` | `stemmer:en/english` | 0 | 0.9515 |
285
+ | `NanoPasskey` | `stemmer:en/english` | 1 | 0.7506 |
286
+ | `NanoNeedle` | `stemmer:en/english` | 2 | 0.6852 |
287
+
288
+ ## Skipped Tasks
289
+
290
+ None.
291
+
292
+ ## License
293
+
294
+ NanoLongEmbed is a derived dataset. Users must comply with the licenses, terms, and
295
+ attribution requirements of the upstream datasets listed above.
bm25/Nano2WikiMultihopQA-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b860f728774181b5c19358ba0597cfacfa7b9175cee181491e602593bff3e7
3
+ size 26331
bm25/Nano2WikiMultihopQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9408468c309d1cb86a039208e191697b17078d713bb05a6d4b866817fc1b1e5e
3
+ size 8500
bm25/NanoNarrativeQA-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e5b8099d3e8396303aebdbcd8d877c5c6b06112e7a887bb839217dc1cc1edd2
3
+ size 26581
bm25/NanoNarrativeQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d816c6c76bd582111b2906a15c4f0888fc0bf9f8c01c936a7b635d20c43a5254
3
+ size 8750
bm25/NanoNeedle-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be94e25408e4ebe764858596f9fadda45b9c363438e42293cfae8758becb151e
3
+ size 17138
bm25/NanoNeedle.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b73d93d7f5090f5ec1be7444029ffb27c6792e38f3c853b6d71fb54ce46e522d
3
+ size 11330
bm25/NanoPasskey-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:380d9a96cd18c689e0fa27320044c15791ec34a163fe00fbfc8a84a0418d0ea5
3
+ size 10059
bm25/NanoPasskey.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f01bdb0188dc67200274f6f5674200652e29966c917fa8ba86cdbb2c51b223
3
+ size 6740
bm25/NanoQMSum-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6451051bb1a9cbe2a49ed21241e5d8750d0c5961ebb50254ad0f304ac339d376
3
+ size 23431
bm25/NanoQMSum.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e07266179e998230af96574eb069502596785885dbb49c81f7c6c7bac85e1b
3
+ size 7473
bm25/NanoSummScreenFD-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd677e0bc794526278dba94667d755293f93435bb8d5159a3e307a9b264bfb19
3
+ size 26491
bm25/NanoSummScreenFD.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ee2541b96ce29352faf7e41d0143839b27b35d2538ef60959d7b66abd4489b4
3
+ size 8651
build_nanolongembed.py ADDED
@@ -0,0 +1,485 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ from collections import defaultdict
4
+ from dataclasses import asdict
5
+ from pathlib import Path
6
+ import json
7
+ import sys
8
+ from typing import Any
9
+
10
+ from datasets import Dataset, load_dataset
11
+ from huggingface_hub import HfApi
12
+
13
+ PROJECT_ROOT = Path(__file__).resolve().parents[3]
14
+ if str(PROJECT_ROOT) not in sys.path:
15
+ sys.path.insert(0, str(PROJECT_ROOT))
16
+
17
+ from nano_ir_eval.bm25_subset import ( # noqa: E402
18
+ DEFAULT_TRANSFORMER_TOKENIZER,
19
+ compute_ndcg_at_k,
20
+ compute_qrels_coverage,
21
+ detect_primary_language,
22
+ generate_bm25_rows,
23
+ plan_tokenization,
24
+ )
25
+
26
+
27
+ SOURCE_DATASET_ID = "dwzhu/LongEmbed"
28
+ OUTPUT_DIR = Path(__file__).resolve().parent
29
+ QUERY_LIMIT = 50
30
+ CORPUS_LIMIT = 10_000
31
+ TOP_K = 100
32
+ LANGUAGE_SEED = 13
33
+ LANGUAGE_SAMPLE_SIZE = 50
34
+
35
+ TASKS = [
36
+ ("narrativeqa", "NanoNarrativeQA", "first_valid_queries"),
37
+ ("summ_screen_fd", "NanoSummScreenFD", "first_valid_queries"),
38
+ ("qmsum", "NanoQMSum", "first_valid_queries"),
39
+ ("2wikimqa", "Nano2WikiMultihopQA", "first_valid_queries"),
40
+ ("passkey", "NanoPasskey", "balanced_context_length"),
41
+ ("needle", "NanoNeedle", "balanced_context_length"),
42
+ ]
43
+
44
+
45
+ def _clean_text(value: Any) -> str:
46
+ return str(value).strip()
47
+
48
+
49
+ def _source_revision() -> str | None:
50
+ try:
51
+ return str(HfApi().dataset_info(SOURCE_DATASET_ID).sha)
52
+ except Exception:
53
+ return None
54
+
55
+
56
+ def _load_source_task(config_name: str) -> tuple[list[dict[str, Any]], list[dict[str, Any]], list[dict[str, Any]]]:
57
+ corpus = list(load_dataset(SOURCE_DATASET_ID, config_name, split="corpus"))
58
+ queries = list(load_dataset(SOURCE_DATASET_ID, config_name, split="queries"))
59
+ qrels = list(load_dataset(SOURCE_DATASET_ID, config_name, split="qrels"))
60
+ return corpus, queries, qrels
61
+
62
+
63
+ def _qrels_by_query(qrels: list[dict[str, Any]]) -> dict[str, list[str]]:
64
+ result: dict[str, list[str]] = defaultdict(list)
65
+ for row in qrels:
66
+ query_id = str(row["qid"])
67
+ corpus_id = str(row["doc_id"])
68
+ if query_id and corpus_id:
69
+ result[query_id].append(corpus_id)
70
+ return dict(result)
71
+
72
+
73
+ def _select_first_valid_queries(
74
+ queries: list[dict[str, Any]],
75
+ qrels_for_query: dict[str, list[str]],
76
+ corpus_ids: set[str],
77
+ ) -> list[dict[str, Any]]:
78
+ selected: list[dict[str, Any]] = []
79
+ for row in queries:
80
+ query_id = str(row["qid"])
81
+ if not query_id or not _clean_text(row["text"]):
82
+ continue
83
+ positives = qrels_for_query.get(query_id, [])
84
+ if not positives or not all(corpus_id in corpus_ids for corpus_id in positives):
85
+ continue
86
+ selected.append(row)
87
+ if len(selected) >= QUERY_LIMIT:
88
+ break
89
+ return selected
90
+
91
+
92
+ def _select_balanced_context_queries(
93
+ queries: list[dict[str, Any]],
94
+ qrels_for_query: dict[str, list[str]],
95
+ corpus_ids: set[str],
96
+ ) -> list[dict[str, Any]]:
97
+ groups: dict[int, list[dict[str, Any]]] = defaultdict(list)
98
+ for row in queries:
99
+ query_id = str(row["qid"])
100
+ if not query_id or not _clean_text(row["text"]):
101
+ continue
102
+ positives = qrels_for_query.get(query_id, [])
103
+ if not positives or not all(corpus_id in corpus_ids for corpus_id in positives):
104
+ continue
105
+ groups[int(row["context_length"])].append(row)
106
+
107
+ selected: list[dict[str, Any]] = []
108
+ context_lengths = sorted(groups)
109
+ index = 0
110
+ while len(selected) < QUERY_LIMIT:
111
+ added = False
112
+ for context_length in context_lengths:
113
+ bucket = groups[context_length]
114
+ if index < len(bucket):
115
+ selected.append(bucket[index])
116
+ added = True
117
+ if len(selected) >= QUERY_LIMIT:
118
+ break
119
+ if not added:
120
+ break
121
+ index += 1
122
+ return selected
123
+
124
+
125
+ def _build_nano_split(config_name: str, split_name: str, selection_policy: str) -> dict[str, Any]:
126
+ source_corpus, source_queries, source_qrels = _load_source_task(config_name)
127
+ corpus_ids = {str(row["doc_id"]) for row in source_corpus}
128
+ qrels_for_query = _qrels_by_query(source_qrels)
129
+
130
+ if selection_policy == "balanced_context_length":
131
+ selected_queries = _select_balanced_context_queries(source_queries, qrels_for_query, corpus_ids)
132
+ else:
133
+ selected_queries = _select_first_valid_queries(source_queries, qrels_for_query, corpus_ids)
134
+
135
+ if len(selected_queries) != QUERY_LIMIT:
136
+ raise RuntimeError(f"{split_name}: selected {len(selected_queries)} queries, expected {QUERY_LIMIT}.")
137
+
138
+ selected_query_ids = [str(row["qid"]) for row in selected_queries]
139
+ selected_query_id_set = set(selected_query_ids)
140
+ selected_qrels = [
141
+ {"query-id": query_id, "corpus-id": corpus_id}
142
+ for query_id in selected_query_ids
143
+ for corpus_id in qrels_for_query[query_id]
144
+ ]
145
+ positive_corpus_ids = {row["corpus-id"] for row in selected_qrels}
146
+
147
+ selected_corpus: list[dict[str, str]] = []
148
+ seen_corpus_ids: set[str] = set()
149
+ seen_texts: set[str] = set()
150
+ duplicate_text_skipped = 0
151
+ for row in source_corpus:
152
+ corpus_id = str(row["doc_id"])
153
+ text = _clean_text(row["text"])
154
+ if not corpus_id or not text:
155
+ continue
156
+ if corpus_id in seen_corpus_ids:
157
+ continue
158
+ if text in seen_texts:
159
+ duplicate_text_skipped += 1
160
+ if corpus_id not in positive_corpus_ids:
161
+ continue
162
+ selected_corpus.append({"_id": corpus_id, "text": text})
163
+ seen_corpus_ids.add(corpus_id)
164
+ seen_texts.add(text)
165
+ if len(selected_corpus) >= CORPUS_LIMIT:
166
+ break
167
+
168
+ selected_corpus_ids = {row["_id"] for row in selected_corpus}
169
+ missing_positive_ids = positive_corpus_ids - selected_corpus_ids
170
+ if missing_positive_ids:
171
+ raise RuntimeError(f"{split_name}: qrels positives missing from selected corpus: {sorted(missing_positive_ids)[:5]}")
172
+
173
+ nano_queries = [{"_id": str(row["qid"]), "text": _clean_text(row["text"])} for row in selected_queries]
174
+
175
+ if len({row["_id"] for row in nano_queries}) != len(nano_queries):
176
+ raise RuntimeError(f"{split_name}: duplicate query IDs.")
177
+ if len({row["_id"] for row in selected_corpus}) != len(selected_corpus):
178
+ raise RuntimeError(f"{split_name}: duplicate corpus IDs.")
179
+ if any(row["query-id"] not in selected_query_id_set for row in selected_qrels):
180
+ raise RuntimeError(f"{split_name}: qrels reference an unselected query.")
181
+ if any(row["corpus-id"] not in selected_corpus_ids for row in selected_qrels):
182
+ raise RuntimeError(f"{split_name}: qrels reference an unselected document.")
183
+
184
+ output_paths = {
185
+ "corpus": OUTPUT_DIR / "corpus" / f"{split_name}.parquet",
186
+ "queries": OUTPUT_DIR / "queries" / f"{split_name}.parquet",
187
+ "qrels": OUTPUT_DIR / "qrels" / f"{split_name}.parquet",
188
+ }
189
+ for path in output_paths.values():
190
+ path.parent.mkdir(parents=True, exist_ok=True)
191
+
192
+ Dataset.from_list(selected_corpus).to_parquet(str(output_paths["corpus"]))
193
+ Dataset.from_list(nano_queries).to_parquet(str(output_paths["queries"]))
194
+ Dataset.from_list(selected_qrels).to_parquet(str(output_paths["qrels"]))
195
+
196
+ context_counts: dict[str, int] | None = None
197
+ if selected_queries and "context_length" in selected_queries[0]:
198
+ counts: dict[str, int] = defaultdict(int)
199
+ for row in selected_queries:
200
+ counts[str(row["context_length"])] += 1
201
+ context_counts = dict(sorted(counts.items(), key=lambda item: int(item[0])))
202
+
203
+ return {
204
+ "source_config": config_name,
205
+ "split_name": split_name,
206
+ "selection_policy": selection_policy,
207
+ "source_query_count": len(source_queries),
208
+ "source_corpus_count": len(source_corpus),
209
+ "source_qrels_count": len(source_qrels),
210
+ "selected_query_count": len(nano_queries),
211
+ "selected_corpus_count": len(selected_corpus),
212
+ "qrels_count": len(selected_qrels),
213
+ "duplicate_text_skipped": duplicate_text_skipped,
214
+ "qrels_rewrite_count": 0,
215
+ "context_length_query_counts": context_counts,
216
+ }
217
+
218
+
219
+ def _force_qrels_positive_candidates(
220
+ rows: list[dict[str, Any]],
221
+ qrels: list[dict[str, Any]],
222
+ *,
223
+ top_k: int,
224
+ corpus_size: int,
225
+ ) -> tuple[list[dict[str, Any]], int]:
226
+ positives_by_query: dict[str, list[str]] = defaultdict(list)
227
+ for row in qrels:
228
+ positives_by_query[str(row["query-id"])].append(str(row["corpus-id"]))
229
+
230
+ effective_top_k = min(top_k, corpus_size)
231
+ forced_count = 0
232
+ forced_rows: list[dict[str, Any]] = []
233
+ for row in rows:
234
+ query_id = str(row["query-id"])
235
+ positives = positives_by_query.get(query_id, [])
236
+ positive_set = set(positives)
237
+ candidates = []
238
+ seen: set[str] = set()
239
+ for corpus_id in row["corpus-ids"]:
240
+ corpus_id = str(corpus_id)
241
+ if corpus_id not in seen:
242
+ candidates.append(corpus_id)
243
+ seen.add(corpus_id)
244
+
245
+ for positive_id in positives:
246
+ if positive_id in seen:
247
+ continue
248
+ forced_count += 1
249
+ if len(candidates) < effective_top_k:
250
+ candidates.append(positive_id)
251
+ seen.add(positive_id)
252
+ continue
253
+ for index in range(len(candidates) - 1, -1, -1):
254
+ if candidates[index] not in positive_set:
255
+ seen.remove(candidates[index])
256
+ candidates[index] = positive_id
257
+ seen.add(positive_id)
258
+ break
259
+ else:
260
+ raise RuntimeError(f"{query_id}: cannot force all positives within top-{effective_top_k}.")
261
+
262
+ forced_rows.append({"query-id": query_id, "corpus-ids": candidates[:effective_top_k]})
263
+ return forced_rows, forced_count
264
+
265
+
266
+ def _build_bm25_for_split(split_name: str) -> dict[str, Any]:
267
+ corpus = list(Dataset.from_parquet(str(OUTPUT_DIR / "corpus" / f"{split_name}.parquet")))
268
+ queries = list(Dataset.from_parquet(str(OUTPUT_DIR / "queries" / f"{split_name}.parquet")))
269
+ qrels = list(Dataset.from_parquet(str(OUTPUT_DIR / "qrels" / f"{split_name}.parquet")))
270
+
271
+ detection = detect_primary_language(
272
+ [str(row["text"]) for row in corpus],
273
+ sample_size=LANGUAGE_SAMPLE_SIZE,
274
+ seed=LANGUAGE_SEED,
275
+ )
276
+ plan = plan_tokenization(
277
+ detection=detection,
278
+ splitter_mode="auto",
279
+ tokenizer_name=DEFAULT_TRANSFORMER_TOKENIZER,
280
+ language_hint="en",
281
+ )
282
+
283
+ raw_rows = generate_bm25_rows(
284
+ corpus=corpus,
285
+ queries=queries,
286
+ plan=plan,
287
+ top_k=TOP_K,
288
+ show_progress=False,
289
+ )
290
+ rows, forced_count = _force_qrels_positive_candidates(
291
+ raw_rows,
292
+ qrels,
293
+ top_k=TOP_K,
294
+ corpus_size=len(corpus),
295
+ )
296
+ coverage = compute_qrels_coverage(bm25_rows=rows, qrels=qrels, top_k=TOP_K)
297
+ if coverage.recall != 1.0:
298
+ raise RuntimeError(f"{split_name}: BM25 qrels coverage is {coverage.recall}, expected 1.0.")
299
+
300
+ bm25_path = OUTPUT_DIR / "bm25" / f"{split_name}.parquet"
301
+ bm25_path.parent.mkdir(parents=True, exist_ok=True)
302
+ Dataset.from_list(rows).to_parquet(str(bm25_path))
303
+
304
+ ndcg_at_10 = compute_ndcg_at_k(bm25_rows=rows, qrels=qrels, k=min(10, TOP_K))
305
+ ndcg_at_100 = compute_ndcg_at_k(bm25_rows=rows, qrels=qrels, k=min(100, TOP_K))
306
+ return {
307
+ "split_name": split_name,
308
+ "language_detection": asdict(detection),
309
+ "tokenization_plan": asdict(plan),
310
+ "top_k": TOP_K,
311
+ "qrels_coverage": asdict(coverage),
312
+ "forced_positive_count": forced_count,
313
+ "ndcg_at_10": ndcg_at_10,
314
+ "ndcg_at_100": ndcg_at_100,
315
+ }
316
+
317
+
318
+ def _write_readme(split_names: list[str]) -> None:
319
+ config_order = ["bm25", "corpus", "qrels", "queries"]
320
+ lines = ["---", "configs:"]
321
+ for config_name in config_order:
322
+ lines.append(f"- config_name: {config_name}")
323
+ lines.append(" data_files:")
324
+ for split_name in split_names:
325
+ lines.append(f" - split: {split_name}")
326
+ lines.append(f" path: {config_name}/{split_name}.parquet")
327
+ if config_name == "queries":
328
+ lines.append(" default: true")
329
+ lines.extend(
330
+ [
331
+ "language:",
332
+ "- en",
333
+ "tags:",
334
+ "- Long Context",
335
+ "- retrieval",
336
+ "- nano",
337
+ "---",
338
+ "",
339
+ "# NanoLongEmbed",
340
+ "",
341
+ "NanoLongEmbed is a Nano-style retrieval subset derived from `dwzhu/LongEmbed`.",
342
+ "It keeps the NanoBEIR-compatible config layout: `corpus`, `queries`, `qrels`, and `bm25`.",
343
+ "",
344
+ "## Source",
345
+ "",
346
+ "- Source dataset: `dwzhu/LongEmbed`",
347
+ "- Source tasks: NarrativeQA, SummScreenFD, QMSum, 2WikiMultihopQA, Passkey, Needle",
348
+ "- Upstream card: https://huggingface.co/datasets/dwzhu/LongEmbed",
349
+ "",
350
+ "## Extraction Policy",
351
+ "",
352
+ "- 50 queries are selected per task.",
353
+ "- Real-world tasks use the first valid source queries in source order.",
354
+ "- Passkey and Needle use deterministic round-robin selection across context lengths.",
355
+ "- The full source corpus is retained for each task because every corpus has fewer than 10,000 documents.",
356
+ "- Exact duplicate corpus text is skipped when present; no duplicate corpus text was found in this build.",
357
+ "- Qrels are limited to the selected queries and retain only `query-id` and `corpus-id`.",
358
+ "",
359
+ "## BM25",
360
+ "",
361
+ "- BM25 candidates are top-100 per query.",
362
+ "- Tokenization uses the repository BM25 auto plan with English as a language hint.",
363
+ "- Any missing qrels-positive document is forced into the candidate list by replacing tail non-positive candidates.",
364
+ "- Per-split metadata and reproducibility settings are in `metadata/*.json` and `nano_bm25_subset_config.json`.",
365
+ "",
366
+ "## Schemas",
367
+ "",
368
+ "- `corpus`: `_id: string`, `text: string`",
369
+ "- `queries`: `_id: string`, `text: string`",
370
+ "- `qrels`: `query-id: string`, `corpus-id: string`",
371
+ "- `bm25`: `query-id: string`, `corpus-ids: list[string]`",
372
+ "",
373
+ "## License",
374
+ "",
375
+ "This derived local dataset does not assign a new license. Users must comply with the upstream LongEmbed dataset and source-data terms.",
376
+ "",
377
+ ]
378
+ )
379
+ (OUTPUT_DIR / "README.md").write_text("\n".join(lines), encoding="utf-8")
380
+
381
+
382
+ def main() -> None:
383
+ OUTPUT_DIR.mkdir(parents=True, exist_ok=True)
384
+ source_revision = _source_revision()
385
+ split_metadata = []
386
+ bm25_metadata = []
387
+ split_names = [split_name for _, split_name, _ in TASKS]
388
+
389
+ for source_config, split_name, selection_policy in TASKS:
390
+ print(f"Building nano split {split_name} from {source_config}", flush=True)
391
+ split_metadata.append(_build_nano_split(source_config, split_name, selection_policy))
392
+
393
+ for split_name in split_names:
394
+ print(f"Building BM25 split {split_name}", flush=True)
395
+ bm25_metadata.append(_build_bm25_for_split(split_name))
396
+
397
+ metadata_by_split = {item["split_name"]: item for item in split_metadata}
398
+ for item in bm25_metadata:
399
+ split_name = item["split_name"]
400
+ metadata_by_split[split_name]["bm25"] = item
401
+
402
+ metadata_dir = OUTPUT_DIR / "metadata"
403
+ metadata_dir.mkdir(parents=True, exist_ok=True)
404
+ for split_name, metadata in metadata_by_split.items():
405
+ metadata["source_dataset_id"] = SOURCE_DATASET_ID
406
+ metadata["source_revision"] = source_revision
407
+ (metadata_dir / f"{split_name}.json").write_text(
408
+ json.dumps(metadata, ensure_ascii=False, indent=2),
409
+ encoding="utf-8",
410
+ )
411
+
412
+ manifest = {
413
+ "dataset_name": "NanoLongEmbed",
414
+ "source_dataset_id": SOURCE_DATASET_ID,
415
+ "source_revision": source_revision,
416
+ "output_dir": str(OUTPUT_DIR),
417
+ "query_limit_per_split": QUERY_LIMIT,
418
+ "corpus_limit_per_split": CORPUS_LIMIT,
419
+ "bm25_top_k": TOP_K,
420
+ "language_seed": LANGUAGE_SEED,
421
+ "language_sample_size": LANGUAGE_SAMPLE_SIZE,
422
+ "split_mapping": [
423
+ {"source_config": source_config, "split_name": split_name, "selection_policy": selection_policy}
424
+ for source_config, split_name, selection_policy in TASKS
425
+ ],
426
+ "counts": [
427
+ {
428
+ "split_name": item["split_name"],
429
+ "queries": item["selected_query_count"],
430
+ "corpus": item["selected_corpus_count"],
431
+ "qrels": item["qrels_count"],
432
+ }
433
+ for item in split_metadata
434
+ ],
435
+ }
436
+ (OUTPUT_DIR / "manifest.json").write_text(json.dumps(manifest, ensure_ascii=False, indent=2), encoding="utf-8")
437
+
438
+ bm25_summary = {
439
+ "dataset_id": str(OUTPUT_DIR),
440
+ "source_dataset_id": SOURCE_DATASET_ID,
441
+ "source_revision": source_revision,
442
+ "output_dir": str(OUTPUT_DIR),
443
+ "corpus_subset_name": "corpus",
444
+ "queries_subset_name": "queries",
445
+ "qrels_subset_name": "qrels",
446
+ "top_k": TOP_K,
447
+ "sample_size": LANGUAGE_SAMPLE_SIZE,
448
+ "language_seed": LANGUAGE_SEED,
449
+ "auto_select_best_splitter": False,
450
+ "selection_ndcg_k": None,
451
+ "default_tokenization_config": {
452
+ "splitter_mode": "auto",
453
+ "tokenizer_name": DEFAULT_TRANSFORMER_TOKENIZER,
454
+ "stemmer_algorithm": None,
455
+ "enable_stemming": True,
456
+ },
457
+ "positive_forcing": "replace tail non-positive candidates with missing qrels positives",
458
+ "splits": [
459
+ {
460
+ "split_name": item["split_name"],
461
+ "tokenization_plan": item["tokenization_plan"],
462
+ "main_score_name": None,
463
+ "main_score": None,
464
+ "selected_evaluation": None,
465
+ "candidate_evaluations": None,
466
+ "qrels_coverage": item["qrels_coverage"],
467
+ "forced_positive_count": item["forced_positive_count"],
468
+ "ndcg_at_10": item["ndcg_at_10"],
469
+ "ndcg_at_100": item["ndcg_at_100"],
470
+ }
471
+ for item in bm25_metadata
472
+ ],
473
+ }
474
+ (OUTPUT_DIR / "nano_bm25_subset_config.json").write_text(
475
+ json.dumps(bm25_summary, ensure_ascii=False, indent=2),
476
+ encoding="utf-8",
477
+ )
478
+
479
+ _write_readme(split_names)
480
+
481
+ print(f"Wrote NanoLongEmbed to {OUTPUT_DIR}", flush=True)
482
+
483
+
484
+ if __name__ == "__main__":
485
+ main()
corpus/Nano2WikiMultihopQA-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b341c7aafd2a9de0fc7b8249fc01c18d382f10f3d2844db3a1426688905ecf92
3
+ size 6695117
corpus/Nano2WikiMultihopQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b341c7aafd2a9de0fc7b8249fc01c18d382f10f3d2844db3a1426688905ecf92
3
+ size 6695117
corpus/NanoNarrativeQA-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9104e9f90ecd3d18327a75f15ef7fdff669a26702c9e456520b170dbb65ed5c7
3
+ size 63177746
corpus/NanoNarrativeQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9104e9f90ecd3d18327a75f15ef7fdff669a26702c9e456520b170dbb65ed5c7
3
+ size 63177746
corpus/NanoNeedle-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54d9ac0bf63886f7d64be4fcbd0bbcdb77304ccdbcab0ef38eee6e7ebee46ddc
3
+ size 14101095
corpus/NanoNeedle.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54d9ac0bf63886f7d64be4fcbd0bbcdb77304ccdbcab0ef38eee6e7ebee46ddc
3
+ size 14101095
corpus/NanoPasskey-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e5d8318ffb237f9081c2884aadaced87ecff166de736daaf10cdfdd6b41ed37
3
+ size 1165218
corpus/NanoPasskey.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e5d8318ffb237f9081c2884aadaced87ecff166de736daaf10cdfdd6b41ed37
3
+ size 1165218
corpus/NanoQMSum-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed0360982cffa94d7e0281c504e63bb5727cc639c63c149d468d0aa7041e13bd
3
+ size 4798098
corpus/NanoQMSum.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed0360982cffa94d7e0281c504e63bb5727cc639c63c149d468d0aa7041e13bd
3
+ size 4798098
corpus/NanoSummScreenFD-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69a4df3af4a2079bea2927c3823d51467f6ade8d0ddf7f460465cd20eb57a04
3
+ size 6017188
corpus/NanoSummScreenFD.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69a4df3af4a2079bea2927c3823d51467f6ade8d0ddf7f460465cd20eb57a04
3
+ size 6017188
manifest.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "NanoLongEmbed",
3
+ "source_dataset_id": "dwzhu/LongEmbed",
4
+ "source_revision": "10039a580487dacecf79db69166e17ace3ede392",
5
+ "output_dir": "/home/hotchpotch/src/github.com/hotchpotch/nano-ir-eval/output/nano_datasets/NanoLongEmbed",
6
+ "query_limit_per_split": 50,
7
+ "corpus_limit_per_split": 10000,
8
+ "bm25_top_k": 100,
9
+ "language_seed": 13,
10
+ "language_sample_size": 50,
11
+ "split_mapping": [
12
+ {
13
+ "source_config": "narrativeqa",
14
+ "split_name": "NanoNarrativeQA",
15
+ "selection_policy": "first_valid_queries"
16
+ },
17
+ {
18
+ "source_config": "summ_screen_fd",
19
+ "split_name": "NanoSummScreenFD",
20
+ "selection_policy": "first_valid_queries"
21
+ },
22
+ {
23
+ "source_config": "qmsum",
24
+ "split_name": "NanoQMSum",
25
+ "selection_policy": "first_valid_queries"
26
+ },
27
+ {
28
+ "source_config": "2wikimqa",
29
+ "split_name": "Nano2WikiMultihopQA",
30
+ "selection_policy": "first_valid_queries"
31
+ },
32
+ {
33
+ "source_config": "passkey",
34
+ "split_name": "NanoPasskey",
35
+ "selection_policy": "balanced_context_length"
36
+ },
37
+ {
38
+ "source_config": "needle",
39
+ "split_name": "NanoNeedle",
40
+ "selection_policy": "balanced_context_length"
41
+ }
42
+ ],
43
+ "counts": [
44
+ {
45
+ "split_name": "NanoNarrativeQA",
46
+ "queries": 50,
47
+ "corpus": 355,
48
+ "qrels": 50
49
+ },
50
+ {
51
+ "split_name": "NanoSummScreenFD",
52
+ "queries": 50,
53
+ "corpus": 336,
54
+ "qrels": 50
55
+ },
56
+ {
57
+ "split_name": "NanoQMSum",
58
+ "queries": 50,
59
+ "corpus": 197,
60
+ "qrels": 50
61
+ },
62
+ {
63
+ "split_name": "Nano2WikiMultihopQA",
64
+ "queries": 50,
65
+ "corpus": 300,
66
+ "qrels": 50
67
+ },
68
+ {
69
+ "split_name": "NanoPasskey",
70
+ "queries": 50,
71
+ "corpus": 800,
72
+ "qrels": 50
73
+ },
74
+ {
75
+ "split_name": "NanoNeedle",
76
+ "queries": 50,
77
+ "corpus": 800,
78
+ "qrels": 50
79
+ }
80
+ ]
81
+ }
metadata/Nano2WikiMultihopQA.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_config": "2wikimqa",
3
+ "split_name": "Nano2WikiMultihopQA",
4
+ "selection_policy": "first_valid_queries",
5
+ "source_query_count": 300,
6
+ "source_corpus_count": 300,
7
+ "source_qrels_count": 300,
8
+ "selected_query_count": 50,
9
+ "selected_corpus_count": 300,
10
+ "qrels_count": 50,
11
+ "duplicate_text_skipped": 0,
12
+ "qrels_rewrite_count": 0,
13
+ "context_length_query_counts": null,
14
+ "bm25": {
15
+ "split_name": "Nano2WikiMultihopQA",
16
+ "language_detection": {
17
+ "language": "en",
18
+ "confidence": 0.8060238008596459,
19
+ "support_ratio": 0.98,
20
+ "ambiguous": false,
21
+ "sample_count": 50
22
+ },
23
+ "tokenization_plan": {
24
+ "mode": "stemmer",
25
+ "language": "en",
26
+ "stemmer_algorithm": "english",
27
+ "tokenizer_name": null,
28
+ "reason": "language 'en' mapped to stemmer 'english'"
29
+ },
30
+ "top_k": 100,
31
+ "qrels_coverage": {
32
+ "total": 50,
33
+ "hits": 50,
34
+ "recall": 1.0
35
+ },
36
+ "forced_positive_count": 0,
37
+ "ndcg_at_10": 0.9319038568095249,
38
+ "ndcg_at_100": 0.9406546234742748
39
+ },
40
+ "source_dataset_id": "dwzhu/LongEmbed",
41
+ "source_revision": "10039a580487dacecf79db69166e17ace3ede392"
42
+ }
metadata/NanoNarrativeQA.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_config": "narrativeqa",
3
+ "split_name": "NanoNarrativeQA",
4
+ "selection_policy": "first_valid_queries",
5
+ "source_query_count": 10449,
6
+ "source_corpus_count": 355,
7
+ "source_qrels_count": 10449,
8
+ "selected_query_count": 50,
9
+ "selected_corpus_count": 355,
10
+ "qrels_count": 50,
11
+ "duplicate_text_skipped": 0,
12
+ "qrels_rewrite_count": 0,
13
+ "context_length_query_counts": null,
14
+ "bm25": {
15
+ "split_name": "NanoNarrativeQA",
16
+ "language_detection": {
17
+ "language": "en",
18
+ "confidence": 0.6008472263813018,
19
+ "support_ratio": 1.0,
20
+ "ambiguous": false,
21
+ "sample_count": 50
22
+ },
23
+ "tokenization_plan": {
24
+ "mode": "stemmer",
25
+ "language": "en",
26
+ "stemmer_algorithm": "english",
27
+ "tokenizer_name": null,
28
+ "reason": "language 'en' mapped to stemmer 'english'"
29
+ },
30
+ "top_k": 100,
31
+ "qrels_coverage": {
32
+ "total": 50,
33
+ "hits": 50,
34
+ "recall": 1.0
35
+ },
36
+ "forced_positive_count": 4,
37
+ "ndcg_at_10": 0.6081141940840378,
38
+ "ndcg_at_100": 0.6638750650343473
39
+ },
40
+ "source_dataset_id": "dwzhu/LongEmbed",
41
+ "source_revision": "10039a580487dacecf79db69166e17ace3ede392"
42
+ }
metadata/NanoNeedle.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_config": "needle",
3
+ "split_name": "NanoNeedle",
4
+ "selection_policy": "balanced_context_length",
5
+ "source_query_count": 400,
6
+ "source_corpus_count": 800,
7
+ "source_qrels_count": 400,
8
+ "selected_query_count": 50,
9
+ "selected_corpus_count": 800,
10
+ "qrels_count": 50,
11
+ "duplicate_text_skipped": 0,
12
+ "qrels_rewrite_count": 0,
13
+ "context_length_query_counts": {
14
+ "256": 7,
15
+ "512": 7,
16
+ "1024": 6,
17
+ "2048": 6,
18
+ "4096": 6,
19
+ "8192": 6,
20
+ "16384": 6,
21
+ "32768": 6
22
+ },
23
+ "bm25": {
24
+ "split_name": "NanoNeedle",
25
+ "language_detection": {
26
+ "language": "en",
27
+ "confidence": 0.8917386984825134,
28
+ "support_ratio": 1.0,
29
+ "ambiguous": false,
30
+ "sample_count": 50
31
+ },
32
+ "tokenization_plan": {
33
+ "mode": "stemmer",
34
+ "language": "en",
35
+ "stemmer_algorithm": "english",
36
+ "tokenizer_name": null,
37
+ "reason": "language 'en' mapped to stemmer 'english'"
38
+ },
39
+ "top_k": 100,
40
+ "qrels_coverage": {
41
+ "total": 50,
42
+ "hits": 50,
43
+ "recall": 1.0
44
+ },
45
+ "forced_positive_count": 2,
46
+ "ndcg_at_10": 0.3839632728352887,
47
+ "ndcg_at_100": 0.43128913271775404
48
+ },
49
+ "source_dataset_id": "dwzhu/LongEmbed",
50
+ "source_revision": "10039a580487dacecf79db69166e17ace3ede392"
51
+ }
metadata/NanoPasskey.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_config": "passkey",
3
+ "split_name": "NanoPasskey",
4
+ "selection_policy": "balanced_context_length",
5
+ "source_query_count": 400,
6
+ "source_corpus_count": 800,
7
+ "source_qrels_count": 400,
8
+ "selected_query_count": 50,
9
+ "selected_corpus_count": 800,
10
+ "qrels_count": 50,
11
+ "duplicate_text_skipped": 0,
12
+ "qrels_rewrite_count": 0,
13
+ "context_length_query_counts": {
14
+ "256": 7,
15
+ "512": 7,
16
+ "1024": 6,
17
+ "2048": 6,
18
+ "4096": 6,
19
+ "8192": 6,
20
+ "16384": 6,
21
+ "32768": 6
22
+ },
23
+ "bm25": {
24
+ "split_name": "NanoPasskey",
25
+ "language_detection": {
26
+ "language": "en",
27
+ "confidence": 0.9547083139419555,
28
+ "support_ratio": 1.0,
29
+ "ambiguous": false,
30
+ "sample_count": 50
31
+ },
32
+ "tokenization_plan": {
33
+ "mode": "stemmer",
34
+ "language": "en",
35
+ "stemmer_algorithm": "english",
36
+ "tokenizer_name": null,
37
+ "reason": "language 'en' mapped to stemmer 'english'"
38
+ },
39
+ "top_k": 100,
40
+ "qrels_coverage": {
41
+ "total": 50,
42
+ "hits": 50,
43
+ "recall": 1.0
44
+ },
45
+ "forced_positive_count": 0,
46
+ "ndcg_at_10": 0.4924688774379761,
47
+ "ndcg_at_100": 0.502481048776537
48
+ },
49
+ "source_dataset_id": "dwzhu/LongEmbed",
50
+ "source_revision": "10039a580487dacecf79db69166e17ace3ede392"
51
+ }
metadata/NanoQMSum.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_config": "qmsum",
3
+ "split_name": "NanoQMSum",
4
+ "selection_policy": "first_valid_queries",
5
+ "source_query_count": 1527,
6
+ "source_corpus_count": 197,
7
+ "source_qrels_count": 1527,
8
+ "selected_query_count": 50,
9
+ "selected_corpus_count": 197,
10
+ "qrels_count": 50,
11
+ "duplicate_text_skipped": 0,
12
+ "qrels_rewrite_count": 0,
13
+ "context_length_query_counts": null,
14
+ "bm25": {
15
+ "split_name": "NanoQMSum",
16
+ "language_detection": {
17
+ "language": "en",
18
+ "confidence": 0.7766384822130203,
19
+ "support_ratio": 1.0,
20
+ "ambiguous": false,
21
+ "sample_count": 50
22
+ },
23
+ "tokenization_plan": {
24
+ "mode": "stemmer",
25
+ "language": "en",
26
+ "stemmer_algorithm": "english",
27
+ "tokenizer_name": null,
28
+ "reason": "language 'en' mapped to stemmer 'english'"
29
+ },
30
+ "top_k": 100,
31
+ "qrels_coverage": {
32
+ "total": 50,
33
+ "hits": 50,
34
+ "recall": 1.0
35
+ },
36
+ "forced_positive_count": 0,
37
+ "ndcg_at_10": 0.7921034475051778,
38
+ "ndcg_at_100": 0.815163333552449
39
+ },
40
+ "source_dataset_id": "dwzhu/LongEmbed",
41
+ "source_revision": "10039a580487dacecf79db69166e17ace3ede392"
42
+ }
metadata/NanoSummScreenFD.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "source_config": "summ_screen_fd",
3
+ "split_name": "NanoSummScreenFD",
4
+ "selection_policy": "first_valid_queries",
5
+ "source_query_count": 336,
6
+ "source_corpus_count": 336,
7
+ "source_qrels_count": 336,
8
+ "selected_query_count": 50,
9
+ "selected_corpus_count": 336,
10
+ "qrels_count": 50,
11
+ "duplicate_text_skipped": 0,
12
+ "qrels_rewrite_count": 0,
13
+ "context_length_query_counts": null,
14
+ "bm25": {
15
+ "split_name": "NanoSummScreenFD",
16
+ "language_detection": {
17
+ "language": "en",
18
+ "confidence": 0.7837093853950501,
19
+ "support_ratio": 1.0,
20
+ "ambiguous": false,
21
+ "sample_count": 50
22
+ },
23
+ "tokenization_plan": {
24
+ "mode": "stemmer",
25
+ "language": "en",
26
+ "stemmer_algorithm": "english",
27
+ "tokenizer_name": null,
28
+ "reason": "language 'en' mapped to stemmer 'english'"
29
+ },
30
+ "top_k": 100,
31
+ "qrels_coverage": {
32
+ "total": 50,
33
+ "hits": 50,
34
+ "recall": 1.0
35
+ },
36
+ "forced_positive_count": 0,
37
+ "ndcg_at_10": 0.9678557852142875,
38
+ "ndcg_at_100": 0.9678557852142875
39
+ },
40
+ "source_dataset_id": "dwzhu/LongEmbed",
41
+ "source_revision": "10039a580487dacecf79db69166e17ace3ede392"
42
+ }
nano_bm25_subset_config.json ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_id": "/home/hotchpotch/src/github.com/hotchpotch/nano-ir-eval/output/nano_datasets/NanoLongEmbed",
3
+ "source_dataset_id": "dwzhu/LongEmbed",
4
+ "source_revision": "10039a580487dacecf79db69166e17ace3ede392",
5
+ "output_dir": "/home/hotchpotch/src/github.com/hotchpotch/nano-ir-eval/output/nano_datasets/NanoLongEmbed",
6
+ "corpus_subset_name": "corpus",
7
+ "queries_subset_name": "queries",
8
+ "qrels_subset_name": "qrels",
9
+ "top_k": 100,
10
+ "sample_size": 50,
11
+ "language_seed": 13,
12
+ "auto_select_best_splitter": false,
13
+ "selection_ndcg_k": null,
14
+ "default_tokenization_config": {
15
+ "splitter_mode": "auto",
16
+ "tokenizer_name": "Qwen/Qwen3-0.6B",
17
+ "stemmer_algorithm": null,
18
+ "enable_stemming": true
19
+ },
20
+ "positive_forcing": "replace tail non-positive candidates with missing qrels positives",
21
+ "splits": [
22
+ {
23
+ "split_name": "NanoNarrativeQA",
24
+ "tokenization_plan": {
25
+ "mode": "stemmer",
26
+ "language": "en",
27
+ "stemmer_algorithm": "english",
28
+ "tokenizer_name": null,
29
+ "reason": "language 'en' mapped to stemmer 'english'"
30
+ },
31
+ "main_score_name": null,
32
+ "main_score": null,
33
+ "selected_evaluation": null,
34
+ "candidate_evaluations": null,
35
+ "qrels_coverage": {
36
+ "total": 50,
37
+ "hits": 50,
38
+ "recall": 1.0
39
+ },
40
+ "forced_positive_count": 4,
41
+ "ndcg_at_10": 0.6081141940840378,
42
+ "ndcg_at_100": 0.6638750650343473
43
+ },
44
+ {
45
+ "split_name": "NanoSummScreenFD",
46
+ "tokenization_plan": {
47
+ "mode": "stemmer",
48
+ "language": "en",
49
+ "stemmer_algorithm": "english",
50
+ "tokenizer_name": null,
51
+ "reason": "language 'en' mapped to stemmer 'english'"
52
+ },
53
+ "main_score_name": null,
54
+ "main_score": null,
55
+ "selected_evaluation": null,
56
+ "candidate_evaluations": null,
57
+ "qrels_coverage": {
58
+ "total": 50,
59
+ "hits": 50,
60
+ "recall": 1.0
61
+ },
62
+ "forced_positive_count": 0,
63
+ "ndcg_at_10": 0.9678557852142875,
64
+ "ndcg_at_100": 0.9678557852142875
65
+ },
66
+ {
67
+ "split_name": "NanoQMSum",
68
+ "tokenization_plan": {
69
+ "mode": "stemmer",
70
+ "language": "en",
71
+ "stemmer_algorithm": "english",
72
+ "tokenizer_name": null,
73
+ "reason": "language 'en' mapped to stemmer 'english'"
74
+ },
75
+ "main_score_name": null,
76
+ "main_score": null,
77
+ "selected_evaluation": null,
78
+ "candidate_evaluations": null,
79
+ "qrels_coverage": {
80
+ "total": 50,
81
+ "hits": 50,
82
+ "recall": 1.0
83
+ },
84
+ "forced_positive_count": 0,
85
+ "ndcg_at_10": 0.7921034475051778,
86
+ "ndcg_at_100": 0.815163333552449
87
+ },
88
+ {
89
+ "split_name": "Nano2WikiMultihopQA",
90
+ "tokenization_plan": {
91
+ "mode": "stemmer",
92
+ "language": "en",
93
+ "stemmer_algorithm": "english",
94
+ "tokenizer_name": null,
95
+ "reason": "language 'en' mapped to stemmer 'english'"
96
+ },
97
+ "main_score_name": null,
98
+ "main_score": null,
99
+ "selected_evaluation": null,
100
+ "candidate_evaluations": null,
101
+ "qrels_coverage": {
102
+ "total": 50,
103
+ "hits": 50,
104
+ "recall": 1.0
105
+ },
106
+ "forced_positive_count": 0,
107
+ "ndcg_at_10": 0.9319038568095249,
108
+ "ndcg_at_100": 0.9406546234742748
109
+ },
110
+ {
111
+ "split_name": "NanoPasskey",
112
+ "tokenization_plan": {
113
+ "mode": "stemmer",
114
+ "language": "en",
115
+ "stemmer_algorithm": "english",
116
+ "tokenizer_name": null,
117
+ "reason": "language 'en' mapped to stemmer 'english'"
118
+ },
119
+ "main_score_name": null,
120
+ "main_score": null,
121
+ "selected_evaluation": null,
122
+ "candidate_evaluations": null,
123
+ "qrels_coverage": {
124
+ "total": 50,
125
+ "hits": 50,
126
+ "recall": 1.0
127
+ },
128
+ "forced_positive_count": 0,
129
+ "ndcg_at_10": 0.4924688774379761,
130
+ "ndcg_at_100": 0.502481048776537
131
+ },
132
+ {
133
+ "split_name": "NanoNeedle",
134
+ "tokenization_plan": {
135
+ "mode": "stemmer",
136
+ "language": "en",
137
+ "stemmer_algorithm": "english",
138
+ "tokenizer_name": null,
139
+ "reason": "language 'en' mapped to stemmer 'english'"
140
+ },
141
+ "main_score_name": null,
142
+ "main_score": null,
143
+ "selected_evaluation": null,
144
+ "candidate_evaluations": null,
145
+ "qrels_coverage": {
146
+ "total": 50,
147
+ "hits": 50,
148
+ "recall": 1.0
149
+ },
150
+ "forced_positive_count": 2,
151
+ "ndcg_at_10": 0.3839632728352887,
152
+ "ndcg_at_100": 0.43128913271775404
153
+ }
154
+ ]
155
+ }
qrels/Nano2WikiMultihopQA-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91798d58c063fa890172e6668d5443560377e5e9b83da995955c7c835d6f6614
3
+ size 3394
qrels/Nano2WikiMultihopQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8acbd4648e7d2f6af4b243a7d2ba32fff922b8303004b84d6c1585fe1f4803
3
+ size 1805
qrels/NanoNarrativeQA-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3d16b7209b76b88f746a7ec264c6cdaab99e06666f7e412a6adb7525828c25f
3
+ size 3283
qrels/NanoNarrativeQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d9e394db4dd0b34522ffd15cdd2ca7ac2f29ffdfe0e3d22c90cbb4bae8f4eab
3
+ size 1792
qrels/NanoNeedle-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aec65028b6f844eba4fcfef9cf7966256d17ee2c6e3f67a4c573324eb6aabdb0
3
+ size 2697
qrels/NanoNeedle.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e67bb799d76587c6b0f05cb3d05f4b9c92339acf8f401cdf9de9808269957840
3
+ size 2094
qrels/NanoPasskey-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:498d68f321e5850f43a31910cea0baa8621dfcc7b6145629b1dc5815dd02f56f
3
+ size 2719
qrels/NanoPasskey.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de1e6aa7208010befa074526f054b93d1e83ce5f32cf32535de7c84791e81e99
3
+ size 2101
qrels/NanoQMSum-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8299b482abd97753a3e7372ca1020f0e0a548759d39d9408dadf39c3e7155df
3
+ size 3041
qrels/NanoQMSum.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29f48478d8aaaef77b71dcd736c598302ad8507319e43b8b4210aa6219d84bb0
3
+ size 1763
qrels/NanoSummScreenFD-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4c352a4f4f1c2ccdcf02f64cd8b805b05c2e999bb4ff866699fe99fb2ca74b7
3
+ size 3397
qrels/NanoSummScreenFD.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba86b500834476527c7eb85d99f358c04ce8f4d08a6c0cb3eb70dde2952f29b6
3
+ size 1806
queries/Nano2WikiMultihopQA-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde4086a7420542ff101afc03770e4a6cdb540e8ec5b5523c15c37aac817a67e
3
+ size 10626
queries/Nano2WikiMultihopQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50b3f3e7ee7d40147ee9c0ce395a4228bbca19324d443e0c2108afc022858827
3
+ size 3829
queries/NanoNarrativeQA-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cccda52c46e2564e7d4dfeec3789d156d48022d5e1920109f90c6af521311c22
3
+ size 10492
queries/NanoNarrativeQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:430ab576a0fdb48b2a646d5bba43660d8b12684b693bc440cec9ea28acfd3b20
3
+ size 3784