forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dl19-doc-wp.yaml
64 lines (60 loc) · 1.54 KB
/
dl19-doc-wp.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
---
corpus: msmarco-doc-wp
corpus_path: collections/msmarco/msmarco-doc-wp/
index_path: indexes/lucene-index.msmarco-doc-wp/
collection_class: JsonCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 7
index_options: -storePositions -storeDocvectors -storeRaw -pretokenized
index_stats:
documents: 3213835
documents (non-empty): 3213835
total terms: 5326252749
metrics:
- metric: AP@100
command: target/appassembler/bin/trec_eval
params: -c -M 100 -m map # Note, this is different DL 2019 passage ranking!
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
- metric: nDCG@10
command: target/appassembler/bin/trec_eval
params: -c -m ndcg_cut.10
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
- metric: R@100
command: target/appassembler/bin/trec_eval
params: -c -m recall.100
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
- metric: R@1000
command: target/appassembler/bin/trec_eval
params: -c -m recall.1000
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
topic_reader: TsvInt
topics:
- name: "[DL19 (Doc)](https://trec.nist.gov/data/deep2019.html)"
id: dl19
path: topics.dl19-doc.wp.tsv.gz
qrel: qrels.dl19-doc.txt
models:
- name: bm25-default
display: BM25 (default)
params: -bm25 -pretokenized
results:
AP@100:
- 0.1947
nDCG@10:
- 0.4672
R@100:
- 0.3400
R@1000:
- 0.6421