Extraction of Medication and Temporal Relation from Clinical Text using Neural Language Models
Hangyu Tu, Lifeng Han, Goran Nenadic

TL;DR
This paper investigates the use of advanced neural language models for extracting medication and temporal relations from clinical texts, demonstrating competitive performance on benchmark datasets and providing tools for structured clinical information extraction.
Contribution
It introduces a comprehensive empirical study comparing deep learning models for medication and temporal relation extraction in clinical texts, including new post-processing methods for structured output.
Findings
CNN-BiLSTM outperforms BiLSTM-CRF in clinical NER tasks
BERT-CNN achieves reasonable accuracy in temporal relation extraction
Code and tools are publicly available for clinical information extraction
Abstract
Clinical texts, represented in electronic medical records (EMRs), contain rich medical information and are essential for disease prediction, personalised information recommendation, clinical decision support, and medication pattern mining and measurement. Relation extractions between medication mentions and temporal information can further help clinicians better understand the patients' treatment history. To evaluate the performances of deep learning (DL) and large language models (LLMs) in medication extraction and temporal relations classification, we carry out an empirical investigation of \textbf{MedTem} project using several advanced learning structures including BiLSTM-CRF and CNN-BiLSTM for a clinical domain named entity recognition (NER), and BERT-CNN for temporal relation extraction (RE), in addition to the exploration of different word embedding techniques. Furthermore, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBiomedical Text Mining and Ontologies · Topic Modeling · Natural Language Processing Techniques
