arXiv:2605.01664cs.IR2026-05

混合检索与重排序框架提升医学问答的证据可信度

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

  • 融合多源检索与Cohere重排序,精准筛选相关文献片段
  • 200个事实性陈述均被验证由检索证据支持,落地准确率达100%
  • 适合医疗、生物等需高可信生成的领域应用

检索增强生成(RAG)通过外部证据提升大模型输出的可靠性。然而其表现依赖于检索段落的相关性、证据排序质量及生成主张是否得到原文支持。本研究提出一种面向生物医学与医疗文档问答的引用感知型混合检索与重排序框架。系统使用Amazon Bedrock知识库进行文档加载、解析、分块、嵌入生成与证据检索;原始PDF存储于Amazon S3,采用Amazon Titan Text Embeddings V2生成嵌入,并通过Amazon OpenSearch Serverless索引。混合检索先获取候选证据块,再经Cohere重排序优先选择最相关段落,随后基于最高排名段落生成受控且有依据的回答。另设独立判别模型对每个生成的事实主张与检索证据进行比对。在25个生物医学NLP与医疗变换器查询的初步验证中,系统共检索并重排序500个证据块,从前列段落生成答案。事实主张层面评估提取200个陈述,全部被判定为由检索证据支持,实现100.0%的证据锚定准确率。结果表明,在充足源证据条件下,混合检索、重排序、保守提示与主张级评估可有效支撑可靠的证据接地式生成。

原文摘要 · Abstract (English)

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.

RAG证据生成医疗AI检索增强

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。