Search papers, labs, and topics across Lattice.
This paper introduces RecallRisk-BERT, a multi-task framework designed to enhance post-report medical device recall triage by simultaneously predicting recall severity and root-cause categories using a combination of textual and structured data. By leveraging 54,165 FDA recall records, the model integrates PubMedBERT for textual analysis with embedding-based representations of categorical features, achieving superior performance compared to traditional methods. The results demonstrate a strong correlation between model-derived risk rankings and actual root-cause severity patterns, highlighting the framework's potential for improving regulatory decision-making and risk assessment in medical device recalls.
RecallRisk-BERT outperforms traditional models by integrating text and tabular data, achieving a remarkable accuracy of 0.963 in predicting recall severity.
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.