lilyjge commited on
Commit
d9a7b59
·
verified ·
1 Parent(s): cb8364f

Upload lucene-inverted/flat/lucene-inverted.beir-v1.0.0-flat.20221116.505594.README.md with huggingface_hub

Browse files
lucene-inverted/flat/lucene-inverted.beir-v1.0.0-flat.20221116.505594.README.md ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # BEIR (v1.0.0): "flat" Lucene indexes
2
+
3
+ These "flat" Lucene indexes were generated on 2022/11/16 at Anserini commit [`505594`](https://github.com/castorini/anserini/commit/505594b6573294a9a4c72a8feee3416f8a9bd2d9) on `tuna` with the following commands:
4
+
5
+ ```bash
6
+ nohup target/appassembler/bin/IndexCollection \
7
+ -collection BeirFlatCollection \
8
+ -input /tuna1/collections/beir-v1.0.0/corpus/trec-covid \
9
+ -index indexes/lucene-index.beir-v1.0.0-trec-covid-flat.20221116.505594/ \
10
+ -generator DefaultLuceneDocumentGenerator \
11
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
12
+ >& logs/log.beir-v1.0.0-trec-covid-flat.20221116.505594 &
13
+
14
+ nohup target/appassembler/bin/IndexCollection \
15
+ -collection BeirFlatCollection \
16
+ -input /tuna1/collections/beir-v1.0.0/corpus/bioasq \
17
+ -index indexes/lucene-index.beir-v1.0.0-bioasq-flat.20221116.505594/ \
18
+ -generator DefaultLuceneDocumentGenerator \
19
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
20
+ >& logs/log.beir-v1.0.0-bioasq-flat.20221116.505594 &
21
+
22
+ nohup target/appassembler/bin/IndexCollection \
23
+ -collection BeirFlatCollection \
24
+ -input /tuna1/collections/beir-v1.0.0/corpus/nfcorpus \
25
+ -index indexes/lucene-index.beir-v1.0.0-nfcorpus-flat.20221116.505594/ \
26
+ -generator DefaultLuceneDocumentGenerator \
27
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
28
+ >& logs/log.beir-v1.0.0-nfcorpus-flat.20221116.505594 &
29
+
30
+ nohup target/appassembler/bin/IndexCollection \
31
+ -collection BeirFlatCollection \
32
+ -input /tuna1/collections/beir-v1.0.0/corpus/nq \
33
+ -index indexes/lucene-index.beir-v1.0.0-nq-flat.20221116.505594/ \
34
+ -generator DefaultLuceneDocumentGenerator \
35
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
36
+ >& logs/log.beir-v1.0.0-nq-flat.20221116.505594 &
37
+
38
+ nohup target/appassembler/bin/IndexCollection \
39
+ -collection BeirFlatCollection \
40
+ -input /tuna1/collections/beir-v1.0.0/corpus/hotpotqa \
41
+ -index indexes/lucene-index.beir-v1.0.0-hotpotqa-flat.20221116.505594/ \
42
+ -generator DefaultLuceneDocumentGenerator \
43
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
44
+ >& logs/log.beir-v1.0.0-hotpotqa-flat.20221116.505594 &
45
+
46
+ nohup target/appassembler/bin/IndexCollection \
47
+ -collection BeirFlatCollection \
48
+ -input /tuna1/collections/beir-v1.0.0/corpus/fiqa \
49
+ -index indexes/lucene-index.beir-v1.0.0-fiqa-flat.20221116.505594/ \
50
+ -generator DefaultLuceneDocumentGenerator \
51
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
52
+ >& logs/log.beir-v1.0.0-fiqa-flat.20221116.505594 &
53
+
54
+ nohup target/appassembler/bin/IndexCollection \
55
+ -collection BeirFlatCollection \
56
+ -input /tuna1/collections/beir-v1.0.0/corpus/signal1m \
57
+ -index indexes/lucene-index.beir-v1.0.0-signal1m-flat.20221116.505594/ \
58
+ -generator DefaultLuceneDocumentGenerator \
59
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
60
+ >& logs/log.beir-v1.0.0-signal1m-flat.20221116.505594 &
61
+
62
+ nohup target/appassembler/bin/IndexCollection \
63
+ -collection BeirFlatCollection \
64
+ -input /tuna1/collections/beir-v1.0.0/corpus/trec-news \
65
+ -index indexes/lucene-index.beir-v1.0.0-trec-news-flat.20221116.505594/ \
66
+ -generator DefaultLuceneDocumentGenerator \
67
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
68
+ >& logs/log.beir-v1.0.0-trec-news-flat.20221116.505594 &
69
+
70
+ nohup target/appassembler/bin/IndexCollection \
71
+ -collection BeirFlatCollection \
72
+ -input /tuna1/collections/beir-v1.0.0/corpus/robust04 \
73
+ -index indexes/lucene-index.beir-v1.0.0-robust04-flat.20221116.505594/ \
74
+ -generator DefaultLuceneDocumentGenerator \
75
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
76
+ >& logs/log.beir-v1.0.0-robust04-flat.20221116.505594 &
77
+
78
+ nohup target/appassembler/bin/IndexCollection \
79
+ -collection BeirFlatCollection \
80
+ -input /tuna1/collections/beir-v1.0.0/corpus/arguana \
81
+ -index indexes/lucene-index.beir-v1.0.0-arguana-flat.20221116.505594/ \
82
+ -generator DefaultLuceneDocumentGenerator \
83
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
84
+ >& logs/log.beir-v1.0.0-arguana-flat.20221116.505594 &
85
+
86
+ nohup target/appassembler/bin/IndexCollection \
87
+ -collection BeirFlatCollection \
88
+ -input /tuna1/collections/beir-v1.0.0/corpus/webis-touche2020 \
89
+ -index indexes/lucene-index.beir-v1.0.0-webis-touche2020-flat.20221116.505594/ \
90
+ -generator DefaultLuceneDocumentGenerator \
91
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
92
+ >& logs/log.beir-v1.0.0-webis-touche2020-flat.20221116.505594 &
93
+
94
+ nohup target/appassembler/bin/IndexCollection \
95
+ -collection BeirFlatCollection \
96
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-android \
97
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-android-flat.20221116.505594/ \
98
+ -generator DefaultLuceneDocumentGenerator \
99
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
100
+ >& logs/log.beir-v1.0.0-cqadupstack-android-flat.20221116.505594 &
101
+
102
+ nohup target/appassembler/bin/IndexCollection \
103
+ -collection BeirFlatCollection \
104
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-english \
105
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-english-flat.20221116.505594/ \
106
+ -generator DefaultLuceneDocumentGenerator \
107
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
108
+ >& logs/log.beir-v1.0.0-cqadupstack-english-flat.20221116.505594 &
109
+
110
+ nohup target/appassembler/bin/IndexCollection \
111
+ -collection BeirFlatCollection \
112
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-gaming \
113
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-gaming-flat.20221116.505594/ \
114
+ -generator DefaultLuceneDocumentGenerator \
115
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
116
+ >& logs/log.beir-v1.0.0-cqadupstack-gaming-flat.20221116.505594 &
117
+
118
+ nohup target/appassembler/bin/IndexCollection \
119
+ -collection BeirFlatCollection \
120
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-gis \
121
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-gis-flat.20221116.505594/ \
122
+ -generator DefaultLuceneDocumentGenerator \
123
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
124
+ >& logs/log.beir-v1.0.0-cqadupstack-gis-flat.20221116.505594 &
125
+
126
+ nohup target/appassembler/bin/IndexCollection \
127
+ -collection BeirFlatCollection \
128
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-mathematica \
129
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-mathematica-flat.20221116.505594/ \
130
+ -generator DefaultLuceneDocumentGenerator \
131
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
132
+ >& logs/log.beir-v1.0.0-cqadupstack-mathematica-flat.20221116.505594 &
133
+
134
+ nohup target/appassembler/bin/IndexCollection \
135
+ -collection BeirFlatCollection \
136
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-physics \
137
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-physics-flat.20221116.505594/ \
138
+ -generator DefaultLuceneDocumentGenerator \
139
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
140
+ >& logs/log.beir-v1.0.0-cqadupstack-physics-flat.20221116.505594 &
141
+
142
+ nohup target/appassembler/bin/IndexCollection \
143
+ -collection BeirFlatCollection \
144
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-programmers \
145
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-programmers-flat.20221116.505594/ \
146
+ -generator DefaultLuceneDocumentGenerator \
147
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
148
+ >& logs/log.beir-v1.0.0-cqadupstack-programmers-flat.20221116.505594 &
149
+
150
+ nohup target/appassembler/bin/IndexCollection \
151
+ -collection BeirFlatCollection \
152
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-stats \
153
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-stats-flat.20221116.505594/ \
154
+ -generator DefaultLuceneDocumentGenerator \
155
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
156
+ >& logs/log.beir-v1.0.0-cqadupstack-stats-flat.20221116.505594 &
157
+
158
+ nohup target/appassembler/bin/IndexCollection \
159
+ -collection BeirFlatCollection \
160
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-tex \
161
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-tex-flat.20221116.505594/ \
162
+ -generator DefaultLuceneDocumentGenerator \
163
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
164
+ >& logs/log.beir-v1.0.0-cqadupstack-tex-flat.20221116.505594 &
165
+
166
+ nohup target/appassembler/bin/IndexCollection \
167
+ -collection BeirFlatCollection \
168
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-unix \
169
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-unix-flat.20221116.505594/ \
170
+ -generator DefaultLuceneDocumentGenerator \
171
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
172
+ >& logs/log.beir-v1.0.0-cqadupstack-unix-flat.20221116.505594 &
173
+
174
+ nohup target/appassembler/bin/IndexCollection \
175
+ -collection BeirFlatCollection \
176
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-webmasters \
177
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-webmasters-flat.20221116.505594/ \
178
+ -generator DefaultLuceneDocumentGenerator \
179
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
180
+ >& logs/log.beir-v1.0.0-cqadupstack-webmasters-flat.20221116.505594 &
181
+
182
+ nohup target/appassembler/bin/IndexCollection \
183
+ -collection BeirFlatCollection \
184
+ -input /tuna1/collections/beir-v1.0.0/corpus/cqadupstack-wordpress \
185
+ -index indexes/lucene-index.beir-v1.0.0-cqadupstack-wordpress-flat.20221116.505594/ \
186
+ -generator DefaultLuceneDocumentGenerator \
187
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
188
+ >& logs/log.beir-v1.0.0-cqadupstack-wordpress-flat.20221116.505594 &
189
+
190
+ nohup target/appassembler/bin/IndexCollection \
191
+ -collection BeirFlatCollection \
192
+ -input /tuna1/collections/beir-v1.0.0/corpus/quora \
193
+ -index indexes/lucene-index.beir-v1.0.0-quora-flat.20221116.505594/ \
194
+ -generator DefaultLuceneDocumentGenerator \
195
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
196
+ >& logs/log.beir-v1.0.0-quora-flat.20221116.505594 &
197
+
198
+ nohup target/appassembler/bin/IndexCollection \
199
+ -collection BeirFlatCollection \
200
+ -input /tuna1/collections/beir-v1.0.0/corpus/dbpedia-entity \
201
+ -index indexes/lucene-index.beir-v1.0.0-dbpedia-entity-flat.20221116.505594/ \
202
+ -generator DefaultLuceneDocumentGenerator \
203
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
204
+ >& logs/log.beir-v1.0.0-dbpedia-entity-flat.20221116.505594 &
205
+
206
+ nohup target/appassembler/bin/IndexCollection \
207
+ -collection BeirFlatCollection \
208
+ -input /tuna1/collections/beir-v1.0.0/corpus/scidocs \
209
+ -index indexes/lucene-index.beir-v1.0.0-scidocs-flat.20221116.505594/ \
210
+ -generator DefaultLuceneDocumentGenerator \
211
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
212
+ >& logs/log.beir-v1.0.0-scidocs-flat.20221116.505594 &
213
+
214
+ nohup target/appassembler/bin/IndexCollection \
215
+ -collection BeirFlatCollection \
216
+ -input /tuna1/collections/beir-v1.0.0/corpus/fever \
217
+ -index indexes/lucene-index.beir-v1.0.0-fever-flat.20221116.505594/ \
218
+ -generator DefaultLuceneDocumentGenerator \
219
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
220
+ >& logs/log.beir-v1.0.0-fever-flat.20221116.505594 &
221
+
222
+ nohup target/appassembler/bin/IndexCollection \
223
+ -collection BeirFlatCollection \
224
+ -input /tuna1/collections/beir-v1.0.0/corpus/climate-fever \
225
+ -index indexes/lucene-index.beir-v1.0.0-climate-fever-flat.20221116.505594/ \
226
+ -generator DefaultLuceneDocumentGenerator \
227
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
228
+ >& logs/log.beir-v1.0.0-climate-fever-flat.20221116.505594 &
229
+
230
+ nohup target/appassembler/bin/IndexCollection \
231
+ -collection BeirFlatCollection \
232
+ -input /tuna1/collections/beir-v1.0.0/corpus/scifact \
233
+ -index indexes/lucene-index.beir-v1.0.0-scifact-flat.20221116.505594/ \
234
+ -generator DefaultLuceneDocumentGenerator \
235
+ -threads 16 -storePositions -storeDocvectors -storeRaw -optimize \
236
+ >& logs/log.beir-v1.0.0-scifact-flat.20221116.505594 &
237
+ ```
238
+
239
+ In April 2024, indexes were repackaged to adopt a more consistent naming scheme.