All Downloads are FREE. Search and download functionalities are using the official Maven repository.

regression.dl19-doc-segmented-wp.yaml Maven / Gradle / Ivy

---
corpus: msmarco-doc-segmented-wp
corpus_path: collections/msmarco/msmarco-doc-segmented-wp/

index_path: indexes/lucene-index.msmarco-doc-segmented-wp/
collection_class: JsonCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 16
index_options: -storePositions -storeDocvectors -storeRaw -pretokenized
index_stats:
  documents: 20545677
  documents (non-empty): 20545677
  total terms: 6338905909

metrics:
  - metric: AP@100
    command: tools/eval/trec_eval.9.0.4/trec_eval
    params: -c -M 100 -m map # Note, this is different DL 2019 passage ranking!
    separator: "\t"
    parse_index: 2
    metric_precision: 4
    can_combine: false
  - metric: nDCG@10
    command: tools/eval/trec_eval.9.0.4/trec_eval
    params: -c -m ndcg_cut.10
    separator: "\t"
    parse_index: 2
    metric_precision: 4
    can_combine: false
  - metric: R@100
    command: tools/eval/trec_eval.9.0.4/trec_eval
    params: -c -m recall.100
    separator: "\t"
    parse_index: 2
    metric_precision: 4
    can_combine: false
  - metric: R@1000
    command: tools/eval/trec_eval.9.0.4/trec_eval
    params: -c -m recall.1000
    separator: "\t"
    parse_index: 2
    metric_precision: 4
    can_combine: false

topic_reader: TsvInt
topic_root: src/main/resources/topics-and-qrels/
qrels_root: src/main/resources/topics-and-qrels/
topics:
  - name: "[DL19 (Doc)](https://trec.nist.gov/data/deep2019.html)"
    id: dl19
    path: topics.dl19-doc.wp.tsv.gz
    qrel: qrels.dl19-doc.txt

models:
  - name: bm25-default
    display: BM25 (default)
    params: -bm25 -pretokenized -hits 10000 -selectMaxPassage -selectMaxPassage.delimiter "#" -selectMaxPassage.hits 1000
    results:
      AP@100:
        - 0.2269
      nDCG@10:
        - 0.5206
      R@100:
        - 0.3708
      R@1000:
        - 0.6476




© 2015 - 2025 Weber Informatics LLC | Privacy Policy