forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
neuclir22-ru-dt-splade.yaml
119 lines (115 loc) · 2.83 KB
/
neuclir22-ru-dt-splade.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
---
corpus: neuclir22-ru-en-splade
corpus_path: collections/multilingual/neuclir22-ru-en-splade/
index_path: indexes/lucene-index.neuclir22-ru-en-splade
collection_class: JsonVectorCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 8
index_options: -impact -pretokenized -storeRaw
index_stats:
documents: 4627541
documents (non-empty): 4627541
metrics:
- metric: MAP
command: target/appassembler/bin/trec_eval
params: -c -m map
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: true
- metric: nDCG@20
command: target/appassembler/bin/trec_eval
params: -c -m ndcg_cut.20
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
- metric: J@20
command: python -m pyserini.eval.trec_eval
params: -c -m judged.20
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
- metric: Recall@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: "[NeuCLIR 2022 (Russian): title (original English queries)](https://neuclir.github.io/)"
id: title
path: topics.neuclir22-en.splade.original-title.txt.gz
qrel: qrels.neuclir22-ru.txt
- name: "[NeuCLIR 2022 (Russian): desc (original English queries)](https://neuclir.github.io/)"
id: desc
path: topics.neuclir22-en.splade.original-desc.txt.gz
qrel: qrels.neuclir22-ru.txt
- name: "[NeuCLIR 2022 (Russian): desc+title (original English queries)](https://neuclir.github.io/)"
id: desc_title
path: topics.neuclir22-en.splade.original-desc_title.txt.gz
qrel: qrels.neuclir22-ru.txt
models:
- name: splade
display: SPLADE
params: -impact -pretokenized
results:
MAP:
- 0.3745
- 0.3294
- 0.3559
nDCG@20:
- 0.4865
- 0.4193
- 0.4573
J@20:
- 0.3741
- 0.3702
- 0.3838
Recall@1000:
- 0.8538
- 0.8376
- 0.8513
- name: splade+rm3
display: +RM3
params: -impact -pretokenized -rm3 -collection JsonVectorCollection
results:
MAP:
- 0.3151
- 0.2717
- 0.3026
nDCG@20:
- 0.4154
- 0.3552
- 0.4000
J@20:
- 0.3469
- 0.3219
- 0.3518
Recall@1000:
- 0.8169
- 0.7529
- 0.7704
- name: splade+rocchio
display: +Rocchio
params: -impact -pretokenized -rocchio -collection JsonVectorCollection
results:
MAP:
- 0.3909
- 0.3378
- 0.3659
nDCG@20:
- 0.4836
- 0.4243
- 0.4604
J@20:
- 0.3816
- 0.3680
- 0.3846
Recall@1000:
- 0.8686
- 0.8238
- 0.8544