forked from castorini/anserini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ciral-v1.0-ha.yaml
58 lines (54 loc) · 1.62 KB
/
ciral-v1.0-ha.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-hausa
corpus_path: collections/ciral/ciral-passages-hausa/
index_path: indexes/lucene-index.ciral-v1.0-ha/
collection_class: MrTyDiCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 16
index_options: -storePositions -storeDocvectors -storeRaw -language ha
index_stats:
documents: 715355
documents (non-empty): 715355
total terms: 93696543
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 Hausa: Test Set A (Shallow Judgements)](https://huggingface.co/datasets/CIRAL/ciral)"
id: test-a-shallow
path: topics.ciral-v1.0-ha-test-a-native.tsv
qrel: qrels.ciral-v1.0-ha-test-a.tsv
- name: "[CIRAL Hausa: Test Set A (Pools)](https://huggingface.co/datasets/CIRAL/ciral)"
id: test-a-pools
path: topics.ciral-v1.0-ha-test-a-native.tsv
qrel: qrels.ciral-v1.0-ha-test-a-pools.tsv
- name: "[CIRAL Hausa: Test Set B](https://huggingface.co/datasets/CIRAL/ciral)"
id: test-b-shallow
path: topics.ciral-v1.0-ha-test-b-native.tsv
qrel: qrels.ciral-v1.0-ha-test-b.tsv
models:
- name: bm25-default
display: BM25 (default)
params: -bm25 -hits 1000 -language ha
results:
nDCG@20:
- 0.1656
- 0.1161
- 0.2121
R@100:
- 0.2874
- 0.1916
- 0.3800