Papers › Collaborative Graph Learning with Auxiliary Text for Temporal Event Prediction in Healthcare

Collaborative Graph Learning with Auxiliary Text for Temporal Event Prediction in Healthcare

16 May 2021arXiv:2105.07542archive 2025-07-28

Chang Lu, Chandan K. Reddy, Prithwish Chakraborty, Samantha Kleinberg, Yue Ning

Accurate and explainable health event predictions are becoming crucial for healthcare providers to develop care plans for patients. The availability of electronic health records (EHR) has enabled machine learning advances in providing these predictions. However, many deep learning based methods are not satisfactory in solving several key challenges: 1) effectively utilizing disease domain knowledge; 2) collaboratively learning representations of patients and diseases; and 3) incorporating unstructured text. To address these issues, we propose a collaborative graph learning model to explore patient-disease interactions and medical domain knowledge. Our solution is able to capture structural features of both patients and diseases. The proposed model also utilizes unstructured text data by employing an attention regulation strategy and then integrates attentive text features into a sequential learning process. We conduct extensive experiments on two important healthcare problems to show the competitive prediction performance of the proposed method compared with various state-of-the-art models. We also confirm the effectiveness of learned representations and model interpretability by a set of ablation and case studies.

PaperPDFCodeCode 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="2105.07542")

Code

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

By repository: official repository: 16 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

LuChang-CS/CGL officialmentioned in papertf report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

16 samples harvested; 13 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
2ran · violated contract
10ran
3unverified

Licence: 0 of the 16 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 LuChang-CS/CGL. “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.

Attention LuChang-CS/CGL/models/model.py official repository ran MIT (permissive) · 926c550cbbfdfac9 · report
Classifier LuChang-CS/CGL/models/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 0a584d6741a3053f · report
GraphConvBlock LuChang-CS/CGL/models/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · bfa19a1c1dba8766 · report
GraphConvolution LuChang-CS/CGL/models/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 64da4cb6887f7202 · report
HierarchicalEmbedding LuChang-CS/CGL/models/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 00aafc718c485a28 · report
NoteAttention LuChang-CS/CGL/models/model.py official repository ran MIT (permissive) · 04ecf31e022aec9b · report
PatientEmbedding LuChang-CS/CGL/models/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 5f870665d46a9475 · report
TemporalEmbedding LuChang-CS/CGL/models/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 587eea04970d520a · report
VisitEmbedding LuChang-CS/CGL/models/model.py official repository ran MIT (permissive) · a16881965bbed81d · report
WordEmbedding LuChang-CS/CGL/models/model.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 55d2dac86c58e686 · report
log_no_nan LuChang-CS/CGL/models/model.py official repository ran · honoured contract fingerprinted MIT (permissive) · 657c92ad8df1fe7d · report
masked_softmax LuChang-CS/CGL/models/model.py official repository ran · violated contract fingerprinted MIT (permissive) · 641734132235e418 · report
norm_no_nan LuChang-CS/CGL/models/model.py official repository ran · violated contract fingerprinted MIT (permissive) · b7fb27610f18e176 · report
CGL LuChang-CS/CGL/models/model.py official repository unverified MIT (permissive) · 7b5a6bfc404c8400 · report
CGLFeatureExtractor LuChang-CS/CGL/models/model.py official repository unverified MIT (permissive) · c29628903ce5e056 · report
NoteEmbedding LuChang-CS/CGL/models/model.py official repository unverified MIT (permissive) · df595a3c41d43629 · report

Tasks

Graph Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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