Litcius/Paper detail

Contextualized medication event extraction with striding NER and multi-turn QA

Tomoki Tsujimura, Koshi Yamada, Ryuki Ida, Makoto Miwa, Yutaka Sasaki

2023Journal of Biomedical Informatics12 citationsDOIOpen Access PDF

Abstract

This paper describes contextualized medication event extraction for automatically identifying medication change events with their contexts from clinical notes. The striding named entity recognition (NER) model extracts medication name spans from an input text sequence using a sliding-window approach. Specifically, the striding NER model separates the input sequence into a set of overlapping subsequences of 512 tokens with 128 tokens of stride, processing each subsequence using a large pre-trained language model and aggregating the outputs from the subsequences. The event and context classification has been done with multi-turn question-answering (QA) and span-based models. The span-based model classifies the span of each medication name using the span representation of the language model. In the QA model, event classification is augmented with questions in classifying the change events of each medication name and the context of the change events, while the model architecture is a classification style that is the same as the span-based model. We evaluated our extraction system on the n2c2 2022 Track 1 dataset, which is annotated for medication extraction (ME), event classification (EC), and context classification (CC) from clinical notes. Our system is a pipeline of the striding NER model for ME and the ensemble of the span-based and QA-based models for EC and CC. Our system achieved a combined F-score of 66.47% for the end-to-end contextualized medication event extraction (Release 1), which is the highest score among the participants of the n2c2 2022 Track 1.

Topics & Concepts

Computer scienceNatural language processingContext (archaeology)Artificial intelligenceEvent (particle physics)Named-entity recognitionPipeline (software)SubsequenceSet (abstract data type)F1 scoreSliding window protocolWindow (computing)Task (project management)MathematicsBiologyBounded functionMathematical analysisProgramming languageEconomicsQuantum mechanicsOperating systemPhysicsPaleontologyManagementTopic ModelingBiomedical Text Mining and OntologiesNatural Language Processing Techniques