Skip to content

2g-XzenG/Claim-PT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claim-PT: Pretrained transformer framework on pediatric claims data for population specific tasks

This repository contains the tensorflow implementation of the following paper:

Paper Name: Pretrained transformer framework on pediatric claims data for population specific tasks

Authors: Xianlong Zeng, Simon L. Linwood, Chang Liu

Abstract: The adoption of electronic health records (EHR) has become universal during the past decade, which has afforded in-depth data-based research. By learning from the large amount of healthcare data, various data-driven models have been built to predict future events for different medical tasks, such as auto diagnosis and heart-attack prediction. Although EHR is abundant, the population that satisfies specific criteria for learning population-specific tasks is scarce, making it challenging to train data-hungry deep learning models. This study presents the Claim Pre-Training (Claim-PT) framework, a generic pre-training model that first trains on the entire pediatric claims dataset, followed by a discriminative fine-tuning on each population-specific task. The semantic meaning of medical events can be captured in the pre-training stage, and the effective knowledge transfer is completed through the task-aware fine-tuning stage. The fine-tuning process requires minimal parameter modification without changing the model architecture, which mitigates the data scarcity issue and helps train the deep learning model adequately on small patient cohorts. We conducted experiments on a real-world claims dataset with more than one million patient records. Experimental results on two downstream tasks demonstrated the effectiveness of our method: our general task-agnostic pre-training framework outperformed tailored task-specific models, achieving more than 10% higher in model performance as compared to baselines. In addition, our framework showed a great generalizability potential to transfer learned knowledge from one institution to another, paving the way for future healthcare model pre-training across institutions.

Paper Link: Zeng, Xianlong, Simon L. Linwood, and Chang Liu. "Pretrained transformer framework on pediatric claims data for population specific tasks." Scientific Reports 12, no. 1 (2022): 3651.

Environment

Ubuntu16.04, Python3.7, TensorFlow2.1

Model Pretraining

in folder pretraining

List of hyper-parameter we used in the pre-training stage

  • MAX_VISIT=30
  • MAX_CODE=10
  • MAX_DEMO=2
  • PATIENT_DIM=100
  • BATCH_SIZE = 100
  • TRAIN_RATIO = 0.8
  • DATA_SIZE = len(age_seq)
  • EPOCHS = 1000

Downstream finetune

in folder fineune

Attention playground

in folder attention

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published