paper-with-me

Papers

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

2024-05-31 · Yifan Zeng, Ojas Tendolkar, Raymond Baartmans, Qingyun Wu, Lizhong Chen, Huazheng Wang

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 correctly sort the passages, 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 \href{https://github.com/XHMY/LLM-RankFusion}{https://github.com/XHMY/LLM-RankFusion}

📄 PDF Abstract BibTeX arXiv:2406.00231

Code (1)

XHMY/LLM-RankFusion 공식 구현 pytorch

Tasks

In-Context LearningInformation RetrievalLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Knowledge Verification to Nip Hallucination in the Bud

2024-01-19 · Fanqi Wan, Xinting Huang, Leyang Cui, Xiaojun Quan 외

While large language models (LLMs) have demonstrated exceptional performance across various tasks following human alignment, they may still generate responses that sound plausible but contradict factual knowledge, a phen…

HallucinationWorld Knowledge

Inconsistency Detection in Semantic Annotation

2016-05-01 · LREC 2016 5 · Nora Hollenstein, Nathan Schneider, Bonnie Webber

Inconsistencies are part of any manually annotated corpus. Automatically finding these inconsistencies and correcting them (even manually) can increase the quality of the data. Past research has focused mainly on detecti…

Characterization of an inconsistency ranking for pairwise comparison matrices

2016-10-24 · László Csató

Pairwise comparisons between alternatives are a well-known method for measuring preferences of a decision-maker. Since these often do not exhibit consistency, a number of inconsistency indices has been introduced in orde…

FG-PRM: Fine-grained Hallucination Detection and Mitigation in Language Model Mathematical Reasoning

2024-10-08 · Ruosen Li, Ziming Luo, Xinya Du

Hallucinations in large language models (LLMs) pose significant challenges in tasks requiring complex multi-step reasoning, such as mathematical problem-solving. Existing approaches primarily detect the presence of hallu…

GSM8KHallucinationLanguage ModelingLanguage Modelling+3

Inconsistency Ranking-based Noisy Label Detection for High-quality Data

2022-12-01 · Ruibin Yuan, Hanzhi Yin, Yi Wang, Yifan He 외

The success of deep learning requires high-quality annotated and massive data. However, the size and the quality of a dataset are usually a trade-off in practice, as data collection and cleaning are expensive and time-co…

Metric LearningSpeaker RecognitionSpeaker Verification