Skip to content

jqi41/Subrank

Repository files navigation

C++ source codes for the Unsupervised Submodular Rank Aggregation on Score-based Permutations.

img

  • To compile the codes, please run the make. Then run the following command to show the performance of Fold1 in MQ2007:

$ ./main --compNDCG=true --nVoters=46 --topK=10 --USraKind=0 data/train.txt data/test.txt

If you use the codes are associated with the paper as below:

Jun Qi, Huck Yang, Javier Tejedor, “Submodular Rank Aggregation for Score-based Permutations for Distributed Automatic Speech Recognition,” in Proc. IEEE Intl. Conf. on Acoustic, Speech, and Signal Processing (ICASSP), Barcelona, Spain, 2020.

@article{qi2020submodular,
  title={Submodular Rank Aggregation on Score-based Permutations for Distributed Automatic Speech Recognition},
  author={Qi, Jun and Yang, Chao-Han Huck and Tejedor, Javier},
  journal={arXiv preprint arXiv:2001.10529},
  year={2020}
}

Jun Qi, Xu Liu, Javier Tejedor, Shunsuke Kamijo, "Unsupervised Submodular Rank Aggregation on Score-based Permutations", arXiv:1707.01166.'