arXiv:2604.04593cs.IRcs.AI2026-04

通过对比正确与错误假设,提升医疗问答的精准检索。

Ruling Out to Rule In: Contrastive Hypothesis Retrieval for Medical Question Answering

论文配图:Ruling Out to Rule In: Contrastive Hypothesis Retrieval for Medical Question Answering
图 1 · 摘自论文原文
  • 构建正确与错误诊断假设,分别强化和抑制相关文档
  • 在三个数据集上最高提升10.4个百分点,优于所有基线
  • 适合需要高精度医疗问答系统的研究与临床应用

检索增强生成(RAG)将大语言模型锚定在外部医学知识中,但标准检索器常返回语义相近但临床不同的困难负例。现有查询扩展方法虽能丰富目标语义,却缺乏显式机制来抑制特定、临床上合理的错误候选。这导致系统易被主流错误模拟案例覆盖真实诊断,尤其当这些模拟案例在语料中占主导时。我们提出对比假设检索(CHR),受临床鉴别诊断启发:生成目标假设 $H^+$ 和最可能的错误假设 $H^-$,通过促进 $H^+$ 对应证据并惩罚 $H^-$ 对应内容来评分文档。在三个医疗问答基准和三种答案生成器上,CHR 在所有配置中均优于五个基线,最高提升达10.4个百分点。在 $n=587$ 个案例中,CHR 正确而嵌入式假设文档查询扩展失败,其中85.2% 的案例在前5检索列表中无共享文档,表明是实质性检索方向调整而非简单重排序。通过显式建模‘应避免什么’与‘应寻找什么’,CHR 将临床推理融入检索设计,为降低医疗 RAG 中的硬负例污染提供了实用路径。

原文摘要 · Abstract (English)

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.

医疗问答检索增强对比学习

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