A peer-reviewed study published this week in PLOS Digital Health demonstrates that large language models can stratify cancer patient prognosis using real-world clinical notes [2]. For Singapore oncology teams evaluating predictive AI, this marks a shift from structured-data risk scores to unstructured-text models—but deployment requires governance infrastructure most hospitals lack.

This post is for clinical informatics leads, oncology department heads, and AI engineering teams in Singapore health systems considering LLM-based risk stratification for cancer care pathways.

Key takeaways

  • LLMs can now extract prognostic signals from unstructured clinical notes with performance approaching structured-data models, but require validation on local patient populations and documentation styles [2]
  • Singapore hospitals must address data governance, model interpretability, and clinician trust before deploying text-based risk stratification in oncology workflows
  • The NIST AI Risk Management Framework and Singapore Model AI Governance Framework provide complementary structure for managing LLM deployment risks in clinical settings [3][4]
  • Frailty and comorbidity assessment from wearable data is emerging as a parallel risk stratification frontier, with equity and bias concerns that apply equally to LLM-based models [6]
  • External validation on Singapore patient cohorts is non-negotiable—models trained on Western clinical notes may fail on local documentation patterns, disease prevalence, and treatment protocols

Why LLMs for cancer risk stratification now?

Traditional cancer prognostic models rely on structured variables: TNM staging, biomarkers, performance status, lab values. These models work, but they ignore the rich clinical context buried in oncologist notes, radiology reports, pathology summaries, and multidisciplinary team discussions.

The PLOS Digital Health study [2] shows that LLMs trained on real-world clinical notes can stratify cancer patient prognosis without manual feature engineering. The model learns to extract signals from unstructured text: treatment response narratives, symptom trajectories, social determinants, clinical judgment.

For Singapore oncology teams, this matters because:

  1. Our EMRs contain years of unstructured clinical documentation that existing risk models cannot use
  2. Structured data entry is incomplete—clinicians document nuance in free text, not dropdown fields
  3. Prognostic stratification drives care pathway decisions: palliative referral timing, clinical trial eligibility, treatment intensity

But deployment is not straightforward. The study demonstrates feasibility, not readiness for Singapore hospital workflows.

What makes LLM-based risk stratification different from traditional models?

Data requirements: Traditional risk scores use 5–20 structured variables. LLM models require thousands of clinical notes for training, with careful curation to avoid label leakage (e.g., "palliative care consult" in notes predicting mortality).

Interpretability: A logistic regression model shows you coefficient weights. An LLM gives you a risk score derived from 7 billion parameters processing 2,000 tokens of clinical text. Oncologists will ask: "Why did the model flag this patient?" Attention weights and saliency maps are research tools, not clinical explanations.

Validation complexity: External validation for structured models means testing on a new hospital's data. For LLM models, it means testing on different documentation styles, EMR templates, clinical abbreviations, and language mixing (English/Mandarin/Malay clinical shorthand in Singapore notes).

Governance surface area: A traditional risk score is a fixed equation. An LLM is a software artifact that requires version control, prompt engineering, API dependencies, and monitoring for distributional drift in clinical language over time.

We have helped Singapore health systems validate readmission prediction models [internal link: /blog/readmission-prediction-calibration-singapore-hospitals-2026] and ICU mortality models [internal link: /blog/icu-mortality-prediction-external-validation-singapore-hospitals-2026]. LLM-based risk stratification introduces new failure modes: the model may learn to predict documentation quality rather than patient outcomes.

How do Singapore hospitals govern LLM deployment for clinical risk stratification?

The NIST AI Risk Management Framework [3] and Singapore Model AI Governance Framework [4] provide complementary structure:

NIST AI RMF focuses on risk identification across four functions: Govern, Map, Measure, Manage. For LLM-based cancer risk stratification:

  • Govern: Define roles (clinical owner, data steward, model validator), accountability for adverse outcomes, and decision rights for model updates
  • Map: Document data sources (which note types?), patient population (inclusion/exclusion criteria), and intended use (care pathway triage, not autonomous treatment decisions)
  • Measure: Establish performance metrics (calibration, discrimination, fairness across cancer types and patient demographics) and monitoring cadence
  • Manage: Implement incident response for model failures, clinician feedback loops, and version control

