mdkma / DICE

[ACL'23 main] DICE: Data-Efficient Clinical Event Extraction with Generative Models
https://derek.ma/DICE
Apache License 2.0
5 stars 0 forks source link
clinical-data clinical-information-extraction clinical-research event-extraction generative-model information-extraction pytorch structure-prediction

DICE: Data-Efficient Clinical Event Extraction with Generative Models

Source code and data for ACL 2023 main conference paper DICE: Data-Efficient Clinical Event Extraction with Generative Models.

Quick Start

# Training 
sh scripts/train.sh

# Evaluating a saved model
sh scritps/eval.sh

Use the following config file in the scripts for corresponding experiment:

Dataset: MACCROBAT-EE

Check maccrobat/Data folder for the entire event extraction dataset with argument annotation.

Environment

# Install conda environment
conda env create -f env.yml

Cite

@inproceedings{ma-etal-2023-dice,
    title = "DICE: Data-Efficient Clinical Event Extraction with Generative Models",
    author = "Ma, Mingyu Derek and Taylor, Alexander K. and Wang, Wei and Peng, Nanyun",
    booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://arxiv.org/abs/2208.07989",
}