-
Notifications
You must be signed in to change notification settings - Fork 458
/
mrtydi-v1.1-bn.yaml
58 lines (54 loc) · 1.48 KB
/
mrtydi-v1.1-bn.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-bn
corpus_path: collections/mr-tydi-corpus/mrtydi-v1.1-bengali/
index_path: indexes/lucene-index.mrtydi-v1.1-bengali/
collection_class: MrTyDiCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 1
index_options: -storePositions -storeDocvectors -storeRaw -language bn
index_stats:
documents: 304059
documents (non-empty): 304059
total terms: 15236599
metrics:
- metric: MRR@100
command: 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: bin/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 (Bengali): train](https://github.com/castorini/mr.tydi)"
id: train
path: topics.mrtydi-v1.1-bn.train.txt.gz
qrel: qrels.mrtydi-v1.1-bn.train.txt
- name: "[Mr. TyDi (Bengali): dev](https://github.com/castorini/mr.tydi)"
id: dev
path: topics.mrtydi-v1.1-bn.dev.txt.gz
qrel: qrels.mrtydi-v1.1-bn.dev.txt
- name: "[Mr. TyDi (Bengali): test](https://github.com/castorini/mr.tydi)"
id: test
path: topics.mrtydi-v1.1-bn.test.txt.gz
qrel: qrels.mrtydi-v1.1-bn.test.txt
models:
- name: bm25
display: BM25
params: -bm25 -hits 100 -language bn
results:
MRR@100:
- 0.3566
- 0.3385
- 0.4182
R@100:
- 0.8336
- 0.8432
- 0.8694