Singapore Model AI Governance Framework [4] emphasizes explainability, human oversight, and accountability—critical for clinical AI:

  • Explainability: Can the model provide note excerpts that influenced the risk score? Can oncologists override the model with documented rationale?
  • Human oversight: Risk scores inform clinical judgment; they do not replace multidisciplinary tumor boards
  • Accountability: Who is responsible when the model misclassifies a high-risk patient as low-risk?

For Singapore public hospitals, the HSA AI-SaMD exemption pathway [internal link: /blog/hsa-ai-samd-exemption-pathway-singapore-public-hospitals-2026] may apply if the LLM model is used for clinical decision support rather than diagnosis. But exemption does not mean zero governance—it shifts responsibility to the hospital's clinical governance structure.

What about frailty, comorbidity, and equity?

A concurrent study in the Journal of General Internal Medicine [6] highlights that wearable-derived frailty risk scores confront bias and inequity challenges. The same concerns apply to LLM-based cancer risk stratification:

  • Documentation bias: Oncologists may document more detail for complex patients, creating spurious correlations between note length and poor prognosis
  • Language bias: Patients with limited English proficiency may have sparser clinical notes, leading to underestimation of risk
  • Socioeconomic bias: Social determinants of health appear in clinical notes inconsistently; the model may learn to penalize patients with documented financial barriers to care

A recent review of predictive analytics in internal medicine [1] emphasizes that real-time machine learning models must be continuously monitored for drift and bias. For Singapore hospitals, this means:

  1. Stratified validation: Test model performance separately for major cancer types, age groups, and ethnic groups
  2. Fairness metrics: Measure calibration and discrimination across subgroups, not just overall performance
  3. Clinician feedback: Implement structured feedback loops so oncologists can flag cases where the model's risk score contradicts clinical judgment

We have seen Singapore health systems struggle with calibration drift in readmission models [internal link: /blog/readmission-prediction-calibration-singapore-hospitals-2026]. LLM-based models add language drift: clinical abbreviations, EMR template changes, and documentation practices evolve over months.

Deployment checklist for Singapore oncology teams

Before deploying an LLM-based cancer risk stratification model:

Data governance:
- [ ] Obtain ethics approval for retrospective note analysis and prospective model deployment
- [ ] Document data lineage: which note types (oncology consults, discharge summaries, MDT notes), date ranges, inclusion criteria
- [ ] Implement de-identification for model training (remove patient identifiers, clinician names, specific dates)
- [ ] Establish data access controls: who can query the model, audit logs for predictions

Model validation:
- [ ] External validation on held-out Singapore patient cohort (not used for training)
- [ ] Calibration assessment: do predicted 6-month mortality risks match observed outcomes?
- [ ] Subgroup analysis: performance by cancer type, stage, age, ethnicity
- [ ] Comparison to existing risk scores (e.g., ECOG performance status, comorbidity indices)

Clinical integration:
- [ ] Define clinical workflow: when does the model run (at diagnosis, before treatment decisions, quarterly review)?
- [ ] Specify decision thresholds: what risk score triggers palliative care referral, clinical trial screening, or intensified monitoring?
- [ ] Implement human oversight: oncologists review and approve risk-based care pathway changes
- [ ] Establish feedback mechanism: clinicians can flag incorrect predictions with structured rationale

Governance and monitoring:
- [ ] Assign clinical owner (oncology lead) and technical owner (AI engineering team)
- [ ] Implement performance monitoring: monthly calibration checks, quarterly fairness audits
- [ ] Document incident response: what happens when the model misclassifies a patient?
- [ ] Plan for model updates: how often, what triggers retraining, how to validate new versions

Why this matters in Singapore

Singapore's National Cancer Centre and public hospital oncology departments manage diverse patient populations with varying cancer types, stages, and treatment protocols. Risk stratification models trained on Western cohorts may not generalize:

  • Disease prevalence: Nasopharyngeal carcinoma, hepatocellular carcinoma, and gastric cancer are more common in Singapore than in Western training datasets
  • Treatment protocols: Singapore oncology teams follow local guidelines that may differ from international standards used in model training data
  • Documentation style: Singapore clinical notes mix English, medical abbreviations, and occasional Mandarin/Malay terms—LLMs trained on US clinical notes may fail on local text

