Datasets:
Update corpus for reranking_hybrid candidates
Browse files- README.md +50 -10
- corpus/NanoCMedQAv2reranking-00000-of-00001.parquet +3 -0
- corpus/NanoCUREv1-00000-of-00001.parquet +3 -0
- corpus/NanoCmedqa-00000-of-00001.parquet +3 -0
- corpus/NanoMedicalQA-00000-of-00001.parquet +3 -0
- corpus/NanoNFCorpus-00000-of-00001.parquet +3 -0
- corpus/NanoPublicHealthQA-00000-of-00001.parquet +3 -0
- corpus/NanoSciFact-00000-of-00001.parquet +3 -0
- corpus/NanoSciFactPL-00000-of-00001.parquet +3 -0
- corpus/NanoTRECCOVID-00000-of-00001.parquet +3 -0
- corpus/NanoTRECCOVIDPL-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -25,25 +25,25 @@ configs:
|
|
| 25 |
- config_name: corpus
|
| 26 |
data_files:
|
| 27 |
- split: NanoCUREv1
|
| 28 |
-
path:
|
| 29 |
- split: NanoNFCorpus
|
| 30 |
-
path:
|
| 31 |
- split: NanoTRECCOVID
|
| 32 |
-
path:
|
| 33 |
- split: NanoTRECCOVIDPL
|
| 34 |
-
path:
|
| 35 |
- split: NanoSciFact
|
| 36 |
-
path:
|
| 37 |
- split: NanoSciFactPL
|
| 38 |
-
path:
|
| 39 |
- split: NanoMedicalQA
|
| 40 |
-
path:
|
| 41 |
- split: NanoPublicHealthQA
|
| 42 |
-
path:
|
| 43 |
- split: NanoCmedqa
|
| 44 |
-
path:
|
| 45 |
- split: NanoCMedQAv2reranking
|
| 46 |
-
path:
|
| 47 |
- config_name: qrels
|
| 48 |
data_files:
|
| 49 |
- split: NanoCUREv1
|
|
@@ -99,6 +99,46 @@ tags:
|
|
| 99 |
- retrieval
|
| 100 |
- nano
|
| 101 |
- bm25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
---
|
| 103 |
|
| 104 |
# NanoMedical
|
|
|
|
| 25 |
- config_name: corpus
|
| 26 |
data_files:
|
| 27 |
- split: NanoCUREv1
|
| 28 |
+
path: corpus/NanoCUREv1-*
|
| 29 |
- split: NanoNFCorpus
|
| 30 |
+
path: corpus/NanoNFCorpus-*
|
| 31 |
- split: NanoTRECCOVID
|
| 32 |
+
path: corpus/NanoTRECCOVID-*
|
| 33 |
- split: NanoTRECCOVIDPL
|
| 34 |
+
path: corpus/NanoTRECCOVIDPL-*
|
| 35 |
- split: NanoSciFact
|
| 36 |
+
path: corpus/NanoSciFact-*
|
| 37 |
- split: NanoSciFactPL
|
| 38 |
+
path: corpus/NanoSciFactPL-*
|
| 39 |
- split: NanoMedicalQA
|
| 40 |
+
path: corpus/NanoMedicalQA-*
|
| 41 |
- split: NanoPublicHealthQA
|
| 42 |
+
path: corpus/NanoPublicHealthQA-*
|
| 43 |
- split: NanoCmedqa
|
| 44 |
+
path: corpus/NanoCmedqa-*
|
| 45 |
- split: NanoCMedQAv2reranking
|
| 46 |
+
path: corpus/NanoCMedQAv2reranking-*
|
| 47 |
- config_name: qrels
|
| 48 |
data_files:
|
| 49 |
- split: NanoCUREv1
|
|
|
|
| 99 |
- retrieval
|
| 100 |
- nano
|
| 101 |
- bm25
|
| 102 |
+
dataset_info:
|
| 103 |
+
config_name: corpus
|
| 104 |
+
features:
|
| 105 |
+
- name: _id
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: text
|
| 108 |
+
dtype: string
|
| 109 |
+
splits:
|
| 110 |
+
- name: NanoCMedQAv2reranking
|
| 111 |
+
num_bytes: 3343865
|
| 112 |
+
num_examples: 10000
|
| 113 |
+
- name: NanoCUREv1
|
| 114 |
+
num_bytes: 6486485
|
| 115 |
+
num_examples: 10000
|
| 116 |
+
- name: NanoCmedqa
|
| 117 |
+
num_bytes: 4804319
|
| 118 |
+
num_examples: 10000
|
| 119 |
+
- name: NanoMedicalQA
|
| 120 |
+
num_bytes: 2301236
|
| 121 |
+
num_examples: 2007
|
| 122 |
+
- name: NanoNFCorpus
|
| 123 |
+
num_bytes: 5776748
|
| 124 |
+
num_examples: 3593
|
| 125 |
+
- name: NanoPublicHealthQA
|
| 126 |
+
num_bytes: 128026
|
| 127 |
+
num_examples: 86
|
| 128 |
+
- name: NanoSciFact
|
| 129 |
+
num_bytes: 7859380
|
| 130 |
+
num_examples: 5183
|
| 131 |
+
- name: NanoSciFactPL
|
| 132 |
+
num_bytes: 8532845
|
| 133 |
+
num_examples: 5183
|
| 134 |
+
- name: NanoTRECCOVID
|
| 135 |
+
num_bytes: 12276167
|
| 136 |
+
num_examples: 10000
|
| 137 |
+
- name: NanoTRECCOVIDPL
|
| 138 |
+
num_bytes: 13280784
|
| 139 |
+
num_examples: 10000
|
| 140 |
+
download_size: 37530994
|
| 141 |
+
dataset_size: 64789855
|
| 142 |
---
|
| 143 |
|
| 144 |
# NanoMedical
|
corpus/NanoCMedQAv2reranking-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acd82b26ccd7a3631089c137df9d8f4c935793802755e2f6168bb82039101aeb
|
| 3 |
+
size 2009411
|
corpus/NanoCUREv1-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:750837b1695b8b0f82b518dcd49b48e54c8d6dada329e4c6f6e01e249e91c3d2
|
| 3 |
+
size 3719113
|
corpus/NanoCmedqa-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34c2089b84458a385c3ebb66763d8d7fec54c7801e002aa084a2c41c7de74a28
|
| 3 |
+
size 3259518
|
corpus/NanoMedicalQA-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4424d00b9f001c689b0af06cf8f4d9a8d5a55c7bb470eceb4017ce965d54ff2f
|
| 3 |
+
size 1169252
|
corpus/NanoNFCorpus-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e474dcd3cef1e90ec97945981f53a3ee8a8d906a6805458a1517709beb9165d
|
| 3 |
+
size 3098221
|
corpus/NanoPublicHealthQA-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b197159c14af419cfbe3e1a3da8403c05b770b37f4fe50bafbf0ed80df1edea
|
| 3 |
+
size 62204
|
corpus/NanoSciFact-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70de0969da6fca098d24a0962009fb26702ee3796ed80b7b5d9b8468cf15409f
|
| 3 |
+
size 4385686
|
corpus/NanoSciFactPL-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9c3fa2dcaa6030676013ffc2b1e0d55c95762af3edc4ec90ea1c259d825d1a0
|
| 3 |
+
size 5038845
|
corpus/NanoTRECCOVID-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:231414f48425f6af60e04a91445ed30bbd0a1c8d696d70341eaaff46d5b29adc
|
| 3 |
+
size 6917408
|
corpus/NanoTRECCOVIDPL-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ddb3e6e2462a48c84bc0cc207b8b1d7cc88036941983ad994add0711cf86cdf
|
| 3 |
+
size 7871336
|