-
Notifications
You must be signed in to change notification settings - Fork 462
/
miracl-v1.0-en.yaml
46 lines (42 loc) · 1.07 KB
/
miracl-v1.0-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
---
corpus: miracl-v1.0-en
corpus_path: collections/miracl-corpus/miracl-corpus-v1.0-en
index_path: indexes/lucene-index.miracl-v1.0-en/
collection_class: MrTyDiCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 1
index_options: -storePositions -storeDocvectors -storeRaw -language en
index_stats:
documents: 32893221
documents (non-empty): 32893219
total terms: 1505029955
metrics:
- metric: nDCG@10
command: bin/trec_eval
params: -c -m ndcg_cut.10
separator: "\t"
parse_index: 2
metric_precision: 4
can_combine: false
- 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: "[MIRACL (English): dev](https://github.com/project-miracl/miracl)"
id: dev
path: topics.miracl-v1.0-en-dev.tsv
qrel: qrels.miracl-v1.0-en-dev.tsv
models:
- name: bm25
display: BM25
params: -bm25 -hits 100 -language en
results:
nDCG@10:
- 0.3506
R@100:
- 0.8190