forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsmarco-doc-docTTTTTquery-per-doc.yaml
60 lines (60 loc) · 1.55 KB
/
msmarco-doc-docTTTTTquery-per-doc.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
---
name: msmarco-doc-docTTTTTquery-per-doc
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.1000
- -c
separator: "\t"
parse_index: 2
metric: R@1000
metric_precision: 4
can_combine: true
input_roots:
- /tuna1/ # on tuna
- /store/ # on orca
- /scratch2/ # on damiano
input: collections/msmarco/doc-docTTTTTquery-per-doc
index_path: indexes/lucene-index.msmarco-doc-docTTTTTquery-per-doc.pos+docvectors+raw
index_stats:
documents: 3213834
documents (non-empty): 3213834
total terms: 3748332076
topics:
- name: "[MS MARCO Document Ranking: Dev Queries](https://github.com/microsoft/MSMARCO-Document-Ranking)"
path: topics.msmarco-doc.dev.txt
qrel: qrels.msmarco-doc.dev.txt
models:
- name: bm25-default
display: BM25 (Default)
params:
- -bm25
results:
map:
- 0.2886
R@1000:
- 0.9259