Skip to content

WWW 2025: Unveiling Discrete Clues: Superior Healthcare Predictions for Rare Diseases

Notifications You must be signed in to change notification settings

xmed-lab/UDCHealth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

WWW 2025: Unveiling Discrete Clues: Superior Healthcare Predictions for Rare Diseases

About Our Work

Update: 2025/01/22: We have created a repository for the paper titled Unveiling Discrete Clues: Superior Healthcare Predictions for Rare Diseases (https://arxiv.org/abs/2501.16373), which has been accepted by the WWW 2025. In this repository, we offer the original sample datasets, preprocessing scripts, and algorithm files to showcase the reproducibility of our work.

image-20241006134559836

image-20241006134532013

Requirements

  • torch==1.13.1+cu117
  • dgl==1.1.2
  • pyhealth==1.1.4
  • seaborn==0.13.0

Data Sets

Owing to the copyright stipulations associated with the dataset, we are unable to provide direct upload access. However, it can be readily obtained by downloading directly from the official website: MIMIC-III, MIMIC-IV,eICU.

The structure of the data set should be like,

data
|_ DIAG
|  |_ MIII
|  |_ _processed
|  |_ _ _datasets_pre_stand.pkl
|  |_ _ rare.pkl
|  |_ MIV
|  |_ _ _datasets_pre_stand.pkl
|_ REC
|_ _MIII
|  |_ _processed
|  |_ _ _datasets_pre_stand.pkl
|  |_ _ rare_patient.pkl

RUN

# run the main file
# change config.py
config = vars(UDCDIAGConfig)
config = {k:v for k,v in config.items() if not k.startswith('__')}

# please set pretrain=True (first, sencod stage) 
# please set tuning=True (third stage)
python main.py

Acknowledge & Contact

Please feel free to contact czhaobo@connect.ust.hk for assistance or collaboration.

About

WWW 2025: Unveiling Discrete Clues: Superior Healthcare Predictions for Rare Diseases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages