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

fusion_regression.beir-v1.0.0-trec-covid.yaml Maven / Gradle / Ivy

---
corpus: beir-v1.0.0-trec-covid
corpus_path: collections/beir-v1.0.0/corpus/trec-covid/

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: 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: TsvString
topics:
  - name: "BEIR (v1.0.0): TREC-COVID"
    id: test
    path: topics.beir-v1.0.0-trec-covid.test.tsv.gz
    qrel: qrels.beir-v1.0.0-trec-covid.test.txt

# Run dependencies for fusion
runs:
  - name: flat-bm25
    dependency: beir-v1.0.0-trec-covid.flat.yaml
    file: runs/run.inverted.beir-v1.0.0-trec-covid.flat.test.bm25
  - name: bge-flat-onnx
    dependency: beir-v1.0.0-trec-covid.bge-base-en-v1.5.parquet.flat.onnx.yaml
    file: runs/run.flat.beir-v1.0.0-trec-covid.bge-base-en-v1.5.test.bge-flat-onnx

methods:
  - name: rrf
    k: 1000
    depth: 1000
    rrf_k: 60
    output: runs/runs.fuse.rrf.beir-v1.0.0-trec-covid.flat.bm25.bge-base-en-v1.5.bge-flat-onnx.topics.beir-v1.0.0-trec-covid.test.txt
    results:
      nDCG@10:
        - 0.8041
      R@100:
        - 0.1467
      R@1000:
        - 0.5029
  - name: average
    output: runs/runs.fuse.avg.beir-v1.0.0-trec-covid.flat.bm25.bge-base-en-v1.5.bge-flat-onnx.topics.beir-v1.0.0-trec-covid.test.txt
    results:
      nDCG@10:
        - 0.6567
      R@100:
        - 0.1255
      R@1000:
        - 0.3955
  - name: interpolation
    alpha: 0.5
    output: runs/runs.fuse.interp.beir-v1.0.0-trec-covid.flat.bm25.bge-base-en-v1.5.bge-flat-onnx.topics.beir-v1.0.0-trec-covid.test.txt
    results:      
      nDCG@10:
        - 0.6567
      R@100:
        - 0.1255
      R@1000:
        - 0.3955
  - name: normalize
    output: runs/runs.fuse.norm.beir-v1.0.0-trec-covid.flat.bm25.bge-base-en-v1.5.bge-flat-onnx.topics.beir-v1.0.0-trec-covid.test.txt
    results:      
      nDCG@10:
        - 0.7956
      R@100:
        - 0.1519
      R@1000:
        - 0.5010




© 2015 - 2025 Weber Informatics LLC | Privacy Policy