BioNLP 2017 2017
DOI: 10.18653/v1/w17-2336
|View full text |Cite
|
Sign up to set email alerts
|

Automated Preamble Detection in Dictated Medical Reports

Abstract: Dictated medical reports very often feature a preamble containing metainformation about the report such as patient and physician names, location and name of the clinic, date of procedure, and so on. In the medical transcription process, the preamble is usually omitted from the final report, as it contains information already available in the electronic medical record. We present a method which is able to automatically identify preambles in medical dictations. The method makes use of stateof-the-art NLP techniq… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
2
1

Relationship

1
2

Authors

Journals

citations
Cited by 3 publications
(4 citation statements)
references
References 27 publications
0
4
0
Order By: Relevance
“…We measure PER of the MTPP against a baseline system, which was also developed internally within EMR.AI for specific use with clinical dictations. The baseline system employs a modular pipeline, where each module is responsible for a particular transformation-for instance, one detects a metadata-heavy "preamble" in the dictation (Salloum et al, 2017a); another converts spelledout numbers to numerals, dates, etc. Some components of the system are rule based, while others rely on machine learning.…”
Section: Discussionmentioning
confidence: 99%
“…We measure PER of the MTPP against a baseline system, which was also developed internally within EMR.AI for specific use with clinical dictations. The baseline system employs a modular pipeline, where each module is responsible for a particular transformation-for instance, one detects a metadata-heavy "preamble" in the dictation (Salloum et al, 2017a); another converts spelledout numbers to numerals, dates, etc. Some components of the system are rule based, while others rely on machine learning.…”
Section: Discussionmentioning
confidence: 99%
“…For example, Sadoughi et al used unidirectional long-short term memory (LSTM) units. And Salloum et al proposed using bi-direction LSTM to detect sections while converting from medical dictations into clinical reports [16,17]. In a recent study, Rosenthal et al applied recurrent neural network (RNN) or the fine-tune BERT model using gated recurrence units trained with medical literature.…”
Section: Approaches For Section Detectionmentioning
confidence: 99%
“…As the predicted probability score falls between 0 and 1, the tokens predicted with high Is-intro probabilities may be found throughout a document (see Figure 3). We therefore create a simple maximum difference algorithm inspired by Salloum et al [22] to identify the best segmentation boundaries . We evaluate how likely each token is the introduction's start position by averaging the scores of tokens before and after it:…”
Section: Approachmentioning
confidence: 99%
“…Inspired by recent works on text segmentation using neural network models [3,14,22], we formulate our task as a supervised sequence labeling task. We train our models to label each token in the text, and find the best split position based on the token labels, using fine-tuning over a pre-trained BERT model [10].…”
Section: Introductionmentioning
confidence: 99%