-
Notifications
You must be signed in to change notification settings - Fork 467
/
neuclir22-zh-dt.yaml
119 lines (115 loc) · 2.64 KB
/
neuclir22-zh-dt.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-zh-en
corpus_path: collections/multilingual/neuclir22-zh-en/
index_path: indexes/lucene-index.neuclir22-zh-en
collection_class: NeuClirCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 8
index_options: -storePositions -storeDocvectors -storeRaw
index_stats:
documents: 3179206
documents (non-empty): 3179203
metrics:
- metric: MAP
command: bin/trec_eval
params: -c -m map
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: true
- metric: nDCG@20
command: 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: 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 (Chinese): title (original English queries)](https://neuclir.github.io/)"
id: title
path: topics.neuclir22-en.original-title.txt
qrel: qrels.neuclir22-zh.txt
- name: "[NeuCLIR 2022 (Chinese): desc (original English queries)](https://neuclir.github.io/)"
id: desc
path: topics.neuclir22-en.original-desc.txt
qrel: qrels.neuclir22-zh.txt
- name: "[NeuCLIR 2022 (Chinese): desc+title (original English queries)](https://neuclir.github.io/)"
id: desc_title
path: topics.neuclir22-en.original-desc_title.txt
qrel: qrels.neuclir22-zh.txt
models:
- name: bm25-default
display: BM25 (default)
params: -bm25
results:
MAP:
- 0.2658
- 0.2168
- 0.2750
nDCG@20:
- 0.3705
- 0.3070
- 0.3723
J@20:
- 0.3908
- 0.3412
- 0.3899
Recall@1000:
- 0.7567
- 0.6639
- 0.7567
- name: bm25-default+rm3
display: +RM3
params: -bm25 -rm3
results:
MAP:
- 0.2950
- 0.2564
- 0.2821
nDCG@20:
- 0.3808
- 0.3182
- 0.3580
J@20:
- 0.4211
- 0.3978
- 0.4154
Recall@1000:
- 0.8070
- 0.7519
- 0.7959
- name: bm25-default+rocchio
display: +Rocchio
params: -bm25 -rocchio
results:
MAP:
- 0.2944
- 0.2489
- 0.2924
nDCG@20:
- 0.3802
- 0.3206
- 0.3806
J@20:
- 0.4197
- 0.3974
- 0.4184
Recall@1000:
- 0.8129
- 0.7404
- 0.8011