-
Notifications
You must be signed in to change notification settings - Fork 473
/
Copy pathcw12.yaml
116 lines (112 loc) · 2.41 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
---
corpus: cw12
corpus_path: collections/web/ClueWeb12/
index_path: indexes/lucene-index.cw12/
collection_class: ClueWeb12Collection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 44
index_options: -storeRaw
index_stats:
documents: 731645161
documents (non-empty): 731542335
total terms: 429254658750
metrics:
- metric: MAP
command: bin/trec_eval
params: -m map
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: true
- metric: P30
command: bin/trec_eval
params: -m P.30
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: true
- metric: nDCG@20
command: tools/eval/gdeval.pl
separator: ","
parse_index: -2
metric_precision: 4
- metric: ERR@20
command: tools/eval/gdeval.pl
separator: ","
parse_index: -1
metric_precision: 4
topic_reader: Webxml
topics:
- name: "[TREC 2013 Web Track (Topics 201-250)](https://github.com/castorini/anserini-tools/tree/master/topics-and-qrels/topics.web.201-250.txt)"
id: trec2013
path: topics.web.201-250.txt
qrel: qrels.web.201-250.txt
- name: "[TREC 2014 Web Track (Topics 251-300)](https://github.com/castorini/anserini-tools/tree/master/topics-and-qrels/topics.web.251-300.txt)"
id: trec2014
path: topics.web.251-300.txt
qrel: qrels.web.251-300.txt
models:
- name: bm25
display: BM25
params: -bm25
results:
MAP:
- 0.1695
- 0.2469
P30:
- 0.2767
- 0.4547
nDCG@20:
- 0.2083
- 0.2572
ERR@20:
- 0.1283
- 0.1616
- name: bm25+rm3
display: +RM3
params: -parallelism 16 -bm25 -rm3 -collection ClueWeb09Collection
results:
MAP:
- 0.1477
- 0.2342
P30:
- 0.2400
- 0.4140
nDCG@20:
- 0.2058
- 0.2548
ERR@20:
- 0.1304
- 0.1655
- name: ql
display: QL
params: -qld
results:
MAP:
- 0.1494
- 0.2467
P30:
- 0.2607
- 0.4380
nDCG@20:
- 0.1993
- 0.2220
ERR@20:
- 0.1232
- 0.1323
- name: ql+rm3
display: +RM3
params: -parallelism 16 -qld -rm3 -collection ClueWeb09Collection
results:
MAP:
- 0.1284
- 0.2185
P30:
- 0.2373
- 0.3800
nDCG@20:
- 0.1701
- 0.2076
ERR@20:
- 0.0995
- 0.1242