hotchpotch commited on
Commit
93c8c2d
·
verified ·
1 Parent(s): 0d13def

Update bm25 for reranking_hybrid candidates

Browse files
README.md CHANGED
@@ -3,31 +3,31 @@ configs:
3
  - config_name: bm25
4
  data_files:
5
  - split: NanoArguAna
6
- path: bm25/NanoArguAna.parquet
7
  - split: NanoClimateFEVER
8
- path: bm25/NanoClimateFEVER.parquet
9
  - split: NanoDBPedia
10
- path: bm25/NanoDBPedia.parquet
11
  - split: NanoFEVER
12
- path: bm25/NanoFEVER.parquet
13
  - split: NanoFiQA2018
14
- path: bm25/NanoFiQA2018.parquet
15
  - split: NanoHotpotQA
16
- path: bm25/NanoHotpotQA.parquet
17
  - split: NanoMSMARCO
18
- path: bm25/NanoMSMARCO.parquet
19
  - split: NanoNFCorpus
20
- path: bm25/NanoNFCorpus.parquet
21
  - split: NanoNQ
22
- path: bm25/NanoNQ.parquet
23
  - split: NanoQuoraRetrieval
24
- path: bm25/NanoQuoraRetrieval.parquet
25
  - split: NanoSCIDOCS
26
- path: bm25/NanoSCIDOCS.parquet
27
  - split: NanoSciFact
28
- path: bm25/NanoSciFact.parquet
29
  - split: NanoTouche2020
30
- path: bm25/NanoTouche2020.parquet
31
  - config_name: corpus
32
  data_files:
33
  - split: NanoArguAna
@@ -121,6 +121,54 @@ tags:
121
  - bm25
122
  - hakari-bench
123
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  - config_name: corpus
125
  features:
126
  - name: _id
 
3
  - config_name: bm25
4
  data_files:
5
  - split: NanoArguAna
6
+ path: bm25/NanoArguAna-*
7
  - split: NanoClimateFEVER
8
+ path: bm25/NanoClimateFEVER-*
9
  - split: NanoDBPedia
10
+ path: bm25/NanoDBPedia-*
11
  - split: NanoFEVER
12
+ path: bm25/NanoFEVER-*
13
  - split: NanoFiQA2018
14
+ path: bm25/NanoFiQA2018-*
15
  - split: NanoHotpotQA
16
+ path: bm25/NanoHotpotQA-*
17
  - split: NanoMSMARCO
18
+ path: bm25/NanoMSMARCO-*
19
  - split: NanoNFCorpus
20
+ path: bm25/NanoNFCorpus-*
21
  - split: NanoNQ
22
+ path: bm25/NanoNQ-*
23
  - split: NanoQuoraRetrieval
24
+ path: bm25/NanoQuoraRetrieval-*
25
  - split: NanoSCIDOCS
26
+ path: bm25/NanoSCIDOCS-*
27
  - split: NanoSciFact
28
+ path: bm25/NanoSciFact-*
29
  - split: NanoTouche2020
30
+ path: bm25/NanoTouche2020-*
31
  - config_name: corpus
32
  data_files:
33
  - split: NanoArguAna
 
121
  - bm25
122
  - hakari-bench
123
  dataset_info:
124
+ - config_name: bm25
125
+ features:
126
+ - name: query-id
127
+ dtype: string
128
+ - name: corpus-ids
129
+ list: string
130
+ splits:
131
+ - name: NanoArguAna
132
+ num_bytes: 968728
133
+ num_examples: 50
134
+ - name: NanoClimateFEVER
135
+ num_bytes: 600802
136
+ num_examples: 50
137
+ - name: NanoDBPedia
138
+ num_bytes: 874981
139
+ num_examples: 50
140
+ - name: NanoFEVER
141
+ num_bytes: 593474
142
+ num_examples: 50
143
+ - name: NanoFiQA2018
144
+ num_bytes: 245847
145
+ num_examples: 50
146
+ - name: NanoHotpotQA
147
+ num_bytes: 289577
148
+ num_examples: 50
149
+ - name: NanoMSMARCO
150
+ num_bytes: 274039
151
+ num_examples: 50
152
+ - name: NanoNFCorpus
153
+ num_bytes: 300155
154
+ num_examples: 50
155
+ - name: NanoNQ
156
+ num_bytes: 334792
157
+ num_examples: 50
158
+ - name: NanoQuoraRetrieval
159
+ num_bytes: 245563
160
+ num_examples: 50
161
+ - name: NanoSCIDOCS
162
+ num_bytes: 1102400
163
+ num_examples: 50
164
+ - name: NanoSciFact
165
+ num_bytes: 290615
166
+ num_examples: 50
167
+ - name: NanoTouche2020
168
+ num_bytes: 1052535
169
+ num_examples: 49
170
+ download_size: 7191734
171
+ dataset_size: 7173508
172
  - config_name: corpus
