-
Notifications
You must be signed in to change notification settings - Fork 464
/
mrtydi-v1.1-id.yaml
58 lines (54 loc) · 1.5 KB
/
mrtydi-v1.1-id.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-id
corpus_path: collections/mr-tydi-corpus/mrtydi-v1.1-indonesian/
index_path: indexes/lucene-index.mrtydi-v1.1-indonesian/
collection_class: MrTyDiCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 1
index_options: -storePositions -storeDocvectors -storeRaw -language id
index_stats:
documents: 1469399
documents (non-empty): 1469399
total terms: 52493134
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 (Indonesian): train](https://github.com/castorini/mr.tydi)"
id: train
path: topics.mrtydi-v1.1-id.train.txt.gz
qrel: qrels.mrtydi-v1.1-id.train.txt
- name: "[Mr. TyDi (Indonesian): dev](https://github.com/castorini/mr.tydi)"
id: dev
path: topics.mrtydi-v1.1-id.dev.txt.gz
qrel: qrels.mrtydi-v1.1-id.dev.txt
- name: "[Mr. TyDi (Indonesian): test](https://github.com/castorini/mr.tydi)"
id: test
path: topics.mrtydi-v1.1-id.test.txt.gz
qrel: qrels.mrtydi-v1.1-id.test.txt
models:
- name: bm25
display: BM25
params: -bm25 -hits 100 -language id
results:
MRR@100:
- 0.2972
- 0.2937
- 0.3762
R@100:
- 0.7948
- 0.7827
- 0.8426