-
Notifications
You must be signed in to change notification settings - Fork 465
/
disk45.yaml
166 lines (162 loc) · 3.41 KB
/
disk45.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
---
corpus: disk45
corpus_path: collections/newswire/disk45/
index_path: indexes/lucene-index.disk45/
collection_class: TrecCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 16
index_options: -storePositions -storeDocvectors -storeRaw
index_stats:
documents: 528030
documents (non-empty): 528030
total terms: 174540872
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
topic_reader: Trec
topics:
- name: "[TREC-7 Ad Hoc Topics](https://github.com/castorini/anserini-tools/tree/master/topics-and-qrels/topics.adhoc.351-400.txt)"
id: trec7
path: topics.adhoc.351-400.txt
qrel: qrels.adhoc.351-400.txt
- name: "[TREC-8 Ad Hoc Topics](https://github.com/castorini/anserini-tools/tree/master/topics-and-qrels/topics.adhoc.401-450.txt)"
id: trec8
path: topics.adhoc.401-450.txt
qrel: qrels.adhoc.401-450.txt
- name: "[TREC 2004 Robust Track Topics](https://github.com/castorini/anserini-tools/tree/master/topics-and-qrels/topics.robust04.txt)"
id: robust04
path: topics.robust04.txt
qrel: qrels.robust04.txt
models:
- name: bm25
display: BM25
params: -bm25
results:
MAP:
- 0.1862
- 0.2515
- 0.2531
P30:
- 0.3093
- 0.3560
- 0.3102
- name: bm25+rm3
display: +RM3
params: -bm25 -rm3
results:
MAP:
- 0.2354
- 0.2746
- 0.2908
P30:
- 0.3407
- 0.3753
- 0.3349
- name: bm25+rocchio
display: +Rocchio
params: -bm25 -rocchio
results:
MAP:
- 0.2397
- 0.2743
- 0.2924
P30:
- 0.3527
- 0.3707
- 0.3364
- name: bm25+rocchio-neg
display: +Rocchio*
params: -bm25 -rocchio -rocchio.useNegative -rerankCutoff 1000
results:
MAP:
- 0.2391
- 0.2751
- 0.2932
P30:
- 0.3500
- 0.3713
- 0.3378
- name: bm25+ax
display: +Ax
params: -bm25 -axiom -axiom.deterministic -rerankCutoff 20
results:
MAP:
- 0.2431
- 0.2812
- 0.2896
P30:
- 0.3287
- 0.3753
- 0.3333
- name: ql
display: QL
params: -qld
results:
MAP:
- 0.1843
- 0.2460
- 0.2467
P30:
- 0.3073
- 0.3480
- 0.3079
- name: ql+rm3
display: +RM3
params: -qld -rm3
results:
MAP:
- 0.2146
- 0.2686
- 0.2744
P30:
- 0.3307
- 0.3713
- 0.3244
- name: qld+rocchio
display: +Rocchio
params: -qld -rocchio
results:
MAP:
- 0.2189
- 0.2709
- 0.2756
P30:
- 0.3293
- 0.3640
- 0.3237
- name: qld+rocchio-neg
display: +Rocchio*
params: -qld -rocchio -rocchio.useNegative -rerankCutoff 1000
results:
MAP:
- 0.2202
- 0.2708
- 0.2773
P30:
- 0.3300
- 0.3660
- 0.3246
- name: ql+ax
display: +Ax
params: -qld -axiom -axiom.deterministic -rerankCutoff 20
results:
MAP:
- 0.2298
- 0.2647
- 0.2774
P30:
- 0.3193
- 0.3500
- 0.3229