forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dl19-doc-docTTTTTquery-per-passage.yaml
113 lines (113 loc) · 2.82 KB
/
dl19-doc-docTTTTTquery-per-passage.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
---
name: msmarco-doc-docTTTTTquery-per-passage # Note, this is the name of the collection; this way we can share index with the msmarco regressions
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/
index_root:
ranking_root:
collection: JsonCollection
generator: DefaultLuceneDocumentGenerator
threads: 1
index_options:
- -storePositions
- -storeDocvectors
- -storeRaw
topic_reader: TsvInt
evals:
- command: tools/eval/trec_eval.9.0.4/trec_eval
params:
- -m map
- -c
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 recall.100
- -c
separator: "\t"
parse_index: 2
metric: R@100
metric_precision: 4
can_combine: true
- command: tools/eval/trec_eval.9.0.4/trec_eval
params:
- -m ndcg_cut.10
- -c
separator: "\t"
parse_index: 2
metric: NDCG@10
metric_precision: 4
can_combine: true
input_roots:
- /tuna1/ # on tuna
- /store/ # on orca
- /scratch2/ # on damiano
input: collections/msmarco/doc-docTTTTTquery-per-passage
index_path: indexes/lucene-index.msmarco-doc-docTTTTTquery-per-passage.pos+docvectors+raw
index_stats:
documents: 20544550
documents (non-empty): 20544550
total terms: 4203956960
topics:
- name: "[DL19 (Doc)](https://trec.nist.gov/data/deep2019.html)"
path: topics.dl19-doc.txt
qrel: qrels.dl19-doc.txt
models:
- name: bm25-default
display: BM25 (default)
params:
- -bm25 -hits 10000 -selectMaxPassage -selectMaxPassage.delimiter "#" -selectMaxPassage.hits 100
results:
map:
- 0.2791
NDCG@10:
- 0.6099
R@100:
- 0.4092
- name: bm25-default+rm3
display: +RM3
params:
- -bm25
- -rm3
- -hits 10000 -selectMaxPassage -selectMaxPassage.delimiter "#" -selectMaxPassage.hits 100
results:
map:
- 0.3025
NDCG@10:
- 0.6318
R@100:
- 0.4394
- name: bm25-tuned
display: BM25 (tuned)
params:
- -bm25
- -bm25.k1 2.56
- -bm25.b 0.59
- -hits 10000 -selectMaxPassage -selectMaxPassage.delimiter "#" -selectMaxPassage.hits 100
results:
map:
- 0.2655
NDCG@10:
- 0.6271
R@100:
- 0.4020
- name: bm25-tuned+rm3
display: +RM3
params:
- -bm25
- -bm25.k1 2.56
- -bm25.b 0.59
- -rm3
- -hits 10000 -selectMaxPassage -selectMaxPassage.delimiter "#" -selectMaxPassage.hits 100
results:
map:
- 0.2895
NDCG@10:
- 0.6256
R@100:
- 0.4235