Skip to content

liu-zichen/TreeMAN

Repository files navigation

TreeMAN: Tree-enhanced Multimodal Attention Network for ICD Coding

Code for COLING'22 paper "TreeMAN: Tree-enhanced Multimodal Attention Network for ICD Coding"

Data Preparation (MIMIC-III 50)

Run

  1. Preprocess dataset: preprocess.py
  2. Preprocess dataset for decision tree: tree_datasets.py
  3. Train decision trees and generate the leaf information: tree_method.py
  4. Train word embedding: text_models/word_embed.py (modify this file to change it's config)
  5. Train TreeMAN, predict with TreeMAN and evaluate the result: run.py

Configuration

To change the configuration, see conf.py which contains all configuration for this project (except the configuration for training word embedding).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages