Papers › TRIAGE: Dialectical Reasoning for Explainable Risk Prediction on Irregularly Sampled...

TRIAGE: Dialectical Reasoning for Explainable Risk Prediction on Irregularly Sampled Medical Time Series with LLMs

8 Jun 2026arXiv:2606.09030added by Syntology

Hyeongwon Jang, Gyouk Chu, Changhun Kim, Joonhyung Park, Hangyul Yoon, Eunho Yang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Clinical early warning systems built on electronic health records, in which clinical observations are recorded as irregularly sampled medical time series (ISMTS), must deliver both calibrated risk scores for patient triage and interpretable rationales that clinicians can verify. Large Language Models (LLMs) have been explored for this task, yet they collapse graded clinical risk into overconfident binary predictions. This risk polarization undermines both calibration and cross-patient comparability. To address this, we propose TRIAGE, a framework that trains an LLM to generate dialectical reasoning over competing clinical outcomes by eliciting outcome-specific rationales. This dialectical formulation mitigates risk polarization, enabling a single LLM to yield continuous risk scores grounded in explicit clinical reasoning. Evaluated on three ISMTS benchmarks, TRIAGE achieves an average AUPRC improvement of 3.3% and reduces calibration error by 81% compared to the competitive baselines. An LLM-as-a-judge assessment further shows that our rationales surpass post-hoc explanations from the baseline by 20% in clinical reasoning quality. The source code is available at https://github.com/HyeongWon-Jang/TRIAGE .

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.09030")

Code

Syntology Ran 17 of 20 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 16 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 2 repositories, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

HyeongWon-Jang/TRIAGE found in paper text by SyntologyApache-2.0 report
easonLuo2001/KEDGN found in paper text by Syntology report
easonLuo2001/Hi-Patch found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 17 ran; 1 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
16ran
3unverified

Licence: 20 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Activity_get_seq_length easonLuo2001/Hi-Patch/lib/person_activity.py found in paper text by Syntology ran no licence file found · pointer only · 4a8620fc2db04474 · report
Activity_time_chunk easonLuo2001/Hi-Patch/lib/person_activity.py found in paper text by Syntology ran no licence file found · pointer only · 726f63c5d8d8e2c7 · report
Linear_Param easonLuo2001/KEDGN/model.py found in paper text by Syntology ran no licence file found · pointer only · 32557cd7a9dd89d4 · report
Time_Encoder easonLuo2001/KEDGN/model.py found in paper text by Syntology ran no licence file found · pointer only · 711b87c9dcce7951 · report
USHCN_time_chunk easonLuo2001/Hi-Patch/lib/ushcn.py found in paper text by Syntology ran no licence file found · pointer only · 8db261d0c2908907 · report
VSDGCRNN easonLuo2001/KEDGN/model.py found in paper text by Syntology ran no licence file found · pointer only · 168fb88c360ab713 · report
collate_GOB easonLuo2001/Hi-Patch/lib/mimic.py found in paper text by Syntology ran no licence file found · pointer only · eb94e5217cc35d4e · report
compute_all_losses easonLuo2001/Hi-Patch/lib/evaluation.py found in paper text by Syntology ran no licence file found · pointer only · 3dddce0bee3968cf · report
compute_error easonLuo2001/Hi-Patch/lib/evaluation.py found in paper text by Syntology ran no licence file found · pointer only · 7e9be53cf12add2f · report
count_parameters easonLuo2001/Hi-Patch/Hi-Patch/train_classification.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · f6b944f50d3f15ae · report
getStats easonLuo2001/Hi-Patch/lib/utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 80b47c0c74d94834 · report
getStats_static easonLuo2001/Hi-Patch/lib/utils.py found in paper text by Syntology ran no licence file found · pointer only · d1622d4e23e3c195 · report
get_data_min_max easonLuo2001/Hi-Patch/lib/physionet.py found in paper text by Syntology ran no licence file found · pointer only · 79b441530285ad17 · report
get_data_min_max_mean easonLuo2001/Hi-Patch/lib/physionet.py found in paper text by Syntology ran no licence file found · pointer only · 20f048345971e4dc · report
get_person_id easonLuo2001/Hi-Patch/lib/person_activity.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 2e9dede6592a9d91 · report
get_seq_length easonLuo2001/Hi-Patch/lib/physionet.py found in paper text by Syntology ran no licence file found · pointer only · 16c21c5c9315cd0b · report
layer_of_patches easonLuo2001/Hi-Patch/Hi-Patch/train_classification.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d5839162a36f8e8f · report
AGCRNCellWithLinear easonLuo2001/KEDGN/model.py found in paper text by Syntology unverified no licence file found · pointer only · 133b7cc30affe998 · report
KEDGN easonLuo2001/KEDGN/model.py found in paper text by Syntology unverified no licence file found · pointer only · 2f906db41e01b8a6 · report
get_data_split easonLuo2001/Hi-Patch/lib/utils.py found in paper text by Syntology unverified no licence file found · pointer only · e6a930af45c39a60 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.09030, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections