TreeText-CTS: Compact, Source-Traceable Tree-Path Evidence for Irregular Clinical Time-Series Prediction

· Source: cs.LG updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Health & Medical Research · Depth: Expert, extended

Summary

TreeText-CTS is a novel framework designed for irregular electronic health record (EHR) time-series prediction, converting complex trajectories into compact, human-readable, and source-traceable tree-path evidence. It routes multi-scale window summaries through frozen XGBoost models, verbalizing activated tree paths as deterministic threshold conditions. An evidence selector thensembles an informative subset, which a language-model encoder integrates for final prediction. Evaluated on PhysioNet 2012 mortality, MIMIC-III mortality, and PhysioNet 2019 sepsis-onset forecasting, TreeText-CTS achieved the best AUROC and AUPRC among text-based EHR interfaces, improving AUPRC by 6.0 to 9.7 absolute percentage points over prior methods, while remaining competitive with numerical time-series models. This approach ensures inspectable and traceable evidence for predictions.

Key takeaway

For Machine Learning Engineers developing clinical prediction models, TreeText-CTS offers a compelling approach to balance accuracy with interpretability. You should consider integrating tree-grounded language interfaces to generate compact, source-traceable evidence for predictions. This enhances auditability and provides human-readable insights, crucial for high-stakes healthcare applications, without sacrificing competitive performance against numerical models.

Key insights

TreeText-CTS bridges numerical and language models to provide compact, source-traceable evidence for clinical time-series predictions.

Principles

Method

Multi-scale EHR window summaries are processed by frozen XGBoost models. Activated tree paths become deterministic predicate text, selected by CES, then composed by an LM encoder for prediction.

In practice

Topics

Best for: NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.LG updates on arXiv.org.