forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ciral-v1.0-sw-en.yaml
58 lines (54 loc) · 1.6 KB
/
ciral-v1.0-sw-en.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: ciral-swahili-english
corpus_path: collections/ciral/ciral-passages-swahili-english/
index_path: indexes/lucene-index.ciral-v1.0-sw-en/
collection_class: MrTyDiCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 16
index_options: -storePositions -storeDocvectors -storeRaw
index_stats:
documents: 949013
documents (non-empty): 949013
total terms: 83817100
metrics:
- metric: nDCG@20
command: target/appassembler/bin/trec_eval
params: -c -m ndcg_cut.20
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
- metric: R@100
command: target/appassembler/bin/trec_eval
params: -c -m recall.100
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
topic_reader: TsvInt
topics:
- name: "[CIRAL Swahili: Test Set A (Shallow Judgements)](https://huggingface.co/datasets/CIRAL/ciral)"
id: test-a-shallow
path: topics.ciral-v1.0-sw-test-a.tsv
qrel: qrels.ciral-v1.0-sw-test-a.tsv
- name: "[CIRAL Swahili: Test Set A (Pools)](https://huggingface.co/datasets/CIRAL/ciral)"
id: test-a-pools
path: topics.ciral-v1.0-sw-test-a.tsv
qrel: qrels.ciral-v1.0-sw-test-a-pools.tsv
- name: "[CIRAL Swahili: Test Set B](https://huggingface.co/datasets/CIRAL/ciral)"
id: test-b-shallow
path: topics.ciral-v1.0-sw-test-b.tsv
qrel: qrels.ciral-v1.0-sw-test-b.tsv
models:
- name: bm25-default
display: BM25 (default)
params: -bm25 -hits 1000
results:
nDCG@20:
- 0.2033
- 0.2327
- 0.2582
R@100:
- 0.4786
- 0.3636
- 0.4918