rmit-ir / polyfuse

Fusion for TREC run files with popular fusion techniques
MIT License
22 stars 5 forks source link
borda-count combmnz combsum fusion information-retrieval rank-biased-centroids recipocal-rank-fusion trec

Polyfuse

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

The following fusion methods are supported:

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/.