forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcw12.yaml
134 lines (133 loc) · 2.73 KB
/
cw12.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
---
name: cw12
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/
index_path: indexes/lucene-index.cw12.pos+docvectors+raw
collection: ClueWeb12Collection
generator: DefaultLuceneDocumentGenerator
threads: 44
index_options:
- -storePositions
- -storeDocvectors
- -storeRaw
topic_reader: Webxml
index_stats:
documents: 731705088
documents (non-empty): 731556853
total terms: 429328271635
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.1694
- 0.2469
p30:
- 0.2773
- 0.4547
ndcg20:
- 0.20881
- 0.25719
err20:
- 0.12838
- 0.16162
- name: bm25+rm3
display: +RM3
params:
- -bm25
- -rm3
results:
map:
- 0.1464
- 0.2324
p30:
- 0.2393
- 0.4080
ndcg20:
- 0.20327
- 0.25303
err20:
- 0.12637
- 0.16550
- name: ql
display: QL
params:
- -qld
results:
map:
- 0.1494
- 0.2466
p30:
- 0.2607
- 0.4380
ndcg20:
- 0.19935
- 0.22184
err20:
- 0.12325
- 0.13218
- name: ql+rm3
display: +RM3
params:
- -qld
- -rm3
results:
map:
- 0.1290
- 0.2177
p30:
- 0.2347
- 0.3800
ndcg20:
- 0.17253
- 0.20829
err20:
- 0.10083
- 0.12450