173
  features:
174
  - name: _id
bm25/{NanoArguAna.parquet → NanoArguAna-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be366de06b2ba2d5b51be024c24605c6b49a4ef0c4f7e94e9e59278065a33520
3
- size 195049
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:204429a794dcc2dfeef5f6660a731ad4fdf1f1fd316a12147e9d8b3afb975dff
3
+ size 969759
bm25/{NanoClimateFEVER.parquet → NanoClimateFEVER-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45f9cc317fd74a63194e97e7db607a78a2113ab9003242c263d176de65930042
3
- size 128501
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e4032d766d743ed3e24b645c5b7f4f62e55121c1b3487f9cbce03ffe4f264ab
3
+ size 602245
bm25/{NanoDBPedia.parquet → NanoDBPedia-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14176c2bae1b702a143841ee2185ddabf228f2461aa2603ed8ae69761785337c
3
- size 180991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0661e580742dbff74c79985e8c8d58905f46d0eddfe97cbc11157c8821f50244
3
+ size 876273
bm25/{NanoFEVER.parquet → NanoFEVER-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f177bfe974e715184d8567ee8677c6098583cf0529a0506e1d16c267fe85701
3
- size 121781
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:247df07a123dc612e95e55aedbb603b1711d3c9f919fd85e91ae0aab93bdba01
3
+ size 594940
bm25/NanoFiQA2018-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b7ee97a7b0fbe3ff32cf069f58e004e1655122c0ab277e3f18405a334f5563
3
+ size 247272
bm25/NanoFiQA2018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ea5ec3ca383a3dec9761a5e2bacaca79387b390f53e0c1e4661988417c1c557
3
- size 51085
 
 
 
 
bm25/NanoHotpotQA-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:518c6e7cc92b644f9fc2490820f0a8ea3b6dfae366a39d36ca1249433f1dc629
3
+ size 290800
bm25/NanoHotpotQA.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:77d153a7170c3c72219389329b1515d3b19734dcb9be97ccb6c1f7c75f91a368
3
- size 60416
 
 
 
 
bm25/NanoMSMARCO-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb905101919828f04a78aab420a294877766034c73de657e4909e24870a528de
3
+ size 275450
bm25/NanoMSMARCO.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b75457e578b22aadbeb23cf1d0cebbf499ab739d42eb6773e18619583e807d6
3
- size 56525
 
 
 
 
bm25/NanoNFCorpus-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fa4c1644ef43c1fd8381d250cad85b78db9312383abb525614e454a49696e16
3
+ size 301332
bm25/NanoNFCorpus.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:64877b01a69f51f617cec3d3b405f07856a423d53de377c31c2a8232d9fe7b44
3
- size 61746
 
 
 
 
bm25/NanoNQ-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a064e5eda1406986405dfabd505415d2cdbedad03103847093ad6c3fc484d4ee
3
+ size 336056
bm25/NanoNQ.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b1d4656eec614c55caa113c9dbbfcc7d842e3254cd382e6177e99507fb1585d
3
- size 69147
 
 
 
 
bm25/NanoQuoraRetrieval-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947e65af0009766b44b1b321c0baa51da4e4ec7fcbbc11bb1576aa2100051078
3
+ size 247004
bm25/NanoQuoraRetrieval.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dba749475f9bceadba7bfc4718386d422261586994f8af7c19f212e5a2815b45
3
- size 50850
 
 
 
 
bm25/NanoSCIDOCS-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a543e2b898c4df914f8ddd46f09f46eceaf24b11f1f649017beb06081044d811
3
+ size 1104314
bm25/NanoSCIDOCS.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c527c8700bf3eb35088d016412578b4b14e9d4b66a25cec795c7d438b8c69ad6
3
- size 224156
 
 
 
 
bm25/NanoSciFact-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1577f7f335e63f6ef016d21d5a1712885e461b0bcea81f91fa485827430549f1
3
+ size 292048
bm25/NanoSciFact.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e15d6758eab10d432b2078abb43e343581ae245a3b5841d54358cfd4099fca92
3
- size 60043
 
 
 
 
bm25/NanoTouche2020-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4deb752b65c2211d7c103bd00485135201834b61f34d1b5f0ed1669f5ec101e
3
+ size 1054241
bm25/NanoTouche2020.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad2f11905c6a4c345c6c3c01d1459a5ac3540933ded96459ed6d173150a1e46f
3
- size 212436