| Literature DB >> 35872411 |
Liming Chen1, Dong Liu2, Junkai Yang3, Mingyue Jiang4, Shouqiang Liu5, Yang Wang6.
Abstract
During COVID-19 prevention and control, people need to be aware of the outbreak situation in their area to avoid being inconvenienced by the outbreak and even becoming infected. Thus, this project constructs a knowledge graph with COVID-19 infector activity information, by using the official flow information of the infected people from the provincial and municipal websites. This knowledge graph is the basis of the COVID-19 applications for tracing, visualization and reporting proposes. In the implementation process, we (1) collect a dataset with the information on COVID-19 cases from the prevention and control centers, (2) extract the entity elements with a Bert + BILSTM + CRF-based model, and (3) pre-process the dataset and construct a knowledge graph with manual annotation and human-based review. Finally, we use the knowledge graph to develop a web-based application to implement the question and answer, query, transmission path tracking and the "No.0" tracing infector functions.Entities:
Keywords: Application of knowledge graph; COVID-19; Knowledge graph; Knowledge reasoning; NER
Mesh:
Year: 2022 PMID: 35872411 PMCID: PMC9293382 DOI: 10.1016/j.compbiomed.2022.105908
Source DB: PubMed Journal: Comput Biol Med ISSN: 0010-4825 Impact factor: 6.698
Fig. 1Flow chart of the project.
Fig. 2Analysis of infectious disease cases elements.
Fig. 3Entity correlation design.
Semantic relationship of epidemic event.
| Semantic Relationship | Logical description | Instruction |
|---|---|---|
| Composed relationship | Activity is composed of event E1 | |
| Cause relationship | E1 event leads to event E4 occurring | |
| Followed relationship | Event E2 follows Event E3 | |
| Concur relationship | Event E2 and Event E5 concur |
Fig. 4The structure and relationship of movement.
Fig. 5Structure of Bert + BILSTM + CRF model.
Fig. 6Diagram of PTransE.
The data results of the experiments.
| Data type | Value |
|---|---|
| Accuracy | 99.36% |
| Precision | 94.14% |
| Recall | 95.48% |
| FB1 | 94.80% |
Entity extraction data results.
| Precision | Recall | FB1 Value | |
|---|---|---|---|
| LOC | 94.39% | 95.76% | 95.07% |
| ORG | 90.57% | 92.71% | 91.63% |
| PER | 97.97% | 98.24% | 98.11% |
Person entity extraction label map.
| i | n | f | e | c | t | o | r | 1 |
|---|---|---|---|---|---|---|---|---|
| B-PER | I-PER | I-PER | I-PER | I-PER | I-PER | I-PER | I-PER | I-PER |
Location entity extraction label map.
| L | u | k | o | u | a | i | r | p | o | r | t |
|---|---|---|---|---|---|---|---|---|---|---|---|
| B-LOC | I-LOC | I-LOC | I-LOC | I-LOC | I-LOC | I-LOC | I-LOC | I-LOC | I-LOC | I-LOC | I-LOC |
Organization entity extraction label map.
| T | i | a | n | y | u | i | n | d | u | s | t | r | y |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| B-ORG | I-ORG | I-ORG | I-ORG | I-ORG | I-ORG | I-ORG | I-ORG | I-ORG | I-ORG | I-ORG | I-ORG | I-ORG | I-ORG |
Irrelevant characters label map.
| s | t | a | y | e | d | a | t | h | o | m | e |
|---|---|---|---|---|---|---|---|---|---|---|---|
| O | O | O | O | O | O | O | O | O | O | O | O |
Fig. 7Partial schematic diagram of the COVID-19 infectors activity information knowledge graph.
Fig. 8Schematic diagram of different nodes and relationships in the knowledge graph.
Fig. 9Knowledge graph visualization website and entity query.
Fig. 10Intelligent question answering robot.
Fig. 11Infectors activity analysis graph.
Fig. 12Case association analysis.
Fig. 13Infector10 activity event analysis.