hotchpotch commited on
Commit
3e55477
·
verified ·
1 Parent(s): a90d3ea

Copy dataset from hotchpotch/NanoMedical

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. NanoCMedQAv2reranking/corpus/test.parquet +3 -0
  2. NanoCMedQAv2reranking/metadata/test.json +48 -0
  3. NanoCMedQAv2reranking/qrels/test.parquet +3 -0
  4. NanoCMedQAv2reranking/queries/test.parquet +3 -0
  5. NanoCUREv1/corpus/test.parquet +3 -0
  6. NanoCUREv1/metadata/test.json +58 -0
  7. NanoCUREv1/qrels/test.parquet +3 -0
  8. NanoCUREv1/queries/test.parquet +3 -0
  9. NanoCmedqa/corpus/test.parquet +3 -0
  10. NanoCmedqa/metadata/test.json +48 -0
  11. NanoCmedqa/qrels/test.parquet +3 -0
  12. NanoCmedqa/queries/test.parquet +3 -0
  13. NanoMedicalQA/corpus/test.parquet +3 -0
  14. NanoMedicalQA/metadata/test.json +48 -0
  15. NanoMedicalQA/qrels/test.parquet +3 -0
  16. NanoMedicalQA/queries/test.parquet +3 -0
  17. NanoNFCorpus/corpus/test.parquet +3 -0
  18. NanoNFCorpus/metadata/test.json +48 -0
  19. NanoNFCorpus/qrels/test.parquet +3 -0
  20. NanoNFCorpus/queries/test.parquet +3 -0
  21. NanoPublicHealthQA/corpus/test.parquet +3 -0
  22. NanoPublicHealthQA/metadata/test.json +48 -0
  23. NanoPublicHealthQA/qrels/test.parquet +3 -0
  24. NanoPublicHealthQA/queries/test.parquet +3 -0
  25. NanoSciFact/corpus/test.parquet +3 -0
  26. NanoSciFact/metadata/test.json +48 -0
  27. NanoSciFact/qrels/test.parquet +3 -0
  28. NanoSciFact/queries/test.parquet +3 -0
  29. NanoSciFactPL/corpus/test.parquet +3 -0
  30. NanoSciFactPL/metadata/test.json +48 -0
  31. NanoSciFactPL/qrels/test.parquet +3 -0
  32. NanoSciFactPL/queries/test.parquet +3 -0
  33. NanoTRECCOVID/corpus/test.parquet +3 -0
  34. NanoTRECCOVID/metadata/test.json +48 -0
  35. NanoTRECCOVID/qrels/test.parquet +3 -0
  36. NanoTRECCOVID/queries/test.parquet +3 -0
  37. NanoTRECCOVIDPL/corpus/test.parquet +3 -0
  38. NanoTRECCOVIDPL/metadata/test.json +48 -0
  39. NanoTRECCOVIDPL/qrels/test.parquet +3 -0
  40. NanoTRECCOVIDPL/queries/test.parquet +3 -0
  41. README.md +204 -0
  42. bm25/NanoCMedQAv2reranking.parquet +3 -0
  43. bm25/NanoCUREv1.parquet +3 -0
  44. bm25/NanoCmedqa.parquet +3 -0
  45. bm25/NanoMedicalQA.parquet +3 -0
  46. bm25/NanoNFCorpus.parquet +3 -0
  47. bm25/NanoPublicHealthQA.parquet +3 -0
  48. bm25/NanoSciFact.parquet +3 -0
  49. bm25/NanoSciFactPL.parquet +3 -0
  50. bm25/NanoTRECCOVID.parquet +3 -0
