| Literature DB >> 35070235 |
Chuanjie Xu1, Feng Yuan2, Shouqiang Chen3.
Abstract
This study proposed a medicine auxiliary diagnosis model based on neural network. The model combines a bidirectional long short-term memory(Bi-LSTM)network and bidirectional encoder representations from transformers (BERT), which can well complete the extraction of local features of Chinese medicine texts. BERT can learn the global information of the text, so use BERT to get the global representation of medical text and then use Bi-LSTM to extract local features. We conducted a large number of comparative experiments on datasets. The results show that the proposed model has significant advantages over the state-of-the-art baseline model. The accuracy of the proposed model is 0.75.Entities:
Mesh:
Year: 2022 PMID: 35070235 PMCID: PMC8767381 DOI: 10.1155/2022/3496810
Source DB: PubMed Journal: J Healthc Eng ISSN: 2040-2295 Impact factor: 2.682
Figure 1BJBN network model.
Figure 2Transformer model structure.
Figure 3The structure of a memory cell.
Figure 4Percentage of the Chinese medical record datasets by symptom.
The corpus size of the dataset of Chinese medical records.
| Data set | Symptom name | Number of medical records | Number of characters |
|---|---|---|---|
| TCM data | Chest pain | 826 | 261016 |
| Dysphoria | 453 | 143148 | |
| Dizziness | 360 | 113760 | |
| Palpitations | 349 | 100804 | |
| Thirst | 345 | 109020 |
Experimental results of eight models with TCM data.
| Model | Average acc | Average precision | Average recall | Average F1-score |
|---|---|---|---|---|
| FastText | 0.6628 | 0.7520 | 0.5866 | 0.6592 |
| TextCNN | 0.6243 | 0.7362 | 0.5621 | 0.6375 |
| TextRNN | 0.6521 | 0.7456 | 0.5697 | 0.6459 |
| TextRCNN | 0.6957 | 0.7672 | 0.6238 | 0.6881 |
| DPCNN | 0.6139 | 0.6692 | 0.5873 | 0.6256 |
| TextRNN_Att | 0.7153 | 0.7749 | 0.6477 | 0.7056 |
| Transformer | 0.6285 | 0.6837 | 0.5891 | 0.6329 |
| Our model | 0.7512 | 0.8352 | 0.6818 | 0.7569 |
Figure 5The influence of Bi-LSTM dimensions on experimental results.