A Hybrid Retrieval and Reranking Framework for Evidence-Grounded Retrieval-Augmented Generation

📅 2026-05-02
📈 Citations: 0
Influential: 0
📄 PDF

career value

150K/year
🤖 AI Summary
This work addresses the reliability challenges of Retrieval-Augmented Generation (RAG) in biomedical and clinical question answering by proposing a novel RAG framework that integrates hybrid retrieval, re-ranking, and claim-level evidence verification. The system leverages Amazon Bedrock for document processing and retrieval, enhances evidence relevance through Amazon Titan Text Embeddings V2, OpenSearch Serverless, and Cohere re-ranking, and employs a dedicated judgment model to rigorously verify each generated claim against source evidence. Evaluated on 25 biomedical queries, the framework successfully grounded all 200 extracted factual claims in their original evidence sources out of 500 retrieved passages, achieving 100.0% grounding accuracy and substantially improving the factual reliability and verifiability of generated responses.
📝 Abstract
Retrieval-augmented generation (RAG) improves large language model reliability by grounding generated responses in external evidence. However, RAG performance depends on the relevance of retrieved passages, the quality of evidence ranking, and the ability to verify whether generated claims are supported by source documents. This study presents a hybrid retrieval and reranking framework for citation-aware RAG in biomedical and healthcare-related document question answering. The framework uses Amazon Bedrock Knowledge Bases for document ingestion, parsing, chunking, embedding generation, and evidence retrieval. Source PDF documents are stored in Amazon S3, embedded using Amazon Titan Text Embeddings V2, and indexed with Amazon OpenSearch Serverless. Hybrid retrieval first retrieves candidate evidence chunks, and Cohere reranking then prioritizes the most relevant passages before answer generation. The answer-generation stage uses top-ranked evidence chunks to produce controlled, evidence-grounded responses, while a separate judge model evaluates each generated factual claim against the retrieved evidence. The framework was evaluated using 25 biomedical NLP and healthcare transformer queries as a pilot-scale proof-of-concept study. Across the evaluation set, the system retrieved and reranked 500 evidence chunks and generated answers from top-ranked evidence. Claim-level grounding evaluation extracted 200 factual claims, all of which were judged to be supported by retrieved evidence, resulting in 100.0% grounding accuracy. The results suggest that hybrid retrieval, reranking, conservative prompting, and claim-level evaluation can support reliable evidence-grounded RAG responses when sufficient source evidence is available.
Problem

Research questions and friction points this paper is trying to address.

Retrieval-Augmented Generation
Evidence Grounding
Biomedical Question Answering
Reranking
Fact Verification
Innovation

Methods, ideas, or system contributions that make the work stand out.

hybrid retrieval
reranking
evidence-grounded generation
claim-level evaluation
retrieval-augmented generation
🔎 Similar Papers
No similar papers found.