NanoCMedQAv2reranking/corpus/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f784619f7bc371e74f9989a22fb7fcb069b8790eccb8693b70671e230ab0575
3
+ size 2011108
NanoCMedQAv2reranking/metadata/test.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "NanoCMedQAv2reranking",
3
+ "source_task": "CMedQAv2-reranking",
4
+ "source_type": "Reranking",
5
+ "source_dataset": {
6
+ "path": "mteb/CMedQAv2-reranking",
7
+ "revision": "01399b6956a4c6bf9edc5b6b90e176aeeb399686"
8
+ },
9
+ "source_eval_splits": [
10
+ "test"
11
+ ],
12
+ "query_limit": 200,
13
+ "doc_limit": 10000,
14
+ "queries": 200,
15
+ "corpus": 10000,
16
+ "qrels": 377,
17
+ "bm25_rows": 200,
18
+ "bm25_top_k": 100,
19
+ "bm25_tokenization": {
20
+ "mode": "wordseg",
21
+ "language": "zh",
22
+ "stemmer_algorithm": null,
23
+ "tokenizer_name": null,
24
+ "reason": "language 'zh' mapped to word-segmentation tokenizer"
25
+ },
26
+ "qrels_coverage": {
27
+ "total": 377,
28
+ "hits": 377,
29
+ "recall": 1.0
30
+ },
31
+ "ndcg_at_10": 0.15003900776298235,
32
+ "ndcg_at_100": 0.29903015701374225,
33
+ "source_container": "task.dataset",
34
+ "source_eval_split_used": "test",
35
+ "source_query_count": 1000,
36
+ "source_corpus_count": 100000,
37
+ "source_qrels_query_count": 1000,
38
+ "source_queries_with_more_than_bm25_top_k_positives": 0,
39
+ "capped_queries_with_more_than_bm25_top_k_positives": 0,
40
+ "dropped_positive_qrels_by_capping": 0,
41
+ "skipped_queries_missing_text_or_qrels": 0,
42
+ "skipped_duplicate_query_texts": 0,
43
+ "duplicate_doc_texts_removed": 406,
44
+ "qrels_rewritten_for_duplicate_text": 7,
45
+ "forced_queries": 148,
46
+ "forced_doc_count": 258,
47
+ "missing_positive_doc_count_after_forcing": 0
48
+ }
NanoCMedQAv2reranking/qrels/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c64481d6d50cc517b57f2a14ae5d586bbc32acd7a5491b88af7df4f8e4325949
3
+ size 5039
NanoCMedQAv2reranking/queries/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63be23fe80080e84fcc55f361a1af6c88049fc2481fc41297ce2a62a69e4c7d8
3
+ size 23408
NanoCUREv1/corpus/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:131808d5d193adff2adae8a44d5c0e1428321bb6a69e98a9445d65e44b132924
3
+ size 3718624
NanoCUREv1/metadata/test.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "NanoCUREv1",
3
+ "source_task": "CUREv1",
4
+ "source_type": "Retrieval",
5
+ "source_dataset": {
6
+ "path": "clinia/CUREv1",
7
+ "revision": "3bcf51c91e04d04a8a3329dfbe988b964c5cbe83"
8
+ },
9
+ "source_eval_splits": [
10
+ "all",
11
+ "dentistry_and_oral_health",
12
+ "dermatology",
13
+ "gastroenterology",
14
+ "genetics",
15
+ "neuroscience_and_neurology",
16
+ "orthopedic_surgery",
17
+ "otorhinolaryngology",
18
+ "plastic_surgery",
19
+ "psychiatry_and_psychology",
20
+ "pulmonology"
21
+ ],
22
+ "query_limit": 200,
23
+ "doc_limit": 10000,
24
+ "queries": 200,
25
+ "corpus": 10000,
26
+ "qrels": 5181,
27
+ "bm25_rows": 200,
28
+ "bm25_top_k": 100,
29
+ "bm25_tokenization": {
30
+ "mode": "stemmer",
31
+ "language": "en",
32
+ "stemmer_algorithm": "english",
33
+ "tokenizer_name": null,
34
+ "reason": "language 'en' mapped to stemmer 'english'"
35
+ },
36
+ "qrels_coverage": {
37
+ "total": 5181,
38
+ "hits": 5181,
39
+ "recall": 1.0
40
+ },
41
+ "ndcg_at_10": 0.3698959661937695,
42
+ "ndcg_at_100": 0.6160108835808653,
43
+ "source_container": "task.corpus/queries/relevant_docs",
44
+ "source_eval_split_used": "all",
45
+ "source_query_count": 2000,
46
+ "source_corpus_count": 244600,
47
+ "source_qrels_query_count": 2000,
48
+ "source_queries_with_more_than_bm25_top_k_positives": 18,
49
+ "capped_queries_with_more_than_bm25_top_k_positives": 18,
50
+ "dropped_positive_qrels_by_capping": 2785,
51
+ "skipped_queries_missing_text_or_qrels": 0,
52
+ "skipped_duplicate_query_texts": 0,
53
+ "duplicate_doc_texts_removed": 0,
54
+ "qrels_rewritten_for_duplicate_text": 0,
55
+ "forced_queries": 171,
56
+ "forced_doc_count": 2977,
57
+ "missing_positive_doc_count_after_forcing": 0
58
+ }
NanoCUREv1/qrels/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f457486659d666bb9bfad0179f154ef15e6b654620b7cf5fb63396134b64fde
3
+ size 119813
NanoCUREv1/queries/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9840e96888d4256118d2b954833595571afe5ef7938c1c80004ada2635e763f3
3
+ size 17227
NanoCmedqa/corpus/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28334e6020a33a2afa0e886d105aae9cb932fad8d873bb4fce19ee36b4c41d74
3
+ size 3259518
NanoCmedqa/metadata/test.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "NanoCmedqa",
3
+ "source_task": "CmedqaRetrieval",
4
+ "source_type": "Retrieval",
5
+ "source_dataset": {
6
+ "path": "mteb/CmedqaRetrieval",
7
+ "revision": "c476f85bf03d6642ec66bf54b9a551c88108bbb4"
8
+ },
9
+ "source_eval_splits": [
10
+ "dev"
11
+ ],
12
+ "query_limit": 200,
13
+ "doc_limit": 10000,
14
+ "queries": 200,
15
+ "corpus": 10000,
16
+ "qrels": 324,
17
+ "bm25_rows": 200,
18
+ "bm25_top_k": 100,
19
+ "bm25_tokenization": {
20
+ "mode": "wordseg",
21
+ "language": "zh",
22
+ "stemmer_algorithm": null,
23
+ "tokenizer_name": null,
24
+ "reason": "language 'zh' mapped to word-segmentation tokenizer"
25
+ },
26
+ "qrels_coverage": {
27
+ "total": 324,
28
+ "hits": 324,
29
+ "recall": 1.0
30
+ },
31
+ "ndcg_at_10": 0.16678868356587398,
32
+ "ndcg_at_100": 0.30693075139953757,
33
+ "source_container": "task.dataset",
34
+ "source_eval_split_used": "dev",
35
+ "source_query_count": 3999,
36
+ "source_corpus_count": 100001,
37
+ "source_qrels_query_count": 3999,
38
+ "source_queries_with_more_than_bm25_top_k_positives": 0,
39
+ "capped_queries_with_more_than_bm25_top_k_positives": 0,
40
+ "dropped_positive_qrels_by_capping": 0,
41
+ "skipped_queries_missing_text_or_qrels": 0,
42
+ "skipped_duplicate_query_texts": 0,
43
+ "duplicate_doc_texts_removed": 0,
44
+ "qrels_rewritten_for_duplicate_text": 0,
45
+ "forced_queries": 134,
46
+ "forced_doc_count": 202,
47
+ "missing_positive_doc_count_after_forcing": 0
48
+ }
NanoCmedqa/qrels/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e71c742a0d0f1073e5cb66afa16f624fe79536f138be5b3c8e698ac1ebd96cdd
3
+ size 19624
NanoCmedqa/queries/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4d9738887ad6d87f5863d3dfb35ae6d318a7e8000e8075968bd68e29bdc7355
3
+ size 30084
NanoMedicalQA/corpus/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:524d587d8dc23bf3898c9a576df69d3aab04d0c172d9b3833f61cbdb5a6a70d3
3
+ size 1169252
NanoMedicalQA/metadata/test.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "NanoMedicalQA",
3
+ "source_task": "MedicalQARetrieval",
4
+ "source_type": "Retrieval",
5
+ "source_dataset": {
6
+ "path": "mteb/medical_qa",
7
+ "revision": "ae763399273d8b20506b80cf6f6f9a31a6a2b238"
8
+ },
9
+ "source_eval_splits": [
10
+ "test"
11
+ ],
12
+ "query_limit": 200,
13
+ "doc_limit": 10000,
14
+ "queries": 200,
15
+ "corpus": 2007,
16
+ "qrels": 200,
17
+ "bm25_rows": 200,
18
+ "bm25_top_k": 100,
19
+ "bm25_tokenization": {
20
+ "mode": "stemmer",
21
+ "language": "en",
22
+ "stemmer_algorithm": "english",
23
+ "tokenizer_name": null,
24
+ "reason": "language 'en' mapped to stemmer 'english'"
25
+ },
26
+ "qrels_coverage": {
27
+ "total": 200,
28
+ "hits": 200,
29
+ "recall": 1.0
30
+ },
31
+ "ndcg_at_10": 0.4735533646828049,
32
+ "ndcg_at_100": 0.5241369411712118,
33
+ "source_container": "task.dataset",
34
+ "source_eval_split_used": "test",
35
+ "source_query_count": 2048,
36
+ "source_corpus_count": 2048,
37
+ "source_qrels_query_count": 2048,
38
+ "source_queries_with_more_than_bm25_top_k_positives": 0,
39
+ "capped_queries_with_more_than_bm25_top_k_positives": 0,
40
+ "dropped_positive_qrels_by_capping": 0,
41
+ "skipped_queries_missing_text_or_qrels": 0,
42
+ "skipped_duplicate_query_texts": 7,
43
+ "duplicate_doc_texts_removed": 42,
44
+ "qrels_rewritten_for_duplicate_text": 1,
45
+ "forced_queries": 41,
46
+ "forced_doc_count": 41,
47
+ "missing_positive_doc_count_after_forcing": 0
48
+ }
NanoMedicalQA/qrels/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69445fbcad8dedae89b2281c5fd2f35b6d161b5440af28d7f3fc99b82f06e602
3
+ size 16805
NanoMedicalQA/queries/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ff4a969992932ce1603fd7200053606d9bbf9db3cc1299bdd5ac12461284eba
3
+ size 12403
NanoNFCorpus/corpus/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1f90a0ec952f85e1f0578789f0271114685aeca3e82b4809cfbc1406513d513
3
+ size 3094743
NanoNFCorpus/metadata/test.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "NanoNFCorpus",
3
+ "source_task": "NFCorpus",
4
+ "source_type": "Retrieval",
5
+ "source_dataset": {
6
+ "path": "mteb/nfcorpus",
7
+ "revision": "ec0fa4fe99da2ff19ca1214b7966684033a58814"
8
+ },
9
+ "source_eval_splits": [
10
+ "test"
11
+ ],
12
+ "query_limit": 200,
13
+ "doc_limit": 10000,
14
+ "queries": 200,
15
+ "corpus": 3593,
16
+ "qrels": 3718,
17
+ "bm25_rows": 200,
18
+ "bm25_top_k": 100,
19
+ "bm25_tokenization": {
20
+ "mode": "stemmer",
21
+ "language": "en",
22
+ "stemmer_algorithm": "english",
23
+ "tokenizer_name": null,
24
+ "reason": "language 'en' mapped to stemmer 'english'"
25
+ },
26
+ "qrels_coverage": {
27
+ "total": 3718,
28
+ "hits": 3718,
29
+ "recall": 1.0
30
+ },
31
+ "ndcg_at_10": 0.24341837520694568,
32
+ "ndcg_at_100": 0.49341846897457736,
33
+ "source_container": "task.dataset",
34
+ "source_eval_split_used": "test",
35
+ "source_query_count": 323,
36
+ "source_corpus_count": 3633,
37
+ "source_qrels_query_count": 323,
38
+ "source_queries_with_more_than_bm25_top_k_positives": 22,
39
+ "capped_queries_with_more_than_bm25_top_k_positives": 22,
40
+ "dropped_positive_qrels_by_capping": 5753,
41
+ "skipped_queries_missing_text_or_qrels": 0,
42
+ "skipped_duplicate_query_texts": 0,
43
+ "duplicate_doc_texts_removed": 65,
44
+ "qrels_rewritten_for_duplicate_text": 25,
45
+ "forced_queries": 185,
46
+ "forced_doc_count": 3029,
47
+ "missing_positive_doc_count_after_forcing": 0
48
+ }
NanoNFCorpus/qrels/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60491f056b34eea0fecf2aabcb6c368250a8702983efb3b21b1debc348ebeddf
3
+ size 17226
NanoNFCorpus/queries/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b2e06eab0915bdc46487d383448b451d65775a37f0135960d755d3fa6ca1b3
3
+ size 6269
NanoPublicHealthQA/corpus/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b178830d234ea7b1927df97b1297d42e078155fa6abefff73adde900a917306
3
+ size 62204
NanoPublicHealthQA/metadata/test.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "NanoPublicHealthQA",
3
+ "source_task": "PublicHealthQA",
4
+ "source_type": "Retrieval",
5
+ "source_dataset": {
6
+ "path": "xhluca/publichealth-qa",
7
+ "revision": "main"
8
+ },
9
+ "source_eval_splits": [
10
+ "test"
11
+ ],
12
+ "query_limit": 200,
13
+ "doc_limit": 10000,
14
+ "queries": 86,
15
+ "corpus": 86,
16
+ "qrels": 86,
17
+ "bm25_rows": 86,
18
+ "bm25_top_k": 100,
19
+ "bm25_tokenization": {
20
+ "mode": "stemmer",
21
+ "language": "ar",
22
+ "stemmer_algorithm": "arabic",
23
+ "tokenizer_name": null,
24
+ "reason": "language 'ar' mapped to stemmer 'arabic'"
25
+ },
26
+ "qrels_coverage": {
27
+ "total": 86,
28
+ "hits": 86,
29
+ "recall": 1.0
30
+ },
31
+ "ndcg_at_10": 0.6722409775506696,
32
+ "ndcg_at_100": 0.708832504784472,
33
+ "source_container": "task.corpus/queries/relevant_docs",
34
+ "source_eval_split_used": "test",
35
+ "source_query_count": 86,
36
+ "source_corpus_count": 86,
37
+ "source_qrels_query_count": 86,
38
+ "source_queries_with_more_than_bm25_top_k_positives": 0,
39
+ "capped_queries_with_more_than_bm25_top_k_positives": 0,
40
+ "dropped_positive_qrels_by_capping": 0,
41
+ "skipped_queries_missing_text_or_qrels": 0,
42
+ "skipped_duplicate_query_texts": 0,
43
+ "duplicate_doc_texts_removed": 0,
44
+ "qrels_rewritten_for_duplicate_text": 0,
45
+ "forced_queries": 0,
46
+ "forced_doc_count": 0,
47
+ "missing_positive_doc_count_after_forcing": 0
48
+ }
NanoPublicHealthQA/qrels/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be04d8801105f1e0ba141941b504362630a91ed025e89457b7e056cbdcd35d93
3
+ size 2110
NanoPublicHealthQA/queries/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fed606333c6cba8178cab46dccaec961e6b5ecaa79c88502b7b46c7aa16ba085
3
+ size 7750
NanoSciFact/corpus/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d54c52138f32a1fe75ccf8bdb7863924b4fbdd6bb0a39ac5d492cb9b082c15f6
3
+ size 4382658
NanoSciFact/metadata/test.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "NanoSciFact",
3
+ "source_task": "SciFact",
4
+ "source_type": "Retrieval",
5
+ "source_dataset": {
6
+ "path": "mteb/scifact",
7
+ "revision": "d56462d0e63a25450459c4f213e49ffdb866f7f9"
8
+ },
9
+ "source_eval_splits": [
10
+ "test"
11
+ ],
12
+ "query_limit": 200,
13
+ "doc_limit": 10000,
14
+ "queries": 200,
15
+ "corpus": 5183,
16
+ "qrels": 226,
17
+ "bm25_rows": 200,
18
+ "bm25_top_k": 100,
19
+ "bm25_tokenization": {
20
+ "mode": "stemmer",
21
+ "language": "en",
22
+ "stemmer_algorithm": "english",
23
+ "tokenizer_name": null,
24
+ "reason": "language 'en' mapped to stemmer 'english'"
25
+ },
26
+ "qrels_coverage": {
27
+ "total": 226,
28
+ "hits": 226,
29
+ "recall": 1.0
30
+ },
31
+ "ndcg_at_10": 0.6288504435215211,
32
+ "ndcg_at_100": 0.672445425266301,
33
+ "source_container": "task.dataset",
34
+ "source_eval_split_used": "test",
35
+ "source_query_count": 300,
36
+ "source_corpus_count": 5183,
37
+ "source_qrels_query_count": 300,
38
+ "source_queries_with_more_than_bm25_top_k_positives": 0,
39
+ "capped_queries_with_more_than_bm25_top_k_positives": 0,
40
+ "dropped_positive_qrels_by_capping": 0,
41
+ "skipped_queries_missing_text_or_qrels": 0,
42
+ "skipped_duplicate_query_texts": 0,
43
+ "duplicate_doc_texts_removed": 0,
44
+ "qrels_rewritten_for_duplicate_text": 0,
45
+ "forced_queries": 26,
46
+ "forced_doc_count": 28,
47
+ "missing_positive_doc_count_after_forcing": 0
48
+ }
NanoSciFact/qrels/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e760b306e8aacb875c040d48f9f71a9561a55b060618f0761092eb6303fd784c
3
+ size 4320
NanoSciFact/queries/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a373f20a1ffce418e2a6733841a92493f4f17fcc7c6a574f700a78e6e453fe3d
3
+ size 14663
NanoSciFactPL/corpus/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c00f21256cb339c1f6aa8208cc4ef3ea5a0bf251bd18df7880b2ee852d21b256
3
+ size 5038845
NanoSciFactPL/metadata/test.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "NanoSciFactPL",
3
+ "source_task": "SciFact-PL",
4
+ "source_type": "Retrieval",
5
+ "source_dataset": {
6
+ "path": "mteb/SciFact-PL",
7
+ "revision": "d9707265734052a21d5892b6300ca11028fa067b"
8
+ },
9
+ "source_eval_splits": [
10
+ "test"
11
+ ],
12
+ "query_limit": 200,
13
+ "doc_limit": 10000,
14
+ "queries": 200,
15
+ "corpus": 5183,
16
+ "qrels": 226,
17
+ "bm25_rows": 200,
18
+ "bm25_top_k": 100,
19
+ "bm25_tokenization": {
20
+ "mode": "whitespace",
21
+ "language": "pl",
22
+ "stemmer_algorithm": null,
23
+ "tokenizer_name": null,
24
+ "reason": "language 'pl' falls back to whitespace split"
25
+ },
26
+ "qrels_coverage": {
27
+ "total": 226,
28
+ "hits": 226,
29
+ "recall": 1.0
30
+ },
31
+ "ndcg_at_10": 0.512080183670099,
32
+ "ndcg_at_100": 0.5813036932580986,
33
+ "source_container": "task.dataset",
34
+ "source_eval_split_used": "test",
35
+ "source_query_count": 300,
36
+ "source_corpus_count": 5183,
37
+ "source_qrels_query_count": 300,
38
+ "source_queries_with_more_than_bm25_top_k_positives": 0,
39
+ "capped_queries_with_more_than_bm25_top_k_positives": 0,
40
+ "dropped_positive_qrels_by_capping": 0,
41
+ "skipped_queries_missing_text_or_qrels": 0,
42
+ "skipped_duplicate_query_texts": 0,
43
+ "duplicate_doc_texts_removed": 0,
44
+ "qrels_rewritten_for_duplicate_text": 0,
45
+ "forced_queries": 43,
46
+ "forced_doc_count": 46,
47
+ "missing_positive_doc_count_after_forcing": 0
48
+ }
NanoSciFactPL/qrels/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e760b306e8aacb875c040d48f9f71a9561a55b060618f0761092eb6303fd784c
3
+ size 4320
NanoSciFactPL/queries/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8b623069d4647fb3738f0006987b0e4c8414a0f22fa0a88d37f53f92361dda
3
+ size 16857
NanoTRECCOVID/corpus/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1981985632143208390620a9b6a4806798a60b3f5870308f840f82930698c1fc
3
+ size 6917408
NanoTRECCOVID/metadata/test.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "NanoTRECCOVID",
3
+ "source_task": "TRECCOVID",
4
+ "source_type": "Retrieval",
5
+ "source_dataset": {
6
+ "path": "mteb/trec-covid",
7
+ "revision": "bb9466bac8153a0349341eb1b22e06409e78ef4e"
8
+ },
9
+ "source_eval_splits": [
10
+ "test"
11
+ ],
12
+ "query_limit": 200,
13
+ "doc_limit": 10000,
14
+ "queries": 50,
15
+ "corpus": 10000,
16
+ "qrels": 50,
17
+ "bm25_rows": 50,
18
+ "bm25_top_k": 100,
19
+ "bm25_tokenization": {
20
+ "mode": "stemmer",
21
+ "language": "en",
22
+ "stemmer_algorithm": "english",
23
+ "tokenizer_name": null,
24
+ "reason": "language 'en' mapped to stemmer 'english'"
25
+ },
26
+ "qrels_coverage": {
27
+ "total": 50,
28
+ "hits": 50,
29
+ "recall": 1.0
30
+ },
31
+ "ndcg_at_10": 0.19660899617590905,
32
+ "ndcg_at_100": 0.316419378930131,
33
+ "source_container": "task.dataset",
34
+ "source_eval_split_used": "test",
35
+ "source_query_count": 50,
36
+ "source_corpus_count": 171332,
37
+ "source_qrels_query_count": 50,
38
+ "source_queries_with_more_than_bm25_top_k_positives": 50,
39
+ "capped_queries_with_more_than_bm25_top_k_positives": 50,
40
+ "dropped_positive_qrels_by_capping": 24623,
41
+ "skipped_queries_missing_text_or_qrels": 0,
42
+ "skipped_duplicate_query_texts": 0,
43
+ "duplicate_doc_texts_removed": 0,
44
+ "qrels_rewritten_for_duplicate_text": 0,
45
+ "forced_queries": 20,
46
+ "forced_doc_count": 20,
47
+ "missing_positive_doc_count_after_forcing": 0
48
+ }
NanoTRECCOVID/qrels/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:192f6bdc7f601009b0dcda720df49b2e17de5360aa8b7fe19475b66d4d396f85
3
+ size 1921
NanoTRECCOVID/queries/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:405cc352921321c00856f43d321194a16db97e95ad91e961d2152615fe2366c7
3
+ size 4014
NanoTRECCOVIDPL/corpus/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7afa571680d8e2d5c7c6c9f1d7b10b53fd5d113372810758e89764b17c1140ff
3
+ size 7871336
NanoTRECCOVIDPL/metadata/test.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "split": "NanoTRECCOVIDPL",
3
+ "source_task": "TRECCOVID-PL",
4
+ "source_type": "Retrieval",
5
+ "source_dataset": {
6
+ "path": "mteb/TRECCOVID-PL",
7
+ "revision": "1e710582482d4199ff690e5dd2491a70627523f5"
8
+ },
9
+ "source_eval_splits": [
10
+ "test"
11
+ ],
12
+ "query_limit": 200,
13
+ "doc_limit": 10000,
14
+ "queries": 50,
15
+ "corpus": 10000,
16
+ "qrels": 50,
17
+ "bm25_rows": 50,
18
+ "bm25_top_k": 100,
19
+ "bm25_tokenization": {
20
+ "mode": "whitespace",
21
+ "language": "pl",
22
+ "stemmer_algorithm": null,
23
+ "tokenizer_name": null,
24
+ "reason": "language 'pl' falls back to whitespace split"
25
+ },
26
+ "qrels_coverage": {
27
+ "total": 50,
28
+ "hits": 50,
29
+ "recall": 1.0
30
+ },
31
+ "ndcg_at_10": 0.10975964202381241,
32
+ "ndcg_at_100": 0.24460587901998618,
33
+ "source_container": "task.dataset",
34
+ "source_eval_split_used": "test",
35
+ "source_query_count": 50,
36
+ "source_corpus_count": 171332,
37
+ "source_qrels_query_count": 50,
38
+ "source_queries_with_more_than_bm25_top_k_positives": 50,
39
+ "capped_queries_with_more_than_bm25_top_k_positives": 50,
40
+ "dropped_positive_qrels_by_capping": 24623,
41
+ "skipped_queries_missing_text_or_qrels": 0,
42
+ "skipped_duplicate_query_texts": 0,
43
+ "duplicate_doc_texts_removed": 3,
44
+ "qrels_rewritten_for_duplicate_text": 0,
45
+ "forced_queries": 30,
46
+ "forced_doc_count": 30,
47
+ "missing_positive_doc_count_after_forcing": 0
48
+ }
NanoTRECCOVIDPL/qrels/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:192f6bdc7f601009b0dcda720df49b2e17de5360aa8b7fe19475b66d4d396f85
3
+ size 1921
NanoTRECCOVIDPL/queries/test.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550975cd56fa77ae352e589564b77d72db8b5ad51cd599a7af99dd806500ee81
3
+ size 4409
README.md ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: bm25
4
+ data_files:
5
+ - split: NanoCUREv1
6
+ path: bm25/NanoCUREv1.parquet
7
+ - split: NanoNFCorpus
8
+ path: bm25/NanoNFCorpus.parquet
9
+ - split: NanoTRECCOVID
10
+ path: bm25/NanoTRECCOVID.parquet
11
+ - split: NanoTRECCOVIDPL
12
+ path: bm25/NanoTRECCOVIDPL.parquet
13
+ - split: NanoSciFact
14
+ path: bm25/NanoSciFact.parquet
15
+ - split: NanoSciFactPL
16
+ path: bm25/NanoSciFactPL.parquet
17
+ - split: NanoMedicalQA
18
+ path: bm25/NanoMedicalQA.parquet
19
+ - split: NanoPublicHealthQA
20
+ path: bm25/NanoPublicHealthQA.parquet
21
+ - split: NanoCmedqa
22
+ path: bm25/NanoCmedqa.parquet
23
+ - split: NanoCMedQAv2reranking
24
+ path: bm25/NanoCMedQAv2reranking.parquet
25
+ - config_name: corpus
26
+ data_files:
27
+ - split: NanoCUREv1
28
+ path: NanoCUREv1/corpus/test.parquet
29
+ - split: NanoNFCorpus
30
+ path: NanoNFCorpus/corpus/test.parquet
31
+ - split: NanoTRECCOVID
32
+ path: NanoTRECCOVID/corpus/test.parquet
33
+ - split: NanoTRECCOVIDPL
34
+ path: NanoTRECCOVIDPL/corpus/test.parquet
35
+ - split: NanoSciFact
36
+ path: NanoSciFact/corpus/test.parquet
37
+ - split: NanoSciFactPL
38
+ path: NanoSciFactPL/corpus/test.parquet
39
+ - split: NanoMedicalQA
40
+ path: NanoMedicalQA/corpus/test.parquet
41
+ - split: NanoPublicHealthQA
42
+ path: NanoPublicHealthQA/corpus/test.parquet
43
+ - split: NanoCmedqa
44
+ path: NanoCmedqa/corpus/test.parquet
45
+ - split: NanoCMedQAv2reranking
46
+ path: NanoCMedQAv2reranking/corpus/test.parquet
47
+ - config_name: qrels
48
+ data_files:
49
+ - split: NanoCUREv1
50
+ path: NanoCUREv1/qrels/test.parquet
51
+ - split: NanoNFCorpus
52
+ path: NanoNFCorpus/qrels/test.parquet
53
+ - split: NanoTRECCOVID
54
+ path: NanoTRECCOVID/qrels/test.parquet
55
+ - split: NanoTRECCOVIDPL
56
+ path: NanoTRECCOVIDPL/qrels/test.parquet
57
+ - split: NanoSciFact
58
+ path: NanoSciFact/qrels/test.parquet
59
+ - split: NanoSciFactPL
60
+ path: NanoSciFactPL/qrels/test.parquet
61
+ - split: NanoMedicalQA
62
+ path: NanoMedicalQA/qrels/test.parquet
63
+ - split: NanoPublicHealthQA
64
+ path: NanoPublicHealthQA/qrels/test.parquet
65
+ - split: NanoCmedqa
66
+ path: NanoCmedqa/qrels/test.parquet
67
+ - split: NanoCMedQAv2reranking
68
+ path: NanoCMedQAv2reranking/qrels/test.parquet
69
+ - config_name: queries
70
+ data_files:
71
+ - split: NanoCUREv1
72
+ path: NanoCUREv1/queries/test.parquet
73
+ - split: NanoNFCorpus
74
+ path: NanoNFCorpus/queries/test.parquet
75
+ - split: NanoTRECCOVID
76
+ path: NanoTRECCOVID/queries/test.parquet
77
+ - split: NanoTRECCOVIDPL
78
+ path: NanoTRECCOVIDPL/queries/test.parquet
79
+ - split: NanoSciFact
80
+ path: NanoSciFact/queries/test.parquet
81
+ - split: NanoSciFactPL
82
+ path: NanoSciFactPL/queries/test.parquet
83
+ - split: NanoMedicalQA
84
+ path: NanoMedicalQA/queries/test.parquet
85
+ - split: NanoPublicHealthQA
86
+ path: NanoPublicHealthQA/queries/test.parquet
87
+ - split: NanoCmedqa
88
+ path: NanoCmedqa/queries/test.parquet
89
+ - split: NanoCMedQAv2reranking
90
+ path: NanoCMedQAv2reranking/queries/test.parquet
91
+ default: true
92
+ language:
93
+ - ar
94
+ - en
95
+ - pl
96
+ - zh
97
+ tags:
98
+ - information-retrieval
99
+ - retrieval
100
+ - nano
101
+ - bm25
102
+ ---
103
+
104
+ # NanoMedical
105
+
106
+ This dataset is a Nano-style retrieval dataset. Nano-series evaluation can be run easily with the [HAKARI-Bench](https://github.com/hotchpotch/hakari-bench).
107
+
108
+ NanoMedical is derived from MTEB(Medical, v1). It follows the Hugging Face Datasets layout convention used by [sentence-transformers/NanoBEIR-en](https://huggingface.co/datasets/sentence-transformers/NanoBEIR-en): each Nano split has separate `corpus`, `queries`, and `qrels` tables, and BM25 candidates are provided separately in a `bm25` table. This layout follows the NanoBEIR-style evaluation approach summarized in [NanoBEIR](https://huggingface.co/blog/sionic-ai/eval-sionic-nano-beir).
109
+
110
+ NanoMedical contains 10 Nano retrieval splits derived from MTEB(Medical, v1). Each split keeps up to 200 eligible queries and up to 10000 corpus documents, with exact duplicate query and document text removed where the generator records that policy.
111
+
112
+ ## Source Links
113
+
114
+ - Source benchmark: `MTEB(Medical, v1)`
115
+ - `clinia/CUREv1`: https://huggingface.co/datasets/clinia/CUREv1
116
+ - `mteb/CMedQAv2-reranking`: https://huggingface.co/datasets/mteb/CMedQAv2-reranking
117
+ - `mteb/CmedqaRetrieval`: https://huggingface.co/datasets/mteb/CmedqaRetrieval
118
+ - `mteb/SciFact-PL`: https://huggingface.co/datasets/mteb/SciFact-PL
119
+ - `mteb/TRECCOVID-PL`: https://huggingface.co/datasets/mteb/TRECCOVID-PL
120
+ - `mteb/medical_qa`: https://huggingface.co/datasets/mteb/medical_qa
121
+ - `mteb/nfcorpus`: https://huggingface.co/datasets/mteb/nfcorpus
122
+ - `mteb/scifact`: https://huggingface.co/datasets/mteb/scifact
123
+ - `mteb/trec-covid`: https://huggingface.co/datasets/mteb/trec-covid
124
+ - `xhluca/publichealth-qa`: https://huggingface.co/datasets/xhluca/publichealth-qa
125
+
126
+ ## Data Layout
127
+
128
+ This dataset uses four Hugging Face Datasets configs:
129
+
130
+ - `corpus`: documents with `_id` and `text`
131
+ - `queries`: queries with `_id` and `text`
132
+ - `qrels`: positive relevance labels with `query-id` and `corpus-id`
133
+ - `bm25`: BM25 candidate lists with `query-id` and `corpus-ids`
134
+
135
+ Each config uses the same Nano split names. If the actual generated dataset uses a different schema, config name, path layout, or field name, revise this section before publishing the README.
136
+
137
+ ## Construction Steps
138
+
139
+ This dataset was built as follows. If the actual generation procedure differs, revise this section before publishing the README.
140
+
141
+ 1. Use MTEB(Medical, v1) as the upstream benchmark or dataset family.
142
+ 2. Load the source datasets recorded in `manifest.json` and per-split metadata files.
143
+ 3. Use the source benchmark evaluation split, preferring `test` when available as the source evaluation split policy.
144
+ 4. Create one Nano split for each selected source retrieval task.
145
+ 5. Keep up to 200 eligible queries per Nano split.
146
+ 6. Include qrels-positive documents for the selected queries.
147
+ 7. Fill the corpus from source corpus order up to 10000 documents.
148
+ 8. Remove exact duplicate document text within each split. If a removed duplicate was referenced by qrels, rewrite qrels to the kept document id when the generator records that policy.
149
+ 9. Store document title and body as a single `text` field when the source provides both.
150
+ 10. Generate BM25 top-100 candidates with the tokenization policy recorded per split.
151
+ 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.
152
+
153
+ Some source queries had more positives than the BM25 candidate cap. For those cases, the Nano qrels keep the first available positive document so BM25 top-k remains comparable; 140 selected queries were capped and 57784 source positive qrels were omitted from this Nano slice.
154
+
155
+ ## BM25 Subset Policy
156
+
157
+ The `bm25` config is a candidate subset for first-stage retrieval and reranking. It is not a separate source dataset. Each row contains one query id and a ranked list of corpus ids.
158
+
159
+ BM25 candidates are generated from the selected corpus for each split. The configured candidate cap is top-100. When a qrels-positive document is not present in the raw BM25 result, the missing positive is forced into the final candidate list by replacing a tail candidate that is not positive for that query. Candidate ids are kept unique after replacement.
160
+
161
+ ## Split Mapping
162
+
163
+ | Nano split | Source task | Source dataset | Queries | Corpus | Qrels |
164
+ |---|---|---|---:|---:|---:|
165
+ | `NanoCUREv1` | `CUREv1` | `clinia/CUREv1` | 200 | 10000 | 5181 |
166
+ | `NanoNFCorpus` | `NFCorpus` | `mteb/nfcorpus` | 200 | 3593 | 3718 |
167
+ | `NanoTRECCOVID` | `TRECCOVID` | `mteb/trec-covid` | 50 | 10000 | 50 |
168
+ | `NanoTRECCOVIDPL` | `TRECCOVID-PL` | `mteb/TRECCOVID-PL` | 50 | 10000 | 50 |
169
+ | `NanoSciFact` | `SciFact` | `mteb/scifact` | 200 | 5183 | 226 |
170
+ | `NanoSciFactPL` | `SciFact-PL` | `mteb/SciFact-PL` | 200 | 5183 | 226 |
171
+ | `NanoMedicalQA` | `MedicalQARetrieval` | `mteb/medical_qa` | 200 | 2007 | 200 |
172
+ | `NanoPublicHealthQA` | `PublicHealthQA` | `xhluca/publichealth-qa` | 86 | 86 | 86 |
173
+ | `NanoCmedqa` | `CmedqaRetrieval` | `mteb/CmedqaRetrieval` | 200 | 10000 | 324 |
174
+ | `NanoCMedQAv2reranking` | `CMedQAv2-reranking` | `mteb/CMedQAv2-reranking` | 200 | 10000 | 377 |
175
+
176
+ ## BM25 nDCG@10
177
+
178
+ `nDCG@10` is computed from the included BM25 ranking against the included qrels.
179
+
180
+ Tokenizer policy summary: `stemmer:ar, stemmer:en, whitespace:pl, wordseg:zh`.
181
+
182
+ | Nano split | Tokenizer | Forced BM25 positives | BM25 nDCG@10 |
183
+ |---|---|---:|---:|
184
+ | `NanoCUREv1` | `stemmer:en` | 2977 | 0.3699 |
185
+ | `NanoNFCorpus` | `stemmer:en` | 3029 | 0.2434 |
186
+ | `NanoTRECCOVID` | `stemmer:en` | 20 | 0.1966 |
187
+ | `NanoTRECCOVIDPL` | `whitespace:pl` | 30 | 0.1098 |
188
+ | `NanoSciFact` | `stemmer:en` | 28 | 0.6289 |
189
+ | `NanoSciFactPL` | `whitespace:pl` | 46 | 0.5121 |
190
+ | `NanoMedicalQA` | `stemmer:en` | 41 | 0.4736 |
191
+ | `NanoPublicHealthQA` | `stemmer:ar` | 0 | 0.6722 |
192
+ | `NanoCmedqa` | `wordseg:zh` | 202 | 0.1668 |
193
+ | `NanoCMedQAv2reranking` | `wordseg:zh` | 258 | 0.1500 |
194
+
195
+ ## Skipped Tasks
196
+
197
+ | Source task | Source type or dataset | Reason |
198
+ |---|---|---|
199
+ | `MedrxivClusteringP2P.v2` | `Clustering` | not a retrieval-shaped task for Nano IR conversion |
200
+ | `MedrxivClusteringS2S.v2` | `Clustering` | not a retrieval-shaped task for Nano IR conversion |
201
+
202
+ ## License
203
+
204
+ NanoMedical is a derived dataset. Users must comply with the licenses, terms, and attribution requirements of the upstream datasets and benchmarks.
bm25/NanoCMedQAv2reranking.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5894839509b6b804f7de7abe9efa0dd6d14d38f1a826eb7e94332750f435e86
3
+ size 72030
bm25/NanoCUREv1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6b7f0ba7393c110cf4657ea9a57370653b58cb2bcff8dcbc25244c92674a5b
3
+ size 263356
bm25/NanoCmedqa.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f3a85401a79fe4059d851ce87edfec9c5d04ba2874c88f10695474397cc666a
3
+ size 225376
bm25/NanoMedicalQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62863be127dfa55b0d39e073e073f57459fd5f3d3498594a0d8696b436ec5376
3
+ size 76187
bm25/NanoNFCorpus.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f92d48b253bcb5ef56b7b61c67e85dd1b1af66268d4c97afc8972cd2563427a
3
+ size 44283
bm25/NanoPublicHealthQA.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ed987a7b7b26f0da2ec8ceb5ded10baec3c3bf98bbb389540ab83af041cb5a1
3
+ size 8727
bm25/NanoSciFact.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fdbbd3f18bfed338b9097d1e18be7228df2bc1014f112a577e383c86027558b
3
+ size 72103
bm25/NanoSciFactPL.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a2f5bc1b2a7bff8d85d3f92adf4eaba87f463ee90729da5603711cb4983591f
3
+ size 72532
bm25/NanoTRECCOVID.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:316b7274deb6d4d24fb27d4edf6c3e9d619ab498bdd1d0681e6ad3cd1ee3431b
3
+ size 35118