Research Papers 论文研究 1d ago Updated 1d ago 更新于 1天前 48

Healthier LLMs: Retrieval-Augmented Generation for Public Health Question Answering 更健康的LLM:用于公共卫生问答的检索增强生成

Hybrid retrieval consistently outperforms dense and sparse methods in recall and ranking quality for public health QA, though chunk length and topic significantly interact with performance. Providing retrieved context substantially boosts multiple-choice accuracy, allowing smaller open-weight models to match or exceed the performance of larger models without retrieval. A new rubric-based LLM-as-a-judge was validated against human annotations, showing strong agreement on faithfulness and complete 针对公共卫生问答中LLM幻觉及官方指南快速迭代的问题,提出基于检索增强生成(RAG)的解决方案。 扩展PubHealthBench基准至RAG场景,对比密集、稀疏及混合检索,证明混合检索在召回率和排序质量上表现最佳。 引入基于Rubric的LLM-as-a-Judge评估自由形式回答,涵盖忠实度、完整性、清晰度和事实一致性,并与人工标注验证。 检索上下文显著提升多选择题准确率,使较小开源模型性能媲美甚至超越无检索的大模型,关键在于检索质量和上下文选择。 发现LLM裁判在忠实度和完整性上与人工一致性强,但在事实一致性和清晰度上可靠性较低,需谨慎解读大规模评估结果。

65
Hot 热度
72
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • Hybrid retrieval consistently outperforms dense and sparse methods in recall and ranking quality for public health QA, though chunk length and topic significantly interact with performance.
  • Providing retrieved context substantially boosts multiple-choice accuracy, allowing smaller open-weight models to match or exceed the performance of larger models without retrieval.
  • A new rubric-based LLM-as-a-judge was validated against human annotations, showing strong agreement on faithfulness and completeness but lower reliability for factual consistency and clarity.
  • The study extends PubHealthBench to a retrieval-augmented setting, offering practical guidance for building RAG systems grounded in evolving official guidance to mitigate hallucinations.

Why It Matters

This research addresses critical barriers to deploying LLMs in high-stakes public health domains, specifically hallucination and outdated information. By demonstrating that retrieval quality is the primary lever for reliability, it provides actionable strategies for practitioners to enhance model trustworthiness without relying solely on scaling up model size.

Technical Details

  • Benchmark Extension: Extended PubHealthBench (7,929 questions from UK Government public health guidance) into a retrieval-augmented setting to evaluate end-to-end RAG performance.
  • Retrieval Comparison: Systematically compared dense, sparse, and hybrid retrieval across multiple embedding models and corpus variants, identifying hybrid retrieval as superior for ranking quality.
  • Model Performance Analysis: Showed that smaller open-weight models with high-quality retrieval can outperform larger closed-source models without retrieval, highlighting the importance of context selection.
  • Evaluation Methodology: Introduced a rubric-based LLM-as-a-judge assessing faithfulness, completeness, clarity, and factual consistency, validated against dual human annotations to identify strengths and weaknesses in automated evaluation.

Industry Insight

  • Prioritize hybrid retrieval configurations and rigorous context selection over mere model scaling when building RAG systems for regulated industries like healthcare.
  • Exercise caution when using LLM-as-a-judge for evaluating factual consistency and clarity; supplement automated evaluations with targeted human review for these specific dimensions.
  • Leverage open-weight models combined with robust retrieval pipelines to achieve cost-effective, high-performance solutions that can be easily updated with new official guidance.

TL;DR

  • 针对公共卫生问答中LLM幻觉及官方指南快速迭代的问题,提出基于检索增强生成(RAG)的解决方案。
  • 扩展PubHealthBench基准至RAG场景,对比密集、稀疏及混合检索,证明混合检索在召回率和排序质量上表现最佳。
  • 引入基于Rubric的LLM-as-a-Judge评估自由形式回答,涵盖忠实度、完整性、清晰度和事实一致性,并与人工标注验证。
  • 检索上下文显著提升多选择题准确率,使较小开源模型性能媲美甚至超越无检索的大模型,关键在于检索质量和上下文选择。
  • 发现LLM裁判在忠实度和完整性上与人工一致性强,但在事实一致性和清晰度上可靠性较低,需谨慎解读大规模评估结果。

为什么值得看

本文深入探讨了RAG系统在垂直领域(公共卫生)落地时的关键配置与评估挑战,为构建高可靠性的医疗/健康类AI应用提供了实证依据。其提出的混合检索策略及多维度的LLM-as-a-Judge评估框架,对优化现有RAG架构和提升自动化评估可信度具有重要参考价值。

技术解析

  • 基准扩展与数据源:将原有的PubHealthBench(源自英国政府公共卫生指南的7,929个问题)扩展为RAG设置,确保评估基于最新且权威的官方指导文件。
  • 检索策略对比:系统比较了密集检索、稀疏检索和混合检索在不同嵌入模型和语料变体下的表现,指出混合检索能稳定提升召回率和排序质量,且分块长度与主题存在交互影响。
  • 模型性能增益机制:实验表明,提供高质量的检索上下文是性能提升的主要驱动力,通过精心选择上下文,小型开源模型在多选题准确率上可匹敌未使用检索的大型闭源模型。
  • 自动化评估方法学:设计了包含四个维度(忠实度、完整性、清晰度、事实一致性)的Rubric-based LLM-as-a-Judge,并通过双重人工标注验证其有效性,揭示了不同维度上AI裁判与人类判断的一致性差异。

行业启示

  • 检索质量优于模型规模:在专业领域应用中,优化检索组件(如采用混合检索、精细调整分块策略)比单纯依赖更大参数的模型更能有效提升准确性和可靠性,有助于降低算力成本。
  • 警惕自动化评估的局限性:虽然LLM-as-a-Judge提高了评估效率,但在事实一致性等复杂维度上仍存在偏差,行业在部署自动化评估系统时需结合人工抽检或多维交叉验证,避免误判。
  • 动态知识维护的重要性:针对官方指南快速迭代的特性,RAG系统需建立高效的文档更新和索引刷新机制,以确保生成内容始终基于最新权威信息,减少因知识过时导致的错误。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 RAG 检索增强生成 Healthcare AI 医疗AI Research 科学研究 Evaluation 评测