Datasets:
Restore NanoNFCorpus full qrels and rebuild candidates
Browse files
README.md
CHANGED
|
@@ -209,7 +209,7 @@ dataset_info:
|
|
| 209 |
num_bytes: 273333
|
| 210 |
num_examples: 50
|
| 211 |
- name: NanoNFCorpus
|
| 212 |
-
num_bytes:
|
| 213 |
num_examples: 50
|
| 214 |
- name: NanoNQ
|
| 215 |
num_bytes: 336389
|
|
@@ -353,8 +353,8 @@ dataset_info:
|
|
| 353 |
num_bytes: 1065
|
| 354 |
num_examples: 50
|
| 355 |
- name: NanoNFCorpus
|
| 356 |
-
num_bytes:
|
| 357 |
-
num_examples:
|
| 358 |
- name: NanoNQ
|
| 359 |
num_bytes: 1340
|
| 360 |
num_examples: 57
|
|
@@ -449,7 +449,7 @@ dataset_info:
|
|
| 449 |
num_bytes: 55163
|
| 450 |
num_examples: 50
|
| 451 |
- name: NanoNFCorpus
|
| 452 |
-
num_bytes:
|
| 453 |
num_examples: 50
|
| 454 |
- name: NanoNQ
|
| 455 |
num_bytes: 67880
|
|
@@ -500,15 +500,15 @@ This dataset uses six Hugging Face Datasets configs:
|
|
| 500 |
- `harrier_oss_v1_270m`: dense candidate lists from `microsoft/harrier-oss-v1-270m`
|
| 501 |
- `reranking_hybrid`: RRF candidate lists built from `bm25` and `harrier_oss_v1_270m`
|
| 502 |
|
| 503 |
-
Each config has the same Nano split names.
|
| 504 |
|
| 505 |
## Candidate Construction
|
| 506 |
|
| 507 |
-
- `bm25`: local BM25 top-500 with automatic
|
| 508 |
- `harrier_oss_v1_270m`: dense top-500 from `microsoft/harrier-oss-v1-270m`. In tables this is shown as `Dense`; Dense means `microsoft/harrier-oss-v1-270m` with the `web_search_query` prompt for queries and cosine similarity over normalized embeddings.
|
| 509 |
- `reranking_hybrid`: RRF over `bm25` and `harrier_oss_v1_270m` using `rrf_k=100`, keeping the RRF top-100.
|
| 510 |
|
| 511 |
-
Safeguard means rank 101 is appended only when RRF top-100 contains no qrels-positive document.
|
| 512 |
|
| 513 |
## Split Statistics
|
| 514 |
|
|
@@ -523,7 +523,7 @@ Length statistics are character counts computed with `len(str(text))`.
|
|
| 523 |
| NanoFiQA2018 | 50 | 4598 | 123 | 29.6 | 29.5 | 36.8 | 490.3 | 361.0 | 622.8 |
|
| 524 |
| NanoHotpotQA | 50 | 5090 | 100 | 49.5 | 46.0 | 59.8 | 197.1 | 170.0 | 269.0 |
|
| 525 |
| NanoMSMARCO | 50 | 5043 | 50 | 19.1 | 17.0 | 23.8 | 169.2 | 152.0 | 202.5 |
|
| 526 |
-
| NanoNFCorpus | 50 | 2953 |
|
| 527 |
| NanoNQ | 50 | 5035 | 57 | 29.3 | 25.0 | 31.8 | 274.2 | 231.0 | 394.5 |
|
| 528 |
| NanoQuoraRetrieval | 50 | 5046 | 70 | 28.7 | 28.0 | 32.0 | 32.8 | 28.0 | 37.0 |
|
| 529 |
| NanoSCIDOCS | 50 | 2210 | 244 | 32.1 | 30.0 | 39.0 | 452.8 | 444.0 | 609.8 |
|
|
@@ -538,7 +538,7 @@ Dense means `microsoft/harrier-oss-v1-270m` with the `web_search_query` prompt a
|
|
| 538 |
|
| 539 |
| Nano split | BM25 tokenizer | BM25 nDCG@10 | Dense nDCG@10 | Hybrid nDCG@10 | BM25 Recall@100 | Dense Recall@100 | Hybrid Recall@100 | Hybrid candidates | Safeguard positives |
|
| 540 |
|---|---|---:|---:|---:|---:|---:|---:|---:|---:|
|
| 541 |
-
| Mean | - | 44.
|
| 542 |
| NanoArguAna | wordseg@ko | 36.61 | 40.82 | 42.17 | 90.00 | 94.00 | 96.00 | 100-101 | 2 |
|
| 543 |
| NanoClimateFEVER | wordseg@ko | 24.57 | 30.03 | 29.83 | 63.87 | 68.30 | 66.10 | 100-101 | 3 |
|
| 544 |
| NanoDBPedia | wordseg@ko | 53.22 | 59.28 | 57.87 | 72.53 | 76.53 | 79.55 | 100 | 0 |
|
|
@@ -546,7 +546,7 @@ Dense means `microsoft/harrier-oss-v1-270m` with the `web_search_query` prompt a
|
|
| 546 |
| NanoFiQA2018 | wordseg@ko | 34.15 | 37.13 | 42.91 | 60.57 | 74.03 | 73.29 | 100-101 | 7 |
|
| 547 |
| NanoHotpotQA | wordseg@ko | 59.66 | 62.69 | 63.16 | 87.00 | 84.00 | 93.00 | 100-101 | 2 |
|
| 548 |
| NanoMSMARCO | wordseg@ko | 33.20 | 41.64 | 43.71 | 88.00 | 96.00 | 96.00 | 100-101 | 2 |
|
| 549 |
-
| NanoNFCorpus | wordseg@ko |
|
| 550 |
| NanoNQ | wordseg@ko | 43.01 | 58.05 | 50.33 | 78.00 | 93.00 | 99.00 | 100 | 0 |
|
| 551 |
| NanoQuoraRetrieval | wordseg@ko | 70.62 | 81.33 | 76.32 | 97.33 | 96.00 | 100.00 | 100 | 0 |
|
| 552 |
| NanoSCIDOCS | wordseg@ko | 26.73 | 33.10 | 33.80 | 60.93 | 64.17 | 64.27 | 100-101 | 1 |
|
|
|
|
| 209 |
num_bytes: 273333
|
| 210 |
num_examples: 50
|
| 211 |
- name: NanoNFCorpus
|
| 212 |
+
num_bytes: 300195
|
| 213 |
num_examples: 50
|
| 214 |
- name: NanoNQ
|
| 215 |
num_bytes: 336389
|
|
|
|
| 353 |
num_bytes: 1065
|
| 354 |
num_examples: 50
|
| 355 |
- name: NanoNFCorpus
|
| 356 |
+
num_bytes: 64851
|
| 357 |
+
num_examples: 2518
|
| 358 |
- name: NanoNQ
|
| 359 |
num_bytes: 1340
|
| 360 |
num_examples: 57
|
|
|
|
| 449 |
num_bytes: 55163
|
| 450 |
num_examples: 50
|
| 451 |
- name: NanoNFCorpus
|
| 452 |
+
num_bytes: 60686
|
| 453 |
num_examples: 50
|
| 454 |
- name: NanoNQ
|
| 455 |
num_bytes: 67880
|
|
|
|
| 500 |
- `harrier_oss_v1_270m`: dense candidate lists from `microsoft/harrier-oss-v1-270m`
|
| 501 |
- `reranking_hybrid`: RRF candidate lists built from `bm25` and `harrier_oss_v1_270m`
|
| 502 |
|
| 503 |
+
Each config has the same Nano split names. `NanoNFCorpus` includes the full positive qrels (2,518 rows); qrels are not capped to the top-100 reranking depth.
|
| 504 |
|
| 505 |
## Candidate Construction
|
| 506 |
|
| 507 |
+
- `bm25`: local BM25 top-500 with automatic tokenizer selection. Auto mode uses `wordseg` for `ja`, `zh`, `th`, `ko`, and `vi`, and `regex` otherwise. The resolved tokenizer is shown for each split in the Candidate Quality table.
|
| 508 |
- `harrier_oss_v1_270m`: dense top-500 from `microsoft/harrier-oss-v1-270m`. In tables this is shown as `Dense`; Dense means `microsoft/harrier-oss-v1-270m` with the `web_search_query` prompt for queries and cosine similarity over normalized embeddings.
|
| 509 |
- `reranking_hybrid`: RRF over `bm25` and `harrier_oss_v1_270m` using `rrf_k=100`, keeping the RRF top-100.
|
| 510 |
|
| 511 |
+
Safeguard means rank 101 is appended only when RRF top-100 contains no qrels-positive document. Qrels are not capped to fit the top-100 reranking depth. For `NanoNFCorpus`, some queries have more than 100 positive qrels, so top-100 hybrid candidate coverage is expected to be below 100%; this is a candidate-list diagnostic, not a qrels filtering rule.
|
| 512 |
|
| 513 |
## Split Statistics
|
| 514 |
|
|
|
|
| 523 |
| NanoFiQA2018 | 50 | 4598 | 123 | 29.6 | 29.5 | 36.8 | 490.3 | 361.0 | 622.8 |
|
| 524 |
| NanoHotpotQA | 50 | 5090 | 100 | 49.5 | 46.0 | 59.8 | 197.1 | 170.0 | 269.0 |
|
| 525 |
| NanoMSMARCO | 50 | 5043 | 50 | 19.1 | 17.0 | 23.8 | 169.2 | 152.0 | 202.5 |
|
| 526 |
+
| NanoNFCorpus | 50 | 2953 | 2518 | 10.8 | 10.0 | 14.8 | 752.7 | 758.0 | 895.0 |
|
| 527 |
| NanoNQ | 50 | 5035 | 57 | 29.3 | 25.0 | 31.8 | 274.2 | 231.0 | 394.5 |
|
| 528 |
| NanoQuoraRetrieval | 50 | 5046 | 70 | 28.7 | 28.0 | 32.0 | 32.8 | 28.0 | 37.0 |
|
| 529 |
| NanoSCIDOCS | 50 | 2210 | 244 | 32.1 | 30.0 | 39.0 | 452.8 | 444.0 | 609.8 |
|
|
|
|
| 538 |
|
| 539 |
| Nano split | BM25 tokenizer | BM25 nDCG@10 | Dense nDCG@10 | Hybrid nDCG@10 | BM25 Recall@100 | Dense Recall@100 | Hybrid Recall@100 | Hybrid candidates | Safeguard positives |
|
| 540 |
|---|---|---:|---:|---:|---:|---:|---:|---:|---:|
|
| 541 |
+
| Mean | - | 44.99 | 50.02 | 50.47 | 74.95 | 78.50 | 81.34 | - | 31 |
|
| 542 |
| NanoArguAna | wordseg@ko | 36.61 | 40.82 | 42.17 | 90.00 | 94.00 | 96.00 | 100-101 | 2 |
|
| 543 |
| NanoClimateFEVER | wordseg@ko | 24.57 | 30.03 | 29.83 | 63.87 | 68.30 | 66.10 | 100-101 | 3 |
|
| 544 |
| NanoDBPedia | wordseg@ko | 53.22 | 59.28 | 57.87 | 72.53 | 76.53 | 79.55 | 100 | 0 |
|
|
|
|
| 546 |
| NanoFiQA2018 | wordseg@ko | 34.15 | 37.13 | 42.91 | 60.57 | 74.03 | 73.29 | 100-101 | 7 |
|
| 547 |
| NanoHotpotQA | wordseg@ko | 59.66 | 62.69 | 63.16 | 87.00 | 84.00 | 93.00 | 100-101 | 2 |
|
| 548 |
| NanoMSMARCO | wordseg@ko | 33.20 | 41.64 | 43.71 | 88.00 | 96.00 | 96.00 | 100-101 | 2 |
|
| 549 |
+
| NanoNFCorpus | wordseg@ko | 27.19 | 25.15 | 27.45 | 17.45 | 20.08 | 23.38 | 100-101 | 9 |
|
| 550 |
| NanoNQ | wordseg@ko | 43.01 | 58.05 | 50.33 | 78.00 | 93.00 | 99.00 | 100 | 0 |
|
| 551 |
| NanoQuoraRetrieval | wordseg@ko | 70.62 | 81.33 | 76.32 | 97.33 | 96.00 | 100.00 | 100 | 0 |
|
| 552 |
| NanoSCIDOCS | wordseg@ko | 26.73 | 33.10 | 33.80 | 60.93 | 64.17 | 64.27 | 100-101 | 1 |
|
bm25/NanoNFCorpus-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8551bf8328daa347ba112571b1876df0535fb28b44cc7c534fd6d933d03818b6
|
| 3 |
+
size 301372
|
manifest.json
CHANGED
|
@@ -76,9 +76,9 @@
|
|
| 76 |
"split_name": "NanoNFCorpus",
|
| 77 |
"queries": 50,
|
| 78 |
"corpus": 2953,
|
| 79 |
-
"qrels":
|
| 80 |
-
"forced_doc_count":
|
| 81 |
-
"bm25_ndcg_at_10": 0.
|
| 82 |
"bm25_query_coverage": 1.0,
|
| 83 |
"bm25_relevant_coverage": 1.0
|
| 84 |
},
|
|
|
|
| 76 |
"split_name": "NanoNFCorpus",
|
| 77 |
"queries": 50,
|
| 78 |
"corpus": 2953,
|
| 79 |
+
"qrels": 2518,
|
| 80 |
+
"forced_doc_count": 1835,
|
| 81 |
+
"bm25_ndcg_at_10": 0.2719115991151203,
|
| 82 |
"bm25_query_coverage": 1.0,
|
| 83 |
"bm25_relevant_coverage": 1.0
|
| 84 |
},
|
metadata/NanoNFCorpus.json
CHANGED
|
@@ -2,12 +2,14 @@
|
|
| 2 |
"split_name": "NanoNFCorpus",
|
| 3 |
"queries": 50,
|
| 4 |
"corpus": 2953,
|
| 5 |
-
"qrels":
|
| 6 |
"source_non_positive_qrels": 0,
|
| 7 |
"qrels_selection": {
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
|
|
|
|
|
|
| 11 |
},
|
| 12 |
"bm25": {
|
| 13 |
"config": {
|
|
@@ -17,10 +19,10 @@
|
|
| 17 |
"tokenizer": "wordseg",
|
| 18 |
"tokenizer_name": "ko",
|
| 19 |
"stemmer_algorithm": "english",
|
| 20 |
-
"top_k":
|
| 21 |
"k1": 1.5,
|
| 22 |
"b": 0.75,
|
| 23 |
-
"show_progress":
|
| 24 |
"auto_selected": true,
|
| 25 |
"auto_detected_language": "ko",
|
| 26 |
"auto_detection_language_counts": {
|
|
@@ -28,21 +30,55 @@
|
|
| 28 |
},
|
| 29 |
"auto_detection_sample_size": 10
|
| 30 |
},
|
| 31 |
-
"ndcg_at_10": 0.
|
|
|
|
| 32 |
"candidate_coverage": {
|
| 33 |
-
"top_k":
|
| 34 |
"query_count": 50,
|
| 35 |
"query_with_relevance_count": 50,
|
| 36 |
"covered_query_count": 50,
|
| 37 |
"query_coverage": 1.0,
|
| 38 |
-
"relevant_count":
|
| 39 |
-
"covered_relevant_count":
|
| 40 |
"relevant_coverage": 1.0
|
| 41 |
},
|
| 42 |
-
"rebuild_policy": "BM25
|
| 43 |
-
"forced_queries":
|
| 44 |
-
"forced_doc_count":
|
| 45 |
"missing_positive_doc_count_after_forcing": 0,
|
| 46 |
-
"rebuilt_at_utc": "2026-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
}
|
| 48 |
}
|
|
|
|
| 2 |
"split_name": "NanoNFCorpus",
|
| 3 |
"queries": 50,
|
| 4 |
"corpus": 2953,
|
| 5 |
+
"qrels": 2518,
|
| 6 |
"source_non_positive_qrels": 0,
|
| 7 |
"qrels_selection": {
|
| 8 |
+
"qrels_policy": "full positive qrels preserved",
|
| 9 |
+
"restored_qrels_from": "sentence-transformers/NanoBEIR-en@beb106fbcfaa599c508c667041bf8c85fd78736b",
|
| 10 |
+
"previous_hakari_qrels": 1651,
|
| 11 |
+
"restored_qrels": 867,
|
| 12 |
+
"max_positive_qrels_per_query": 463
|
| 13 |
},
|
| 14 |
"bm25": {
|
| 15 |
"config": {
|
|
|
|
| 19 |
"tokenizer": "wordseg",
|
| 20 |
"tokenizer_name": "ko",
|
| 21 |
"stemmer_algorithm": "english",
|
| 22 |
+
"top_k": 500,
|
| 23 |
"k1": 1.5,
|
| 24 |
"b": 0.75,
|
| 25 |
+
"show_progress": false,
|
| 26 |
"auto_selected": true,
|
| 27 |
"auto_detected_language": "ko",
|
| 28 |
"auto_detection_language_counts": {
|
|
|
|
| 30 |
},
|
| 31 |
"auto_detection_sample_size": 10
|
| 32 |
},
|
| 33 |
+
"ndcg_at_10": 0.2719115991151203,
|
| 34 |
+
"recall_at_100": 0.1744638467802311,
|
| 35 |
"candidate_coverage": {
|
| 36 |
+
"top_k": 500,
|
| 37 |
"query_count": 50,
|
| 38 |
"query_with_relevance_count": 50,
|
| 39 |
"covered_query_count": 50,
|
| 40 |
"query_coverage": 1.0,
|
| 41 |
+
"relevant_count": 2518,
|
| 42 |
+
"covered_relevant_count": 2518,
|
| 43 |
"relevant_coverage": 1.0
|
| 44 |
},
|
| 45 |
+
"rebuild_policy": "BM25 top-500 was recomputed locally; full qrels were preserved; qrels-positive documents were forced into the top-500 candidate list when missing.",
|
| 46 |
+
"forced_queries": 47,
|
| 47 |
+
"forced_doc_count": 1835,
|
| 48 |
"missing_positive_doc_count_after_forcing": 0,
|
| 49 |
+
"rebuilt_at_utc": "2026-06-07T22:41:04.970324+00:00"
|
| 50 |
+
},
|
| 51 |
+
"harrier_oss_v1_270m": {
|
| 52 |
+
"source": "copied from current hakari-bench dataset; dense top-500 is qrels-independent",
|
| 53 |
+
"ndcg_at_10": 0.2514797539527374,
|
| 54 |
+
"recall_at_100": 0.20075794670983677,
|
| 55 |
+
"candidate_coverage": {
|
| 56 |
+
"top_k": 500,
|
| 57 |
+
"query_count": 50,
|
| 58 |
+
"query_with_relevance_count": 50,
|
| 59 |
+
"covered_query_count": 47,
|
| 60 |
+
"query_coverage": 0.94,
|
| 61 |
+
"relevant_count": 2518,
|
| 62 |
+
"covered_relevant_count": 870,
|
| 63 |
+
"relevant_coverage": 0.3455123113582208
|
| 64 |
+
}
|
| 65 |
+
},
|
| 66 |
+
"reranking_hybrid": {
|
| 67 |
+
"source": "rebuilt from BM25 top-500 and harrier_oss_v1_270m top-500 with RRF",
|
| 68 |
+
"rrf_k": 100,
|
| 69 |
+
"top_k": 100,
|
| 70 |
+
"ndcg_at_10": 0.2745446781196811,
|
| 71 |
+
"recall_at_100": 0.23381299050070026,
|
| 72 |
+
"candidate_coverage": {
|
| 73 |
+
"top_k": 100,
|
| 74 |
+
"query_count": 50,
|
| 75 |
+
"query_with_relevance_count": 50,
|
| 76 |
+
"covered_query_count": 41,
|
| 77 |
+
"query_coverage": 0.82,
|
| 78 |
+
"relevant_count": 2518,
|
| 79 |
+
"covered_relevant_count": 408,
|
| 80 |
+
"relevant_coverage": 0.16203335980937253
|
| 81 |
+
},
|
| 82 |
+
"safeguard_positive_count": 9
|
| 83 |
}
|
| 84 |
}
|
qrels/NanoNFCorpus-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40724452b59698b31db1a9de39b35400e99d18398a053a71d57ddf11d1d59a55
|
| 3 |
+
size 13254
|
reranking_hybrid/NanoNFCorpus-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbe87e72c108d508c5aac8a1605e26bcd50fedbe350209c1a9f516c3cad4ddbd
|
| 3 |
+
size 61836
|