Research Papers 论文研究 1d ago Updated 15h ago 更新于 15小时前 45

Which Medical Questions Deserve Rationales? Perturbation-Sensitive Selection for Robust QA 哪些医学问题值得提供推理依据?基于扰动敏感性的鲁棒问答选择方法

The paper reframes medical QA data acquisition from "which questions to label" to "which already-labeled questions deserve rationale supervision under a fixed token budget" RMS-RSP (Root-Mean-Square Robustness-based Sample Prioritization) perturbs hidden states only at rationale tokens and measures the resulting shift in the gold-versus-best-distractor margin to select high-value samples On five medical QA datasets with MedGemma-4B-IT, RMS-RSP achieves 60.61% average locked-budget accuracy versu 提出RMS-RSP方法,通过在推理token处扰动隐藏状态并测量黄金答案与干扰项边距变化,实现鲁棒QA的样本优先级选择 在五个医学QA数据集上验证,锁定预算下平均准确率60.61%,略优于Random的60.08%,仅在AfriMed-QA有统计显著增益(+1.44分) 答案选项重排后,RMS-RSP在鲁棒准确率和语义一致性上分别提升1.91和2.85分,五个数据集方向一致 全量训练消耗29-254倍token且鲁棒性提升不均匀,表明推理局部边界敏感性可识别对格式变化不变的监督信号

58
Hot 热度
72
Quality 质量
63
Impact 影响力

Analysis 深度分析

TL;DR

  • The paper reframes medical QA data acquisition from "which questions to label" to "which already-labeled questions deserve rationale supervision under a fixed token budget"
  • RMS-RSP (Root-Mean-Square Robustness-based Sample Prioritization) perturbs hidden states only at rationale tokens and measures the resulting shift in the gold-versus-best-distractor margin to select high-value samples
  • On five medical QA datasets with MedGemma-4B-IT, RMS-RSP achieves 60.61% average locked-budget accuracy versus 60.08% for Random, with a statistically significant gain only on AfriMed-QA (+1.44 points)
  • While RMS-RSP does not universally improve raw accuracy, it consistently improves robust accuracy (+1.91 points) and semantic consistency (+2.85 points) across three answer-option reorderings on all five datasets
  • Full-supervision training on all rationales reaches 63.74% macro accuracy but consumes 29–254× more tokens without uniformly improving robustness

Why It Matters

This work addresses a critical bottleneck in medical AI: high-quality rationales are scarce and expensive to validate, making efficient allocation of rationale supervision essential for practitioners working under resource constraints. The findings challenge the assumption that more rationale data is always better, showing that perturbation-sensitive selection can yield more robust models without proportional token costs. For AI practitioners building medical QA systems, this provides a principled, computationally lightweight method to prioritize which training examples deserve expensive rationale supervision.

Technical Details

  • RMS-RSP Method: The proposed approach perturbs hidden states exclusively at rationale tokens and quantifies the resulting shift in the margin between the gold answer and the best distractor, using root-mean-square aggregation of these perturbations as a selection criterion
  • Experimental Setup: Evaluated across five medical QA datasets using MedGemma-4B-IT, three training seeds, ten budgeted non-RSP baseline selectors, and an unbudgeted full-supervision reference condition
  • Robustness Evaluation: Robustness was measured through three answer-option reorderings, assessing both robust accuracy and semantic consistency—metrics that capture invariance to superficial formatting changes
  • Token Efficiency: Full rationale supervision required 29–254× more rationale tokens than the budgeted RMS-RSP approach, highlighting the extreme cost of exhaustive rationale annotation
  • Key Finding: Rationale-local boundary sensitivity (measuring how perturbations at rationale tokens affect decision margins) correlates with improved invariance to semantically equivalent reformatting, even when absolute accuracy gains are modest

Industry Insight

  • Rationale quality and selection strategy should be treated as a resource allocation problem rather than a simple data-scaling exercise; investing in perturbation-based prioritization can yield better robustness per token than brute-force rationale collection
  • Medical QA systems deployed in real-world settings will encounter formatting variations (reordered options, paraphrased stems); prioritizing rationales that improve invariance to such changes may matter more than marginal accuracy gains on static benchmarks
  • The modest raw accuracy improvements from RMS-RSP suggest that perturbation-sensitive selection is best positioned as a complementary strategy—pairing it with other data curation methods rather than relying on it as a standalone solution for robust medical QA

TL;DR

  • 提出RMS-RSP方法,通过在推理token处扰动隐藏状态并测量黄金答案与干扰项边距变化,实现鲁棒QA的样本优先级选择
  • 在五个医学QA数据集上验证,锁定预算下平均准确率60.61%,略优于Random的60.08%,仅在AfriMed-QA有统计显著增益(+1.44分)
  • 答案选项重排后,RMS-RSP在鲁棒准确率和语义一致性上分别提升1.91和2.85分,五个数据集方向一致
  • 全量训练消耗29-254倍token且鲁棒性提升不均匀,表明推理局部边界敏感性可识别对格式变化不变的监督信号

为什么值得看

本文重新定义了医学QA中推理标注的价值评估范式,从"哪些题目需要标注"转向"有限预算下哪些已标注题目最值得获得推理监督",为资源受限场景提供了可操作的筛选策略。研究揭示了通过扰动敏感性选择样本可显著提升模型对语义等价格式变化的不变性,这对医疗AI系统的鲁棒性部署具有直接指导意义。

技术解析

  • 核心方法:RMS-RSP(均方根鲁棒性样本优先级选择)仅在推理token处施加扰动,测量隐藏状态变化对黄金答案与最佳干扰项之间边距的影响,以此评估样本的鲁棒性价值
  • 实验设置:使用MedGemma-4B-IT模型,在五个医学QA数据集上测试,对比十个非RSP预算选择器、随机选择器及无预算全监督基准,包含三个训练随机种子
  • 关键结果:锁定预算下平均准确率60.61% vs Random的60.08%,全预算准确率面积不优于Random;但答案重排后鲁棒准确率+1.91分、语义一致性+2.85分
  • 效率对比:全量训练将宏观准确率提升至63.74%,但token消耗增加29-254倍且鲁棒性提升不均匀

行业启示

  • 医学AI系统的标注资源分配应从"追求准确率最大化"转向"鲁棒性优先",优先选择对格式扰动敏感的样本进行推理监督
  • 推理token的边界敏感性可作为样本价值评估的新指标,帮助机构在有限预算下实现更优的模型泛化能力
  • 医疗QA系统的部署需重视语义等价格式变化的不变性,RMS-RSP提供了一条低成本提升鲁棒性的可行路径

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

Healthcare AI 医疗AI Evaluation 评测 Dataset 数据集 Research 科学研究 LLM 大模型