菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-06
📄 Abstract - Ruling Out to Rule In: Contrastive Hypothesis Retrieval for Medical Question Answering

Retrieval-augmented generation (RAG) grounds large language models in external medical knowledge, yet standard retrievers frequently surface hard negatives that are semantically close to the query but describe clinically distinct conditions. While existing query-expansion methods improve query representation to mitigate ambiguity, they typically focus on enriching target-relevant semantics without an explicit mechanism to selectively suppress specific, clinically plausible hard negatives. This leaves the system prone to retrieving plausible mimics that overshadow the actual diagnosis, particularly when such mimics are dominant within the corpus. We propose Contrastive Hypothesis Retrieval (CHR), a framework inspired by the process of clinical differential diagnosis. CHR generates a target hypothesis $H^+$ for the likely correct answer and a mimic hypothesis $H^-$ for the most plausible incorrect alternative, then scores documents by promoting $H^+$-aligned evidence while penalizing $H^-$-aligned content. Across three medical QA benchmarks and three answer generators, CHR outperforms all five baselines in every configuration, with improvements of up to 10.4 percentage points over the next-best method. On the $n=587$ pooled cases where CHR answers correctly while embedded hypothetical-document query expansion does not, 85.2\% have no shared documents between the top-5 retrieval lists of CHR and of that baseline, consistent with substantive retrieval redirection rather than light re-ranking of the same candidates. By explicitly modeling what to avoid alongside what to find, CHR bridges clinical reasoning with retrieval mechanism design and offers a practical path to reducing hard-negative contamination in medical RAG systems.

顶级标签: medical llm natural language processing
详细标签: retrieval-augmented generation medical question answering contrastive retrieval differential diagnosis hard negative mitigation 或 搜索:

排除以确认:用于医学问答的对比假设检索 / Ruling Out to Rule In: Contrastive Hypothesis Retrieval for Medical Question Answering


1️⃣ 一句话总结

这篇论文提出了一种名为对比假设检索的新方法,它通过同时生成一个可能正确的诊断假设和一个最可能混淆的错误诊断假设,来指导检索系统精准找到支持正确诊断的证据并避开误导信息,从而显著提升了医学问答系统的准确性。

源自 arXiv: 2604.04593