用知识增强提示调优,少样本实现医学影像报告精准多标签分类
PromptRad: Knowledge-Enhanced Multi-Label Prompt-Tuning for Low-Resource Radiology Report Labeling

- 将多标签分类转为掩码语言建模,融合UMLS同义词扩展类别表达
- 仅需32个标注样本即超越字典基线和传统微调方法
- 擅长捕捉否定语义,适合数据稀缺的临床场景
自动报告标注有助于从非结构化文本中识别临床发现,并支持医学影像研究的大规模标注。现有基于规则的标注器难以应对临床报告中描述的多样性,而微调预训练语言模型(PLMs)又需要大量标注数据,这在临床环境中往往不可得。本文提出PromptRad,一种面向低资源放射科报告标注的知识增强多标签提示调优方法。PromptRad将多标签分类重构为掩码语言建模任务,利用UMLS Metathesaurus中的同义词构建多词表述器以丰富类别表征。通过无需额外分类层的PLM微调,PromptRad显著减少对标注数据的需求。在肝脏CT报告上的实验表明,仅使用32个标注训练样本,PromptRad就优于基于字典和微调的基线方法,且性能媲美GPT-4,尽管其模型规模小得多。进一步分析显示,PromptRad更有效捕捉复杂否定模式,是数据匮乏临床场景下报告标注的有力解决方案。代码已公开于https://github.com/ila-lab/PromptRad。
原文摘要 · Abstract (English)
Automatic report labeling facilitates the identification of clinical findings from unstructured text and enables large-scale annotation for medical imaging research. Existing rule-based labelers struggle with the diverse descriptions in clinical reports, while fine-tuning pre-trained language models (PLMs) requires large amounts of labeled data that are often unavailable in clinical settings. In this paper, we propose PromptRad, a knowledge-enhanced multi-label \textbf{prompt}-tuning approach for \textbf{rad}iology report labeling under low-resource settings. PromptRad reformulates multi-label classification as masked language modeling and incorporates synonyms from the UMLS Metathesaurus into a multi-word verbalizer to enrich category representations. By fine-tuning the PLM without additional classification layers, PromptRad requires substantially less labeled data than conventional fine-tuning. Experiments on liver CT (computed tomography) reports show that PromptRad outperforms dictionary-based and fine-tuning baselines with only 32 labeled training examples, and achieves competitive performance with GPT-4 despite using a much smaller model. Further analysis demonstrates that PromptRad captures complex negation patterns more effectively than existing methods, making it a promising solution for report labeling in data-scarce clinical scenarios. Our code is available at https://github.com/ila-lab/PromptRad.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。