菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-25
📄 Abstract - RecallRisk-BERT: A Multi-Task Framework for Post-Report Medical Device Recall Triage

Medical device recalls are a critical regulatory mechanism for protecting patient safety. The growing volume of FDA recall records presents challenges in post-report recall triage, severity assessment, and root-cause interpretation. Existing studies mostly address recall occurrence prediction or root-cause analysis separately, while joint modeling of recall severity and root-cause categories has received limited attention. We develop an automated recall triage framework using 54,165 FDA medical device recall records from openFDA, covering the period from 2002 to October 2025. We first evaluate classical machine learning and boosting-based models for recall severity and root-cause category prediction. We then develop RecallRisk-BERT, a multi-task model that combines PubMedBERT-based textual representations of recall narratives with embedding-based representations of structured categorical features, including product code, regulation number, and medical specialty. The model simultaneously predicts recall severity (Class I/II/III) and a consolidated root-cause category (9 classes). Performance was evaluated using accuracy, macro-averaged precision, recall, F1-score, and ROC-AUC. In single-task severity prediction, our LightGBM-based text--tabular configuration achieved the strongest performance, with an accuracy of 0.963, macro-F1 of 0.856, and ROC-AUC of 0.974. In the multi-task setting, RecallRisk-BERT substantially outperformed the single-task PubMedBERT baseline. Model-derived risk rankings were strongly consistent with observed root-cause severity patterns (rho = 0.983, p = 1.936e-6). These findings indicate that text--tabular learning can support scalable post-report recall triage, regulatory decision support, and model-based root-cause risk analysis.

顶级标签: medical natural language processing machine learning
详细标签: medical device recalls multi-task learning text-tabular fusion severity prediction root-cause classification 或 搜索:

召回风险-BERT:面向事后医疗器械召回分类的多任务框架 / RecallRisk-BERT: A Multi-Task Framework for Post-Report Medical Device Recall Triage


1️⃣ 一句话总结

该研究提出了一个名为RecallRisk-BERT的多任务深度学习框架,能同时预测医疗器械召回的严重等级和根本原因类别,帮助监管机构在大量召回报告发布后自动、高效地进行分类和风险评估。

源自 arXiv: 2606.27174