Interpretable Neural Temporal Point Processes for Modelling Electronic Health Records
Bingqing Liu
TL;DR
This work addresses the lack of interpretability in neural temporal point processes for electronic health records by introducing inf2vec, an interpretable framework that learns per-type local embeddings and type-wise encoders/decoders to capture type-type influences end-to-end. It decouples history information across event types and uses local decoding to compute type-specific conditional intensities, enabling direct interpretation of inter-type influences. Experiments on real EHR data and Hawkes-simulated datasets demonstrate improved event prediction (weighted F1 and MAE) and qualitative alignment of learned influences with ground-truth dependencies. The approach is model-agnostic with respect to the encoder/decoder topology, offering practical insights into interactions among event types in continuous time.
Abstract
Electronic Health Records (EHR) can be represented as temporal sequences that record the events (medical visits) from patients. Neural temporal point process (NTPP) has achieved great success in modeling event sequences that occur in continuous time space. However, due to the black-box nature of neural networks, existing NTPP models fall short in explaining the dependencies between different event types. In this paper, inspired by word2vec and Hawkes process, we propose an interpretable framework inf2vec for event sequence modelling, where the event influences are directly parameterized and can be learned end-to-end. In the experiment, we demonstrate the superiority of our model on event prediction as well as type-type influences learning.
