| Literature DB >> 34855616 |
Hong Wu1, Jiatong Ji2, Haimei Tian3, Yao Chen1, Weihong Ge4, Haixia Zhang4, Feng Yu2, Jianjun Zou5, Mitsuhiro Nakamura6, Jun Liao1.
Abstract
BACKGROUND: With the increasing variety of drugs, the incidence of adverse drug events (ADEs) is increasing year by year. Massive numbers of ADEs are recorded in electronic medical records and adverse drug reaction (ADR) reports, which are important sources of potential ADR information. Meanwhile, it is essential to make latent ADR information automatically available for better postmarketing drug safety reevaluation and pharmacovigilance.Entities:
Keywords: BERT; adverse drug reaction; deep learning; electronic medical records; named entity recognition
Year: 2021 PMID: 34855616 PMCID: PMC8686410 DOI: 10.2196/26407
Source DB: PubMed Journal: JMIR Med Inform
Figure 1The pipeline in our study; when training a named entity recognition (NER) mode, the data representation model based on the Bidirectional Encoder Representations from Transformers (BERT) model and the combination of token features (pink boxes) and radical features (green boxes) were fed into the bidirectional long short-term memory-conditional random field (bi-LSTM-CRF) model. ADR: adverse drug reaction, BBC-Radical: BERT-Bi-LSTM-CRF-Radical.
The definition and annotation rules and examples of entity annotation.
| Entities and annotation rules | Examples | |
|
|
| |
|
| Symptoms or disease states associated with drug use | Diabetes, fever |
| Treatment involved with drug use | Postoperative fever | |
|
|
| |
|
| Generic names of medications | Levofloxacin |
| Trade names of medications | Lipitor | |
| Abbreviations of medications | 10% GS, 0.9% NS | |
|
|
| |
|
| Adverse reactions during or after medication | Bellyache |
aReference for the disease and adverse reaction definitions and classifications is the international Medical Dictionary for Regulatory Activities (MedDRA).
b“Drug” entity contains the generic name, trade name, abbreviation, and dosage form adjacent to the drug.
cADR: adverse drug reaction.
Figure 2(A) Architecture diagram of our proposed model, in which the combination of token features (pink boxes) and radical features (green boxes) were fed into the bidirectional long short-term memory-conditional random field (Bi-LSTM-CRF) model; (B) data representation model based on the Bidirectional Encoder Representations from Transformers (BERT) model, in which the sequence of [E_1, E_2, E_3 … E_n] in the yellow boxes is the input to the BERT model and the green ellipses represent the Transform blocks; and (C) construction of input sequence representations for the BERT, in which the input is composed of token embedding, segment embedding, and position embedding.
Overall concept extraction performances from the free-text section of Chinese adverse drug reaction (ADR) reports.
| Model | Precision (%), mean (SD) | Recall (%), mean (SD) | F1 score (%), mean (SD) |
| CRFa ++ [ | 94.4 (0.32) | 93.1 (0.28) | 93.9 (0.08) |
| Word2Vec + Bi-LSTMb-CRF [ | 94.6 (0.33) | 94.1 (0.30) | 94.4 (0.29) |
| BERTc + Bi-LSTM-CRF-Radical | 95.2 (0.07) | 95.2 (0.07) | 95.2 (0.06) |
| Fine-tuning BERT + Bi-LSTM-CRF | 96.0 (0.05) | 95.5 (0.08) | 96.0 (0.06) |
| Fine-tuning BBCd-Radical | 96.4 (0.04) | 96.0 (0.03) | 96.2 (0.04) |
aCRF: conditional random field.
bBi-LSTM: bidirectional long short-term memory.
cBERT: Bidirectional Encoder Representations from Transformers.
dBBC: BERT-Bi-LSTM-CRF.
Figure 3Precision, recall, and F1 score for each kind of entity: (A) reason, (B) drug, and (C) adverse drug reaction (ADR). CRF: conditional random field; BERT: Bidirectional Encoder Representations from Transformers; bi-LSTM: bidirectional long short-term memory.
Figure 4Comparison of the Man-Machine contrast. ADR: adverse drug reaction.