forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
msmarco-v2-passage.yaml
107 lines (103 loc) · 2.63 KB
/
msmarco-v2-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
---
corpus: msmarco-v2-passage
corpus_path: collections/msmarco/msmarco_v2_passage/
index_path: indexes/lucene-index.msmarco-v2-passage/
collection_class: MsMarcoV2PassageCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 24
index_options: -storeRaw
index_stats:
documents: 138364198
documents (non-empty): 138364197
total terms: 4673266800
metrics:
- metric: MAP@100
command: target/appassembler/bin/trec_eval
params: -c -M 100 -m map
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: true
- metric: MRR@100
command: target/appassembler/bin/trec_eval
params: -c -M 100 -m recip_rank
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: true
- 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: "[MS MARCO V2 Passage: Dev](https://microsoft.github.io/msmarco/TREC-Deep-Learning.html)"
id: dev
path: topics.msmarco-v2-passage.dev.txt
qrel: qrels.msmarco-v2-passage.dev.txt
- name: "[MS MARCO V2 Passage: Dev2](https://microsoft.github.io/msmarco/TREC-Deep-Learning.html)"
id: dev2
path: topics.msmarco-v2-passage.dev2.txt
qrel: qrels.msmarco-v2-passage.dev2.txt
models:
- name: bm25-default
display: BM25 (default)
params: -bm25
results:
MAP@100:
- 0.0709
- 0.0794
MRR@100:
- 0.0719
- 0.0802
R@100:
- 0.3397
- 0.3459
R@1000:
- 0.5733
- 0.5839
# PRF regressions are no longer maintained for sparse judgments to reduce running times.
# (commenting out instead of removing; in case these numbers are needed, just uncomment and rerun.)
#
# - name: bm25-default+rm3
# display: +RM3
# params: -bm25 -rm3 -collection MsMarcoV2PassageCollection
# results:
# MAP@100:
# - 0.0621
# - 0.0651
# MRR@100:
# - 0.0630
# - 0.0659
# R@100:
# - 0.3370
# - 0.3435
# R@1000:
# - 0.5947
# - 0.6062
# - name: bm25-default+rocchio
# display: +Rocchio
# params: -bm25 -rocchio -collection MsMarcoV2PassageCollection
# results:
# MAP@100:
# - 0.0622
# - 0.0663
# MRR@100:
# - 0.0631
# - 0.0671
# R@100:
# - 0.3413
# - 0.3516
# R@1000:
# - 0.5968
# - 0.6104