For Singapore health systems evaluating clinical AI services, LLM-based risk stratification is not a plug-and-play solution. It requires local validation, governance infrastructure, and clinical workflow integration.

We have helped institutional partners validate predictive models on Singapore patient cohorts and implement monitoring for calibration drift. The governance overhead for LLM-based models is higher than traditional risk scores, but the potential to leverage unstructured clinical documentation is significant.

What to do next

  1. Audit your oncology EMR data: How many clinical notes per patient? What note types? How complete is structured staging and biomarker data?
  2. Benchmark existing risk stratification: What models do oncologists currently use? How well do they perform on your patient population?
  3. Pilot on retrospective cohort: Train and validate an LLM-based risk model on historical data before prospective deployment
  4. Establish governance structure: Assign clinical and technical owners, define decision thresholds, implement monitoring
  5. Engage clinicians early: Oncologists must trust the model's risk scores; involve them in validation and workflow design

If your Singapore health system is evaluating LLM-based risk stratification for oncology or other clinical domains, start a project with our team. We provide external validation, governance framework implementation, and clinical workflow integration for predictive AI in Singapore hospitals.

FAQ

Can LLM-based risk models replace traditional cancer staging?

No. TNM staging, biomarkers, and performance status remain the foundation of oncology decision-making. LLM-based models augment traditional risk scores by extracting signals from unstructured clinical notes—treatment response narratives, symptom trajectories, social determinants—that structured models miss. The PLOS Digital Health study [2] shows LLMs can match structured-data models, not replace them. In practice, Singapore oncology teams should use LLM risk scores alongside traditional staging, not instead of it.

How do we validate an LLM model on Singapore patient data?

External validation requires a held-out cohort of Singapore patients not used for model training. Assess calibration (do predicted risks match observed outcomes?), discrimination (can the model separate high-risk from low-risk patients?), and fairness (does performance vary by cancer type, age, ethnicity?). Compare LLM model performance to existing risk scores your oncologists currently use. Validation is not a one-time exercise—implement ongoing monitoring for calibration drift as clinical documentation practices evolve [1].

What are the main governance risks for LLM-based cancer risk stratification?

Three critical risks: (1) Documentation bias—the model may learn to predict note quality rather than patient outcomes; (2) Interpretability—oncologists cannot easily understand why the model assigned a specific risk score, complicating clinical trust and accountability; (3) Drift—clinical language, EMR templates, and documentation practices change over time, degrading model performance without retraining. The NIST AI RMF [3] and Singapore Model AI Governance Framework [4] provide structure for managing these risks through defined roles, monitoring, and incident response.

Does this require HSA approval as a medical device?

It depends on intended use. If the LLM model provides clinical decision support (risk scores inform oncologist judgment) rather than autonomous diagnosis or treatment decisions, it may qualify for the HSA AI-SaMD exemption pathway [internal link: /blog/hsa-ai-samd-exemption-pathway-singapore-public-hospitals-2026]. But exemption does not mean zero governance—Singapore public hospitals remain accountable for clinical AI safety and performance. Consult your hospital's regulatory affairs team and clinical governance committee before deployment.

Sources

[1] Madhumita M, Gupta S. Predictive analytics and risk stratification models in internal medicine: from risk scores to real-time machine learning. Presse medicale (Paris, France : 1983). 2026 Jul 1. https://pubmed.ncbi.nlm.nih.gov/42386043/

[2] Large language models enable prognostic stratification of cancer patients using real-world clinical notes. PLOS Digital Health. 2026 Jul 8. https://journals.plos.org/digitalhealth/article?id=10.1371/journal.pdig.0001546

[3] NIST AI Risk Management Framework. National Institute of Standards and Technology. https://www.nist.gov/itl/ai-risk-management-framework

[4] Singapore Model AI Governance Framework. Personal Data Protection Commission Singapore. https://www.pdpc.gov.sg/help-and-resources/2020/01/model-ai-governance-framework

[5] Patel MS, Emedom-Nnamdi P, Lapen K. Wearable-Derived Data for Patient Frailty: Extending Hospital Frailty Risk Score While Confronting Bias and Inequities. Journal of general internal medicine. 2026 Jul 8. https://pubmed.ncbi.nlm.nih.gov/42420655/