rmit-ir / polyfuse

Fusion for TREC run files with popular fusion techniques

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polyfuse

A tool for performing popular fusion techniques on TREC run files.

The following fusion methods are supported:

  • Borda count
  • CombANZ
  • CombMAX
  • CombMED
  • CombMIN
  • CombMNZ
  • CombSUM
  • Inverse square rank
  • Logarithmic inverse square rank
  • Rank-biased centroids
  • Reciprocal rank fusion

Usage

Fuse three runs using CombSUM with scaled normalization to depth 100:

polyfuse combsum -d 100 -n minmax a.run b.run c.run > combsum.run

To see all fusion commands and options run polyfuse -h.

To try all fusion methods run tools/sweep_polyfuse.py a.run b.run c.run and the output will be saved in fusion_output/.

About

Fusion for TREC run files with popular fusion techniques

License:MIT License


Languages

Language:C 76.6%Language:Python 9.5%Language:C++ 8.5%Language:Makefile 3.5%Language:Shell 1.9%