forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hc4-v1.0-fa.yaml
168 lines (163 loc) · 3.86 KB
/
hc4-v1.0-fa.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
---
corpus: hc4-v1.0-fa
corpus_path: collections/multilingual/hc4-v1.0-fa/
index_path: indexes/lucene-index.hc4-v1.0-fa
collection_class: NeuClirCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 8
index_options: -storePositions -storeDocvectors -storeRaw -language fa
index_stats:
documents: 486486
documents (non-empty): 486486
metrics:
- metric: MAP
command: tools/eval/trec_eval.9.0.4/trec_eval
params: -c -m map
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: true
- metric: nDCG@20
command: tools/eval/trec_eval.9.0.4/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: tools/eval/trec_eval.9.0.4/trec_eval
params: -c -m recall.1000
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
topic_reader: TsvInt
topics:
- name: "[HC4 (Persian): dev-topic title](https://github.com/hltcoe/HC4)"
id: dev_title
path: topics.hc4-v1.0-fa.dev.title.tsv
qrel: qrels.hc4-v1.0-fa.dev.txt
- name: "[HC4 (Persian): dev-topic description](https://github.com/hltcoe/HC4)"
id: dev_description
path: topics.hc4-v1.0-fa.dev.desc.tsv
qrel: qrels.hc4-v1.0-fa.dev.txt
- name: "[HC4 (Persian): dev-topic description+title](https://github.com/hltcoe/HC4)"
id: dev_description_title
path: topics.hc4-v1.0-fa.dev.desc.title.tsv
qrel: qrels.hc4-v1.0-fa.dev.txt
- name: "[HC4 (Persian): test-topic title](https://github.com/hltcoe/HC4)"
id: test_title
path: topics.hc4-v1.0-fa.test.title.tsv
qrel: qrels.hc4-v1.0-fa.test.txt
- name: "[HC4 (Persian): test-topic description](https://github.com/hltcoe/HC4)"
id: test_description
path: topics.hc4-v1.0-fa.test.desc.tsv
qrel: qrels.hc4-v1.0-fa.test.txt
- name: "[HC4 (Persian): test-topic description+title](https://github.com/hltcoe/HC4)"
id: test_description_title
path: topics.hc4-v1.0-fa.test.desc.title.tsv
qrel: qrels.hc4-v1.0-fa.test.txt
models:
- name: bm25-default
display: BM25 (default)
params: -bm25 -language fa
results:
MAP:
- 0.2971
- 0.3243
- 0.3366
- 0.2877
- 0.2928
- 0.3285
nDCG@20:
- 0.3445
- 0.3475
- 0.3665
- 0.3846
- 0.4039
- 0.4489
J@20:
- 0.4100
- 0.4750
- 0.4700
- 0.4010
- 0.3890
- 0.4420
Recall@1000:
- 0.7794
- 0.8491
- 0.9129
- 0.8223
- 0.8402
- 0.8651
- name: bm25-default+rm3
display: +RM3
params: -bm25 -rm3 -language fa
results:
MAP:
- 0.2865
- 0.3402
- 0.2919
- 0.2954
- 0.2807
- 0.3042
nDCG@20:
- 0.3446
- 0.3862
- 0.3454
- 0.3812
- 0.3755
- 0.4049
J@20:
- 0.3300
- 0.3500
- 0.3450
- 0.3800
- 0.3590
- 0.3800
Recall@1000:
- 0.7683
- 0.7737
- 0.8102
- 0.7755
- 0.7487
- 0.8055
- name: bm25-default+rocchio
display: +Rocchio
params: -bm25 -rocchio -language fa
results:
MAP:
- 0.3030
- 0.3721
- 0.3881
- 0.2954
- 0.2928
- 0.3274
nDCG@20:
- 0.3161
- 0.3895
- 0.3962
- 0.3861
- 0.3811
- 0.4256
J@20:
- 0.3950
- 0.5100
- 0.5250
- 0.4350
- 0.4300
- 0.4580
Recall@1000:
- 0.8039
- 0.8838
- 0.9154
- 0.8560
- 0.8738
- 0.8883