DDI: Drug-Drug Interaction—a reaction between two or more drugs that can be harmful to the patient.
GIES: Greedy Intervention Equivalence Search—a causal discovery algorithm used to learn the structure of causal graphs from data.
Backdoor Criterion: A method in causal inference to identify and adjust for confounding variables (variables that influence both the treatment and the outcome) to estimate true causal effects.
Health State: The aggregate representation of all diseases and procedures within a single clinical visit, weighted by their causal roles.
MIMIC-III: Medical Information Mart for Intensive Care III—a widely used public dataset of de-identified health records from ICU patients.
Jaccard: A similarity coefficient measuring the overlap between the predicted set of medications and the ground truth set.
F1 score: The harmonic mean of precision and recall, used here to evaluate prediction accuracy.
PRAUC: Precision-Recall Area Under Curve—a metric for binary classification performance, useful for imbalanced datasets.
RGCN: Relational Graph Convolutional Network—a type of neural network designed to handle graphs with different types of edges (relations).