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

regression.dl20-doc-segmented.wp-ca.yaml Maven / Gradle / Ivy

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

index_path: indexes/lucene-inverted.msmarco-v1-doc-segmented.wp-ca/
collection_class: JsonCollection
generator_class: DefaultLuceneDocumentGenerator
index_threads: 16
index_options: -storePositions -storeDocvectors -storeRaw -analyzeWithHuggingFaceTokenizer bert-base-uncased -useCompositeAnalyzer
index_stats:
  documents: 20545677
  documents (non-empty): 20545677
  total terms: 9539433626

metrics:
  - metric: AP@100
    command: bin/trec_eval
    params: -c -M 100 -m map # Note, this is different DL 2020 passage ranking!
    separator: "\t"
    parse_index: 2
    metric_precision: 4
    can_combine: false
  - 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: false
  - metric: R@1000
    command: bin/trec_eval
    params: -c -m recall.1000
    separator: "\t"
    parse_index: 2
    metric_precision: 4
    can_combine: false

topic_reader: TsvInt
topics:
  - name: "[DL20 (Doc)](https://trec.nist.gov/data/deep2020.html)"
    id: dl20
    path: topics.dl20.txt
    qrel: qrels.dl20-doc.txt

models:
  - name: bm25-default
    display: BM25 (default)
    params: -bm25 -hits 10000 -selectMaxPassage -selectMaxPassage.delimiter "#" -selectMaxPassage.hits 1000 -analyzeWithHuggingFaceTokenizer bert-base-uncased -useCompositeAnalyzer
    results:
      AP@100:
        - 0.3568
      nDCG@10:
        - 0.5196
      R@100:
        - 0.5912
      R@1000:
        - 0.7856




© 2015 - 2025 Weber Informatics LLC | Privacy Policy