forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcw09b.yaml
202 lines (202 loc) · 4.02 KB
/
cw09b.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
---
name: cw09b
index_command: target/appassembler/bin/IndexCollection
index_utils_command: target/appassembler/bin/IndexReaderUtils
search_command: target/appassembler/bin/SearchCollection
topic_root: src/main/resources/topics-and-qrels/
qrels_root: src/main/resources/topics-and-qrels/
ranking_root:
input_roots:
- /tuna1/ # on tuna
- /store/ # on orca
- /scratch2/ # on damiano
input: collections/web/ClueWeb09b/
index_path: indexes/lucene-index.cw09b.pos+docvectors+raw
collection: ClueWeb09Collection
generator: DefaultLuceneDocumentGenerator
threads: 44
index_options:
- -storePositions
- -storeDocvectors
- -storeRaw
topic_reader: Webxml
index_stats:
documents: 50220189
documents (non-empty): 50220159
total terms: 31302554269
topics:
- name: "[TREC 2010 Web Track (Topics 51-100)](../src/main/resources/topics-and-qrels/topics.web.51-100.txt)"
path: topics.web.51-100.txt
qrel: qrels.web.51-100.txt
- name: "[TREC 2011 Web Track (Topics 101-150)](../src/main/resources/topics-and-qrels/topics.web.101-150.txt)"
path: topics.web.101-150.txt
qrel: qrels.web.101-150.txt
- name: "[TREC 2012 Web Track (Topics 151-200)](../src/main/resources/topics-and-qrels/topics.web.151-200.txt)"
path: topics.web.151-200.txt
qrel: qrels.web.151-200.txt
evals:
- command: tools/eval/trec_eval.9.0.4/trec_eval
params:
- -m map
separator: "\t"
parse_index: 2
metric: map
metric_precision: 4
can_combine: true
- command: tools/eval/trec_eval.9.0.4/trec_eval
params:
- -m P.30
separator: "\t"
parse_index: 2
metric: p30
metric_precision: 4
can_combine: true
- command: eval/gdeval.pl
params:
separator: ","
parse_index: -2
metric: ndcg20
metric_precision: 5
- command: eval/gdeval.pl
params:
separator: ","
parse_index: -1
metric: err20
metric_precision: 5
models:
- name: bm25
display: BM25
params:
- -bm25
results:
map:
- 0.1126
- 0.1094
- 0.1105
p30:
- 0.2694
- 0.2513
- 0.2167
ndcg20:
- 0.13537
- 0.18900
- 0.10139
err20:
- 0.07335
- 0.09592
- 0.13031
- name: bm25+rm3
display: +RM3
params:
- -bm25
- -rm3
results:
map:
- 0.0933
- 0.1085
- 0.1107
p30:
- 0.2389
- 0.2480
- 0.1920
ndcg20:
- 0.13693
- 0.19160
- 0.09182
err20:
- 0.07473
- 0.09596
- 0.14936
- name: bm25+ax
display: +Ax
params:
- -bm25
- -axiom
- -axiom.deterministic
- -axiom.beta 0.1
- -rerankCutoff 20
results:
map:
- 0.0929
- 0.0975
- 0.1315
p30:
- 0.2354
- 0.2387
- 0.2553
ndcg20:
- 0.16319
- 0.18348
- 0.14413
err20:
- 0.09771
- 0.10912
- 0.23551
- name: ql
display: QL
params:
- -qld
results:
map:
- 0.1060
- 0.0958
- 0.1069
p30:
- 0.2431
- 0.2147
- 0.2080
ndcg20:
- 0.11432
- 0.16191
- 0.08682
err20:
- 0.05994
- 0.08486
- 0.13052
- name: ql+rm3
display: +RM3
params:
- -qld
- -rm3
results:
map:
- 0.1019
- 0.0839
- 0.1058
p30:
- 0.2312
- 0.2047
- 0.1980
ndcg20:
- 0.11823
- 0.14487
- 0.08959
err20:
- 0.05917
- 0.07872
- 0.13336
- name: ql+ax
display: +Ax
params:
- -qld
- -axiom
- -axiom.deterministic
- -axiom.beta 0.1
- -rerankCutoff 20
results:
map:
- 0.1086
- 0.0879
- 0.1212
p30:
- 0.2618
- 0.2173
- 0.2147
ndcg20:
- 0.14541
- 0.15174
- 0.10373
err20:
- 0.07424
- 0.08205
- 0.15577