forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cw12b13.yaml
175 lines (175 loc) · 3.43 KB
/
cw12b13.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
---
name: cw12b13
index_command: target/appassembler/bin/IndexCollection
index_utils_command: target/appassembler/bin/IndexUtils
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/ClueWeb12-B13/
index_path: indexes/lucene-index.cw12b13.pos+docvectors+raw
collection: ClueWeb12Collection
generator: DefaultLuceneDocumentGenerator
threads: 44
index_options:
- -storePositions
- -storeDocvectors
- -storeRaw
topic_reader: Webxml
index_stats:
documents: 52249039
documents (non-empty): 52238526
total terms: 30666923268
topics:
- name: "[TREC 2013 Web Track (Topics 201-250)](../src/main/resources/topics-and-qrels/topics.web.201-250.txt)"
path: topics.web.201-250.txt
qrel: qrels.web.201-250.txt
- name: "[TREC 2014 Web Track (Topics 251-300)](../src/main/resources/topics-and-qrels/topics.web.251-300.txt)"
path: topics.web.251-300.txt
qrel: qrels.web.251-300.txt
evals:
- command: 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: 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.0468
- 0.0224
p30:
- 0.2113
- 0.1273
ndcg20:
- 0.12862
- 0.11835
err20:
- 0.08378
- 0.12006
- name: bm25+rm3
display: +RM3
params:
- -bm25
- -rm3
results:
map:
- 0.0408
- 0.0210
p30:
- 0.1673
- 0.1207
ndcg20:
- 0.11192
- 0.10809
err20:
- 0.07530
- 0.10662
- name: bm25+ax
display: +Ax
params:
- -bm25
- -axiom
- -axiom.deterministic
- -axiom.beta 0.1
- -rerankCutoff 20
results:
map:
- 0.0435
- 0.0180
p30:
- 0.1833
- 0.1107
ndcg20:
- 0.12867
- 0.09627
err20:
- 0.09413
- 0.09285
- name: ql
display: QL
params:
- -qld
results:
map:
- 0.0397
- 0.0235
p30:
- 0.1780
- 0.1373
ndcg20:
- 0.11059
- 0.11765
err20:
- 0.07679
- 0.10917
- name: ql+rm3
display: +RM3
params:
- -qld
- -rm3
results:
map:
- 0.0322
- 0.0203
p30:
- 0.1513
- 0.1173
ndcg20:
- 0.09199
- 0.10036
err20:
- 0.05525
- 0.09284
- name: ql+ax
display: +Ax
params:
- -qld
- -axiom
- -axiom.deterministic
- -axiom.beta 0.1
- -rerankCutoff 20
results:
map:
- 0.0358
- 0.0183
p30:
- 0.1507
- 0.1147
ndcg20:
- 0.11407
- 0.09891
err20:
- 0.07803
- 0.09002