Skip to content

swunnava20/mgade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mgade

Code for "A Dual-Attention Network for Joint Named Entity Recognition and Sentence Classification of Adverse Drug Events", Findings of EMNLP, 2020.

Data format

The training, dev and test data is expected in standard CoNLL-type tab-separated format. One word per line, separate column for token and label, empty line between sentences.

Multi-class classification: Make sure there is a file "tags.txt" with all the tags in the dataset. The tags should in in order.

Any word with default_label gets label 0, any word with other labels that are in the tags.txt file gets assigned an integer i, where i is the row #. Labels are expected to be in order.

Any sentence that contains words which have only default_label and/or nonADE labels is assigned a sentence-level label 0, any sentence containing words that have drug related "ADE" label gets assigned 1.

Run experiment with

python experiment.py config_file.conf

Print output from a saved model with

python print_output.py saved_model_path.model

Code adapted from "Marek Rei and Anders Søgaard. Jointly learning to label sentences and tokens. AAAI 2019", for binary classification of words and sentences with a single type of attention from the words/entities.

If you find this code or our work useful, please cite our paper:

@inproceedings{wunnava2020dual, title={A Dual-Attention Network for Joint Named Entity Recognition and Sentence Classification of Adverse Drug Events}, author={Wunnava, Susmitha and Qin, Xiao and Kakar, Tabassum and Kong, Xiangnan and Rundensteiner, Elke}, booktitle={Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: Findings}, pages={3414--3423}, year={2020} }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages