LLM-RankFusion: Mitigating Intrinsic Inconsistency in LLM-Based Ranking

Abstract

Ranking passages by prompting a large language model (LLM) can achieve promising performance in modern information retrieval (IR) systems. A common approach to sort the ranking list is by prompting LLMs for a pairwise or setwise comparison which often relies on sorting algorithms. However, sorting-based methods require consistent comparisons to sort the passages correctly, which we show that LLMs often violate. We identify two kinds of intrinsic inconsistency in LLM-based pairwise comparisons: order inconsistency which leads to conflicting results when switching the passage order, and transitive inconsistency which leads to non-transitive triads among all preference pairs. Our study of these inconsistencies is relevant for understanding and improving the stability of any ranking scheme based on relative preferences. In this paper, we propose LLM-RankFusion, an LLM-based ranking framework that mitigates these inconsistencies and produces a robust ranking list. LLM-RankFusion mitigates order inconsistency using in-context learning (ICL) to demonstrate order-agnostic comparisons and calibration to estimate the underlying preference probability between two passages. We then address transitive inconsistency by aggregating the ranking results from multiple rankers. In our experiments, we empirically show that LLM-RankFusion can significantly reduce inconsistent comparison results, improving the ranking quality by making the final ranking list more robust. Our code is available at https://github.com/XHMY/LLM-RankFusion

Cite

Text

Zeng et al. "LLM-RankFusion:  Mitigating Intrinsic Inconsistency in LLM-Based Ranking." Transactions on Machine Learning Research, 2026.

Markdown

[Zeng et al. "LLM-RankFusion:  Mitigating Intrinsic Inconsistency in LLM-Based Ranking." Transactions on Machine Learning Research, 2026.](https://mlanthology.org/tmlr/2026/zeng2026tmlr-llmrankfusion/)

BibTeX

@article{zeng2026tmlr-llmrankfusion,
  title     = {{LLM-RankFusion:  Mitigating Intrinsic Inconsistency in LLM-Based Ranking}},
  author    = {Zeng, Yifan and Tendolkar, Ojas and Baartmans, Raymond and Wu, Qingyun and Chen, Lizhong and Wang, Huazheng},
  journal   = {Transactions on Machine Learning Research},
  year      = {2026},
  url       = {https://mlanthology.org/tmlr/2026/zeng2026tmlr-llmrankfusion/}
}