paper-with-me

홈 › Papers

LLM-Confidence Reranker: A Training-Free Approach for Enhancing Retrieval-Augmented Generation Systems

2026-02-14 · Zhipeng Song, Xiangyu Kong, Xinrui Bao, Yizhi Zhou, Jiulong Jiao, Sitong Liu, Yuhang Zhou, Heng Qi arxiv

Large language models (LLMs) have revolutionized natural language processing, yet hallucinations in knowledge-intensive tasks remain a critical challenge. Retrieval-augmented generation (RAG) addresses this by integrating external knowledge, but its efficacy depends on accurate document retrieval and ranking. Although existing rerankers demonstrate effectiveness, they frequently necessitate specialized training, impose substantial computational expenses, and fail to fully exploit the semantic capabilities of LLMs, particularly their inherent confidence signals. We propose the LLM-Confidence Reranker (LCR), a training-free, plug-and-play algorithm that enhances reranking in RAG systems by leveraging black-box LLM confidence derived from Maximum Semantic Cluster Proportion (MSCP). LCR employs a two-stage process: confidence assessment via multinomial sampling and clustering, followed by binning and multi-level sorting based on query and document confidence thresholds. This approach prioritizes relevant documents while preserving original rankings for high-confidence queries, ensuring robustness. Evaluated on BEIR and TREC benchmarks with BM25 and Contriever retrievers, LCR--using only 7--9B-parameter pre-trained LLMs--consistently improves NDCG@5 by up to 20.6% across pre-trained LLM and fine-tuned Transformer rerankers, without degradation. Ablation studies validate the hypothesis that LLM confidence positively correlates with document relevance, elucidating LCR's mechanism. LCR offers computational efficiency, parallelism for scalability, and broad compatibility, mitigating hallucinations in applications like medical diagnosis.

📄 PDF Abstract BibTeX arXiv:2602.13571

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyMedical Diagnosis

Similar Papers 제목 키워드 기반

Can LLM Rerankers Predict Their Own Ranking Performance?

2026-06-02 · Shiyu Ni, Keping Bi, Jiafeng Guo, Jingtong Wu 외 arxiv

Retrieval effectiveness varies substantially across queries, making it important to estimate ranking quality before relevance judgments are available. Query performance prediction (QPP) addresses this need, but most exis…

CAR: Query-Guided Confidence-Aware Reranking for Retrieval-Augmented Generation

2026-05-06 · Zhipeng Song, Yizhi Zhou, Xiangyu Kong, Jiulong Jiao 외 arxiv

Retrieval-Augmented Generation (RAG) depends on document ranking to provide useful evidence for generation, but conventional reranking methods mainly optimize query-document relevance rather than generation usefulness. A…

Document Ranking

HyperRAG: Enhancing Quality-Efficiency Tradeoffs in Retrieval-Augmented Generation with Reranker KV-Cache Reuse

2025-04-03 · Yuwei An, Yihua Cheng, Seo Jin Park, Junchen Jiang

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for enhancing the performance of large language models (LLMs) by integrating external knowledge into the generation process. A key component of RAG …

DecoderRAGRetrieval-augmented Generation

HYRR: Hybrid Infused Reranking for Passage Retrieval

2022-12-20 · Jing Lu, Keith Hall, Ji Ma, Jianmo Ni

We present Hybrid Infused Reranking for Passages Retrieval (HYRR), a framework for training rerankers based on a hybrid of BM25 and neural retrieval models. Retrievers based on hybrid models have been shown to outperform…

Passage RetrievalRerankingRetrieval

Beyond the Reranker: Do RAG Retrieval Enhancements Help Once a Strong Reranker Is Present?

2026-06-14 · Sadanand Singh, Allam Reddy, Manan Chopra arxiv

Retrieval-augmented generation (RAG) is routinely extended with methods meant to improve retrieval: query expansion, hierarchical and cross-document summarization, graph-based expansion, per-query routing, rank fusion, a…

Document Summarization