forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmrtydi-v1.1-ru.yaml
58 lines (54 loc) · 1.53 KB
/
mrtydi-v1.1-ru.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
---
corpus: mrtydi-v1.1-ru
corpus_path: collections/mr-tydi-corpus/mrtydi-v1.1-russian/
index_path: indexes/lucene-index.mrtydi-v1.1-russian/
collection_class: MrTyDiCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 1
index_options: -storePositions -storeDocvectors -storeRaw -language ru
index_stats:
documents: 9597504
documents (non-empty): 9597504
total terms: 346329117
metrics:
- metric: MRR@100
command: tools/eval/trec_eval.9.0.4/trec_eval
params: -c -M 100 -m recip_rank
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: true
- metric: R@100
command: tools/eval/trec_eval.9.0.4/trec_eval
params: -c -m recall.100
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: true
topic_reader: TsvInt
topics:
- name: "[Mr. TyDi (Russian): train](https://github.com/castorini/mr.tydi)"
id: train
path: topics.mrtydi-v1.1-ru.train.txt.gz
qrel: qrels.mrtydi-v1.1-ru.train.txt
- name: "[Mr. TyDi (Russian): dev](https://github.com/castorini/mr.tydi)"
id: dev
path: topics.mrtydi-v1.1-ru.dev.txt.gz
qrel: qrels.mrtydi-v1.1-ru.dev.txt
- name: "[Mr. TyDi (Russian): test](https://github.com/castorini/mr.tydi)"
id: test
path: topics.mrtydi-v1.1-ru.test.txt.gz
qrel: qrels.mrtydi-v1.1-ru.test.txt
models:
- name: bm25
display: BM25
params: -bm25 -hits 100 -language ru
results:
MRR@100:
- 0.2229
- 0.2202
- 0.3163
R@100:
- 0.5779
- 0.5760
- 0.6541