Skip to main content

Mining a stroke knowledge graph from literature

A Correction to this article was published on 08 December 2021

This article has been updated

Abstract

Background

Stroke has an acute onset and a high mortality rate, making it one of the most fatal diseases worldwide. Its underlying biology and treatments have been widely studied both in the “Western” biomedicine and the Traditional Chinese Medicine (TCM). However, these two approaches are often studied and reported in insolation, both in the literature and associated databases.

Results

To aid research in finding effective prevention methods and treatments, we integrated knowledge from the literature and a number of databases (e.g. CID, TCMID, ETCM). We employed a suite of biomedical text mining (i.e. named-entity) approaches to identify mentions of genes, diseases, drugs, chemicals, symptoms, Chinese herbs and patent medicines, etc. in a large set of stroke papers from both biomedical and TCM domains. Then, using a combination of a rule-based approach with a pre-trained BioBERT model, we extracted and classified links and relationships among stroke-related entities as expressed in the literature. We construct StrokeKG, a knowledge graph includes almost 46 k nodes of nine types, and 157 k links of 30 types, connecting diseases, genes, symptoms, drugs, pathways, herbs, chemical, ingredients and patent medicine.

Conclusions

Our Stroke-KG can provide practical and reliable stroke-related knowledge to help with stroke-related research like exploring new directions for stroke research and ideas for drug repurposing and discovery. We make StrokeKG freely available at http://114.115.208.144:7474/browser/ (Please click "Connect" directly) and the source structured data for stroke at https://github.com/yangxi1016/Stroke

Background

Stroke, also known as cerebrovascular accident (CVA), is a group of diseases with three major types (hemorrhagic stroke, ischemic stroke, and TIA transient ischemic attack) and with cerebral infarction being the most common phenotype [1]. In the past decades, stroke treatment and prevention have seen significant advances in particular in declining stroke mortality [2]. Western therapeutic such as drug injection and endovascular therapy [3], as well as traditional Chinese treatment such as herbal medicine and acupuncture [4], have made tremendous efforts for preventing stroke and recovery after stroke. However, stroke is still one of the most critical fatal diseases worldwide (the second leading cause of death) [5] because of acute onset, with the enormous economic burden of recovery for those who survive. So, there is a need to investigate potential pathogenic genes, risk factors further, and aura symptoms of stroke to find efficient preventative and therapeutic approaches.

There are some existing structured knowledge sources focused on stroke [6,7,8]. Still, a large amount of stroke-related information is available in scientific articles. For example, a recent search for ‘stroke’ in PubMed resulted in over 327 K papers. In this study, we aim to develop a stroke-related knowledge base by combining information extracted from these scientific papers and existing knowledge bases. The large volume of texts requires automated and computational methods to extract useful information from these unstructured data to build structured databases.

Knowledge graphs (KGs) [9] are widely known as knowledge domain visualization or knowledge domain mapping graphs in the library and information industry [10]. They are often represented as a series of different graphs with the relationships between development processes and the structure of knowledge. Visualization technology is used to describe, analyze, construct, and display knowledge and inter-relationships [11]. Such representation methods can promote the understanding of relations between biomedical entities, which is vital for scientific researchers to refine their research scope and improve personalized medicine. It is also possible to discover new knowledge (e.g., new drugs [12] and effective prevention/treatment methods [13, 14]). However, it is a laborious and time-consuming process to construct a KG manually. Therefore, automated approaches to assist an automated/semi-automated construction of knowledge graphs in specific domains have been used [15, 16].

In this paper we introduce a stroke-related knowledge graph (StrokeKG) by combining information extracted from these scientific papers and existing knowledge bases. In addition to biomedical entities, we also add entities from Traditional Chinese medicine (TCM) [17], which pays close attention to the medical characteristics of the entire system of the human body, which makes it a promising candidate for the treatment of stroke [18]. We use a suite of tools to extract genes, diseases, drugs, symptoms, Chinese herbal medicine, and other entities and link them using relationship extraction methods. As a result, StrokeKG includes 46,983 nodes of 9 types, and 157,302 relationships of 30 types, connecting diseases, genes, symptoms, drugs, pathways, Chinese Patent Medicines (CPMs), Herbs, Chemical, ingredients. Besides, we marked 265 CPM entities and 404 CPM-Disease relationships through verification and manual annotation of existing databases to provide practical and accurate stroke-related knowledge. The graph can be used to facilitate our understanding of this complex disease, for example, by exploring precursor symptoms and sequelae of stroke, therapeutic drugs, and the pathway for treating related diseases.

Related work

In the field of biomedicine, knowledge bases (KBs) such as Gene ontology [19], disease ontology [20], reference terms for national drug archives [21], and basic models of anatomy [22] have been prominent examples of efforts to provide structured knowledge systematically. Some of these KBs, e.g. OpenKG [23], BenevolentAI [24], and KnowLife [14] have made significant contributions to the development of the biomedical field, including recent drug repositioning for COVID-19 [25], SemaTyP [26], and protein-drug target KG [15] have been used. Despite many efforts to provide more structured data, vast amounts of relevant knowledge are still hidden in the biomedical literature [27]. There are three main limitations to previous work on KB construction [9]. First, most biomedical KBs are manually constructed and curated, which defer them from keeping up with the pace of novel discoveries. Second, potentially useful text sources such as health portals, online communities, or other sources of information are often ignored. Finally, most previous works focused on one molecular level or chemical genomics, such as protein–protein interactions [28], gene-drug relationships [29], or just highly specific topics such as drug effects.

Natural language processing tools are indispensable to extract useful information from biomedical literature [30]. We need to start with the named entity recognition process and then relationship extraction. Biomedical Named Entity Recognition (NER) [31] aims to identify specific biomedical concepts in the text. NER consists of two steps: (1) classifying specific substrings obtained from the text to determine whether it is the name of a specific type of entity; (2) selecting a standard name or a unique identifier for one kind of entity [32]. There are already many NER tools available for different types of biomedical entities, such as genes/proteins [33], diseases [34, 35], species [36], mutations [37], chemicals [38, 39] and biological pathways [40]. Still, many essential concept types such as RNAs, phenotypes, Chinese Patent Medicines (CPMs), and herbal medicines do not have corresponding NER tools.

The task of Relation Extraction (RE) is has been in the focus of research in recent years. Due to the inherent complexity of the biomedical text, most relation extraction systems work at the sentence-based level. Common relationships include protein–protein interactions [28], drug–drug interactions [41], gene regulatory events [42], associations between mutations and diseases [43]. Early relationships used a co-occurrence approach [44], while pattern-based systems [45] rely on a set of manually or automatically collected patterns to extract relations and classify relation types between entities. Rule-based methods [46, 47] use a set of processes or some heuristic algorithms to manually define or build a set of rules based on domain experts and automatically generated from the training data. It adds multiple constraints to scope specific relationships: for example, BioNLP'09 [48] focused on nine common molecular events. More recently, with the improvement of the accuracy and expanded availability of curated corpora, deep learning models are widely used in the field of natural language processing. Convolutional Neural Network (CNN) [49], Recurrent Neural Network (RNN) [50], Long Short Term Memory Network (LSTM) [41], Capsule Network, CapsNet [51], Graph Neural Networks [52, 53], and BERT [54] are prevalent models employed in relation extraction, making great contribution to biomedical text mining.

For the field of traditional Chinese medicine, Manually organized TCM database, TCMID [55], TCM-MESH [56], and Chinese medicine network pharmacology ETCM [57, 58], TCMSP brings convenience to the research of Chinese medicine. However, to the best of our knowledge, there is no text mining tool specifically for Traditional Chinese medicine, and there is also the non-disclosure or incomplete knowledge in stroke-related knowledge [6,7,8]. Therefore, in this research, we will enrich the application of text mining in the construction of Chinese medicine knowledge, and based on this and the-start-of-art, construct a stroke-related knowledge graph.

Methods

In this work, we designed a computational workflow to mine the stroke-related and TCM-related literature for the identification of biomedical entities and the relations between them. We split stroke-related abstracts into 463,225 sentences, the analysis pipeline tags the mentions of the following entities: drugs, chemicals, genes, pathways, and diseases, as well as traditional Chinese treatments like Herbs, Chinese Patent Medicines (CPMs), and ingredients. To increase the data set of Chinese medicine on stroke-related disease, we then split TCM-related abstracts into sentences for extract disease, CPM and herbs. We then use several approaches to relations between entities. After verifying and cleaning of the results, we use NEO4J to construct StrokeKG.

The steps of our workflow are explained below (Fig. 1).

Fig. 1
figure 1

The workflow for constructing StrokeKG. a Unstructured data search, b structured data download, c pre-processing, d Named Entity Recognition, e Relation Extraction, f Knowledge Graph construction

Data source

A search for “Stroke AND treatment OR gene OR Herbs OR TCM” in PubMed resulted in 45,080 stroke-related and “Traditional Chinese Medicine” 72,410 TCM related abstracts, which we used as a dataset to extract information from. In addition, manually created databases and annotated corpora, drug-disease relation database: CDR [59], CTD [60], gene-disease relation corpus: EU-ADR [42], and TCMID ETCM [57], TCMSP [58] are also the main source of our knowledge graph data. Table 1 details the data source of our research.

Table 1 Data resource of our StrokeKG

Pre-processing

We re-formatted the PubMed abstracts into the PubTator [63] format to match the data for NER tools and then split sentences by NLTK [64].

Named entity recognition

We extract mentions of nine named-entity types (diseases, drugs, genes, symptoms, pathways, Chinese Patent Medicines (CPMs), Herbs, Chemicals, Ingredients). We use state-of-the-art NER methods, including DNorm [34] to extract and normalize disease words, tmChem [38] as a chemical named entity identifier, GNormPlus [33] to handle both gene mentions and identifier detection, and pathways through PWTEES [40].

We used a pre-trained BiLSTM-CRF [65] model with the Plant-disease corpus [62] to build a NER classifier to identify Herbs. The lack of annotated corpora poses a considerable challenge to using deep learning methods to build other NERs needed for our study. We have therefore developed dictionary- and rule-based methods for other entity types. A rule-based method PKDE4J [46] was used to modify the Stanford CoreNLP pipeline to extract entities based on drug dictionaries. Which we have collected Symptoms and ingredients are recognized by collecting terms from download the CPM database [55] and the ingredient database[56], construct a symptoms dictionary, and which are then inserted the dictionary into the PKDE4J model applied a dictionary-based method for NER.

To eliminate the occurrence of an entity by accident, we determine the threshold based on the number of occurrences of the entity. When the number of occurrences of the entity is smaller than 3, We will manually determine whether the entity is related to stroke.

Relation extraction

We focus on eleven relationship types as specified in Table 2. These have been taken from the existing databases and from existing corpora (see below).

Table 2 Keyword classification rules and corpus for drugs/TCM/Herbs/chemicals and diseases

The relation extraction process is shown in Fig. 2. We first use a simple co-occurrence method. When two entities appear in the same sentence, we consider that there is a particular relationship between them. Secondly, a rule-based method has been used to extract ‘evidence’ for the relationship between two entities. Finally, we developed a machine-learning model to further classify relation types according to existing databases or corpora.

  • Co-occurrence extraction

    We use NLTK [64] to segment each sentence and match the position of each entity in the sentence according to the entity positions determined by multiple NER model (see Fig. 2).

  • Rule-based approach

    We used PKDE4J [46] to create a dependency tree containing syntactic and grammatical structures. We rely on standard features and structures in sentences that may represent relationships and extract the keywords that may express the relationship between two entities identified via co-occurrence (Fig. 2). We then designed a set of matching rules to classify these keywords to elven relationship types (e.g., positive association; therapeutic; induce; etc.) between specific pairs of entities (e.g., Gene-Disease; Herb-Chemical) as specified in the existing biomedical databases (e.g., TCMID [55], CTD database [60]) (as shown in Table 1).

  • Extracting relation by Bio-BERT

Fig. 2
figure 2

Pipeline and details about relation extraction

We chose Bio-Bert [54] as a pre-trained model, which shares potential latent features with our data as it was re-trained on biomedical corpora. According to the parameter configuration of BioBERT, we use the gold standard data sets [42, 60, 61] as the training sets and our Co-occurrence results as the test set and select the result of the 20th epoch as the final result of our relation extraction. The corpora for relationship extraction we use can be seen in Table 2.

The co-occurrence method proves that two entities appear in the same sentence, indicating that there is a possible relationship between the entities. Rule-based methods can classify entity relationships well if keywords are extracted. When the keywords cannot be extracted, we use BioBERT's classification results, which can classify all relationships, but it much depends on the richness of the corpus and the accuracy of the model.

Because entity pairs may appear in different sentences, the classification results may differ. To find all relations between the pair of two entities, we calculated the confidence for the pair related by a particular relation, overall the sentences in which that pair of entities co-occur. We select only those relationships with confidence more considerably than the threshold to eliminate the noisy relationships that happen by accident. Afterward, we analyze the final relationship results for the entity.

Manual annotations for TCM corpus

Entity annotation

To verify the effectiveness of our Chinese herbal medicine related entity mining tool. This work mainly focuses on the annotation of herbs and Chinese Patent medicine in 450 TCM-related abstracts. We regard mentions mined by the tool as pre-annotation of entities. Therefore, according to the vocabulary provided by TCMID [55] and ETCM [57], we only need to modify the incorrect annotations and add annotations to the undetected entities, instead of annotating entities from scratch.

The definition of the target entities we are concerned with is as follows:

Chinese Patent medicine: including clinical prescription, TCM formulas and CPM.

Relation annotation

In relation annotation task, we only considered two relations between entities. For each relationship, we classified the type of relationship based on the two annotation guidelines. Once two target entities appear in the same sentence, we label the relationship between them.

Chinese patent medicine-disease this indicates the drug will treat the disease or induce the disease. According to Plant-disease corpus, the relationships are divided into 3 categories: treatment, cause and others.

Evaluation of text-mined results

The evaluation of NER and RE was to compare the extracted results with the existing databases or manually annotated corpus.

For TCM-related NER tools, we compare whether the results we extracted overlap with the existing database. Secondly, for CPM entities, we will compare the results by dictionary-based tool and the results we manually annotated.

For relation extraction results, also check the overlap of the entity pair we extracted with the existing database, and then calculate the correct rate (CR) of relationship classification in the overlap section.

$$\text{Correct rate}=\frac{\text{correct classification relationships}}{\text{Overlapped relationships}}$$

Knowledge graph construction

The construction of a knowledge graph is a compelling visual representation of entities and relationships. These are embedded in the knowledge graph to carry information about entities and relationships and are widely used in learning tasks to accelerate the completion and recommendation of the knowledge graph. By mapping the stroke-related entities from our results and existing data source (TCMID [55], CDR [66], CTD [60], TCMSP [58] and ETCM [57]) in a common ID space, we can combine these triplets into one single dataset to construct a comprehensive stroke-related repurposing knowledge graph.

Results

Results statistics

The results mainly include the entities and relations we mined. The statistical results and specific results of drugs, chemicals, symptoms, pathways, etc. are shown in Table 3 and https://github.com/yangxi1016/Stroke.

Table 3 Models and results of named entity recognition

Relation extraction results statistics are in Table 4.

Table 4 Number of relation results by using co-occurrence and PKDE4J

Evaluation

Evaluation for NER

Compared with our manually labeled CPM results, the recall, precision and F1-score of the rule-based CPM NER are shown in Table 5.

Table 5 F1-score of the rule-based CPM NER tool

The reason for the low recall mainly because of the lack of abbreviation (CY-Tang: Chungsim-Yeunja-Tang) and the different spelling of TCM caused by different pronunciation. (For example, Hwangryun-Hae-Dok-tang and Huanglian-Jie-Du-Tang).

Compare with existing database

To assess how validity the literature-derived knowledge represented data, we compared the results to two Chinese Medicine Pharmacology Knowledge Base: ETCM and TCMSP to those obtained in StrokeKG. Including stroke-related CPM, herbs, and genes. Figure 3 shows the result of comparison with ETCM [57] and TCMSP [58].

Fig. 3
figure 3

The comparison of NER results with ETCM [57] and TCMSP [58]

Compared with the existing database, our name recognition results partially overlap with the existing database, which indicates that our entity recognition results are effective. More importantly, we have unearthed many stroke-related entities that do not exist in the database. Which provides a new direction for future research.

Evaluation for RE

Compared with our manually labeled CPM-Disease relations, the recall, precision and F1-score of the CPM-Disease RE are shown in Table 6.

Table 6 F1-score of the CPM-Disease RE tool

On some relationship pairs, the model cannot judge whether it is a Treatment or a Cause, and is classified as Other, which is most of the reason for the error.

As shown in Fig. 4a and Table 7, our mining results include 190 pairs of CPM-Herbs, 4 pairs of CPM-Ingredients, and 515 pairs of Herbs-Ingredients, compared with the existing TCMID (only CPM components and Herbs component table) database, there are 275 pairs of relationships that overlap and the correct rate of the relationship classification results is 91.42%. Secondly, our mining results include 404 pairs of CPM-Disease (with 704 CPM for stroke-related disease) compared with TCMID (only comparing whether herbal medicine has a therapeutic effect on the disease). The rate is 84.37%. The correct rates of the relation between genes-diseases and drugs-diseases are 90.47% and 88.86%, respectively.

Fig. 4
figure 4

The part of our mining results that is a duplicate (comparable) with the existing database. a The relation between CPM-Herbs, CPM-Ingredients, and Herbs-Ingredients (Comparative database: TCMID). b The relation between CPM-Disease, Ingredients-Disease, and Herbs—Disease (Comparative database: Plant-disease). c The relation between Drugs-Disease and Chemical-Disease(Comparative database: CTD: Chemical-Disease)

Table 7 The correct rate of our RE results

To determine if classification of overlaps can and made Table 8.

Table 8 Comparison of the text mining results of Drug-disease relation and existing databases (CID + CTD)

By detailed analysis, we found our relation extraction method can accurately extract two entities in the same sentence, but there will be errors in the classification of the relations. The main reason is the inability to identify keywords in relation extraction.

At the same time, the other purpose of the construction of our knowledge graph is to extract knowledge that may be useful but not included in the existing data set in the vast ocean of data. For this, we compare the size of the data set with the existing biomedical common knowledge base and proposed new possible clinical medical research directions.

StrokeKG

StrokeKG (http://114.115.208.144:7474/browser/) contains a total of 46,983 entities belonging to K = 9 entity-types. The type-wise distribution of the entities. StrokeKG contains a total of 157,302 triplets belonging to R = 30 edge-types with 659,838 properties. A part of the results, as shown in Fig. 5a, using entities as graphs nodes, and the entities contain entity ID, entity name, and standard classification (MESH). As shown in Fig. 5b, the PMID number of the article where two entities co-exist is used as the edge of the graph. In particular, the edge also contains the keyword (RelationKeyword) extracted by PKDE4J and the relationship classification result (RelationType) based on the BERT model.

Fig. 5
figure 5

Screenshots of our knowledge graph. a Overall schema, b An example of details about the entity. c The relation between Danggui and acute cerebral infarction

To enhance the effectiveness of our knowledge graph, we also annotated the reliable 32,031 nodes of 9 types and 4,800 relationships of 16 types with evidence from the entirely correct part of the evaluation results and the information in the existing database.

Discussion

Detail results of NER and RE

Stroke-related disease/symptoms

In total, we mined 4210 kinds of diseases (401,644 entity mentions) in downloaded documents. (Results detail shows in Additional file 1) According to our results, the expression of stroke in related literature includes synonyms(e.g., Apoplexy  (105), Brain ischemia (605), Cerebral ischemia (3183), Cerebrovascular Accident (227), Hemorrhage, Transient Ischemic Attack), abbreviations (e.g., CVA, TIA (722)), lexical changes, and word order changes. The generation of a stroke may be related to other diseases, such as atrial fibrillation (MESH:D001281,2732) diabetes (MESH:D006973, 2571), heart disease(MESH:D006333, 2590) etc., or it may have some sequelae after a stroke, such as acute gastrointestinal bleeding, hypertension, cerebral heart syndrome, pulmonary infection, and acute Pulmonary edema, etc. There are 728 types of symptoms (350,833 mentions), (Results detail shows in Additional file 2) Among them, aging (4103) mentioned in the 4041 abstract, which is also consistent with the fact that 64% of strokes occur in people aged 55 to 75 years. Virus (731) infection is a possible factor for sudden stroke. At the same time depression (1067), anxiety (301), and other unfavorable psychological conditions are also common complications that we need for stroke patients.

Stroke-related gene and relation between stroke-genes and stroke-related disease-genes

Gene mutations are related to the incidence of stroke. By relation extraction in disease-genes, we found 5953 types of genes (included 180,280 mentions). We linked 1238 diseases and 1574 genes, created 10,094 relationships. The results show that small changes in 588 genes can affect the risk of stroke and nearly 1000 genes affect stroke-related diseases. Specifically, changes in ACE (Angiotensin Converting Enzyme) (803), Collagen Binding Protein (437), or MTHFr (326) affect the risk of stroke. Secondly, VEGF (558) can be used as a drug target for the treatment of stroke patients. At the same time, the regulation of the brain protein of UCHL1, Hypoxia-inducible factor 1alpha (HIF-1α, 239) may be crucial for how nerve cells repair themselves after a stroke.

Western medicine for treating stroke and stroke-related disease

tmChem system successfully identified 11,129 types of Chemical entities (201,234 mentions) from the abstracts we downloaded. Among them, Ticlopidine, Nimodipine, Triphenyltetrazolium chloride has been mentioned many times and are ingredients contained in various medicines for the treatment of stroke and related diseases. It can be seen from the number of mentions that the aspirin (1475) is main chemical for relieving/ alleviating the risk of stroke, and angiotensin (435) causes vasoconstriction and increased blood pressure, which ultimately leads to stroke. Secondly, oxygen (2290), iron (1524) calcium (1918), glucose (1193) cholesterol (1177), nucleotide (1144), the index of these main compounds on the impact of human stroke and related diseases is the most concerned by the medical community.

According to the drug list provided by Drugbank, we have normalized and classified 2156 kinds of drugs for entities. In addition to the individual elements of statistics in the chemical, The drugs with the greatest impact on stroke are aspirin (DB00945,1475), warfarin (DB00682,1034), clopidogrel (DB00758,666).

TCM for treating stroke and stroke-related disease

We have identified 294 Chinese patent medicines that have played a role in the prevention and treatment of stroke and related diseases. From our mining results, GUALOUGUIZHI DECOCTION (10), KUDIEZIINJECTION(10), DANHONGINJECTION(20), and BUYANGHUANWU DECOCTION(36) are potent medicine in treating stroke. We also extracted 420 species of Herbs (11,671 mentions). DAN-SHEN (58), Chuan-Xiong (50), Dang-Gui (23), Huang-Lian (21), and Bai-Fu-Zi (19) are in various Chinese patent medicines or prescriptions for the treatment of stroke and related diseases. In ingredients extraction, except the ingredients like glucose (1947) cholesterol (1394) glutamate (767) dopamine (478), the unique ingredients in Chinese herbal medicine such as Hyperin (265) and catechol (207) are important for treating stoke-related diseases.

Pathways

In our results, a total of 105,337 pathways mentions were identified. In the subsequent relation extraction process, we use the results for analyzing what kind of molecular pair does the chemical in the medicine or the herbal ingredient play in the disease and identify what the key genes and pathways involved in stroke-related diseases are.

For example, the ERK1/2 activity generated by cytokines and free radicals or other inflammatory factors after stroke may worsen ischemic damage, whereas the ERK1/2 activity produced by exogenous growth factors, estrogen, and preconditioning favors neuroprotection.

Discover possible existing CPM to treat stroke

StrokeKG Construction can discover possible existing drugs/CPM/herbs to treat stroke-related diseases to reduce the risk of stroke. Such a task can be expressed as a direct link prediction between the drug and disease entity, or indirectly expressed as a link between any pair of biological entities involved in a particular pathway. For example, 31348992 Intersection analysis between DZXXI's putative targets with ischemic stroke-associated genes identified two important targets (PTGS1, PTGS2) (Fig. 6).

Fig. 6
figure 6

An example of expressed as a link between any pair of biological entities

Conclusions

In this study, we analyzed stroke-related literature with natural language processing, including named entity recognition and relation extraction. We showed that the-state-of-the-art text mining tools could efficiently extract the critical information hidden behind the unstructured data in the biomedical domain.

Through the knowledge base and knowledge graph, we have a clearer understanding of stroke-related diseases, symptoms, gene mutations that cause stroke, and the vital role of Chinese and Western medicine in preventing and treating stroke. We constructed StrokeKG, representing the relation among stroke-related entities successfully.

In future research, we will optimize the relationship mining model in the field of biomedicine, apply the model to all aspects of various diseases, and establish a larger and more comprehensive map of medical knowledge.

Availability of data and materials

The code files are available at: https://github.com/yangxi1016/Stroke/.

Change history

Abbreviations

NER:

Named Entity Recognition

RE:

Relation Extraction

TCM:

Traditional Chinese Medicine

References

  1. Lau AY, Wong EH, Leung TW, Mok VC, Wong KS. Intravenous alteplase for Chinese patients with stroke and borderline eligibility. J Clin Neurosci. 2012;19(10):1383–6.

    Article  CAS  PubMed  Google Scholar 

  2. Brainin M, Feigin VL, Norrving B, Martins SCO, Hankey GJ, Hachinski V. Global prevention of stroke and dementia: the WSO declaration. Lancet Neurol. 2020;19(6):487–8.

    Article  PubMed  Google Scholar 

  3. Peisker T, Koznar B, Stetkarova I, Widimsky P. Acute stroke therapy: a review. Trends Cardiovasc Med. 2017;27(1):59–66.

    Article  PubMed  Google Scholar 

  4. Ton G, Liao H-Y, Chiang J-H, Chen Y-H, Lee Y-C. Chinese herbal medicine and acupuncture reduced the risk of stroke after Bell’s Palsy: a population-based retrospective cohort study. J Altern Complement Med. 2019;25(9):946–56.

    Article  PubMed  Google Scholar 

  5. Katan M, Luft A. Global burden of stroke. In: Seminars in neurology: 2018. Thieme Medical Publishers, 208–211.

  6. International Stroke Database [Internet]. 2006 Nov 1 [updated 2015 Jan 1; cited 2020 Dec 8]. Available from: http://www.nmr.mgh.harvard.edu/stroke/index.html

  7. OSR Acute Stroke Databases [Internet]. 2015 Oct 4 [updated 2021 May 1; cited 2021 May 6]. Available from: https://www.ices.on.ca/Research/Research-programs/Cardiovascular/Ontario-Stroke-Registry/OSR-Acute-Stroke-Databases

  8. SSNAP [Internet]. 2020 Jan 1 [updated 2021 May 4; cited 2021 May 6]. Available from: https://www.strokeaudit.org/

  9. Wang Q, Mao Z, Wang B, Guo L. Knowledge graph embedding: a survey of approaches and applications. IEEE Trans Knowl Data Eng. 2017;29(12):2724–43.

    Article  Google Scholar 

  10. Ji S, Pan S, Cambria E, Marttinen P, Yu PS. A survey on knowledge graphs: representation, acquisition and applications. arXiv preprint arXiv:2002.00388 2020.

  11. Wang X, He X, Cao Y, Liu M, Chua T-S. Kgat: knowledge graph attention network for recommendation. In: Proceedings of the 25th ACM SIGKDD international conference on knowledge discovery & data mining: 2019. 950–958.

  12. Bean DM, Wu H, Iqbal E, Dzahini O, Ibrahim ZM, Broadbent M, Stewart R, Dobson RJ. Knowledge graph prediction of unknown adverse drug reactions and validation in electronic health records. Sci Rep. 2017;7(1):1–11.

    Article  CAS  Google Scholar 

  13. Gyrard A, Gaur M, Shekarpour S, Thirunarayan K, Sheth A. Personalized health knowledge graph. 2018.

  14. Ernst P, Siu A, Weikum G. Knowlife: a versatile approach for constructing a large knowledge graph for biomedical sciences. BMC Bioinform. 2015;16(1):157.

    Article  Google Scholar 

  15. Mohamed SK, Nováček V, Nounu A. Discovering protein drug targets using knowledge graph embeddings. Bioinformatics. 2020;36(2):603–10.

    CAS  PubMed  Google Scholar 

  16. Yuan J, Jin Z, Guo H, Jin H, Zhang X, Smith T, Luo J. Constructing biomedical domain-specific knowledge graph with minimum supervision. Knowl Inf Syst. 2020;62(1):317–36.

    Article  Google Scholar 

  17. Teschke R, Zhang L, Long H, Schwarzenboeck A, Schmidt-Taenzer W, Genthner A, Wolff A, Frenzel C, Schulze J, Eickhoff A. Traditional Chinese Medicine and herbal hepatotoxicity: a tabular compilation of reported cases. Ann Hepatol. 2015;14(1):7–19.

    Article  CAS  PubMed  Google Scholar 

  18. Wu S, Wu B, Liu M, Chen Z, Wang W, Anderson CS, Sandercock P, Wang Y, Huang Y, Cui L. Stroke in China: advances and challenges in epidemiology, prevention, and management. Lancet Neurol. 2019;18(4):394–405.

    Article  PubMed  Google Scholar 

  19. Consortium GO. Gene ontology consortium: going forward. Nucleic Acids Res. 2015;43(D1):D1049–56.

    Article  Google Scholar 

  20. Schriml LM, Arze C, Nadendla S, Chang Y-WW, Mazaitis M, Felix V, Feng G, Kibbe WA. Disease ontology: a backbone for disease semantic integration. Nucleic Acids Res. 2012;40(D1):D940–6.

  21. Petry NM, Peirce JM, Stitzer ML, Blaine J, Roll JM, Cohen A, Obert J, Killeen T, Saladin ME, Cowell M. Effect of prize-based incentives on outcomes in stimulant abusers in outpatient psychosocial treatment programs: a national drug abuse treatment clinical trials network study. Arch Gen Psychiatry. 2005;62(10):1148–56.

    Article  PubMed  Google Scholar 

  22. Gregory JK, Lachman N, Camp CL, Chen LP, Pawlina W. Restructuring a basic science course for core competencies: an example from anatomy teaching. Med Teach. 2009;31(9):855–61.

    Article  PubMed  Google Scholar 

  23. Yuanzhuo W, Yantao J, Zeya Z. OpenKG-knowledge computing engine in the era of network big data. Commun Chin Comput Fed. 2014;10(11):30–5.

    Google Scholar 

  24. Fauqueur J, Thillaisundara A, Togia T. Constructing large scale biomedical knowledge bases from scratch with rapid annotation of interpretable patterns. arXiv preprint arXiv:1907.01417 2019.

  25. Stebbing J, Phelan A, Griffin I, Tucker C, Oechsle O, Smith D, Richardson P. COVID-19: combining antiviral and anti-inflammatory treatments. Lancet Infect Dis. 2020.

  26. Sang S, Yang Z, Wang L, Liu X, Lin H, Wang J. SemaTyP: a knowledge graph based literature mining method for drug discovery. BMC Bioinform. 2018;19(1):193.

    Article  Google Scholar 

  27. Cohen AM, Hersh WR. A survey of current work in biomedical text mining. Brief Bioinform. 2005;6(1):57–71.

    Article  CAS  PubMed  Google Scholar 

  28. Roux KJ, Kim DI, Burke B, May DG. BioID: a screen for protein–protein interactions. Curr Protoc Prot Sci. 2018;91(1):19.23.11–5.

  29. Lee K, Kim B, Choi Y, Kim S, Shin W, Lee S, Park S, Kim S, Tan AC, Kang J. Deep learning of mutation-gene-drug relations from the literature. BMC Bioinform. 2018;19(1):21.

    Article  Google Scholar 

  30. Zhang Y, Lin H, Yang Z, Wang J, Zhang S, Sun Y, Yang L. A hybrid model based on neural networks for biomedical relation extraction. J Biomed Inform. 2018;81:83–92.

    Article  PubMed  Google Scholar 

  31. Yadav V, Bethard S. A survey on recent advances in named entity recognition from deep learning models. arXiv preprint arXiv:1910.11470 2019.

  32. Krauthammer M, Nenadic G. Term identification in the biomedical literature. J Biomed Inform. 37(6):512–26.

  33. Wei C-H, Kao H-Y, Lu Z. GNormPlus: an integrative approach for tagging genes, gene families, and protein domains. BioMed Res Int. 2015;2015.

  34. Leaman R, Islamaj Doğan R, Lu Z. DNorm: disease name normalization with pairwise learning to rank. Bioinformatics. 2013;29(22):2909–17.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  35. Dang TH, Le H-Q, Nguyen TM, Vu ST. D3NER: biomedical named entity recognition using CRF-biLSTM improved with fine-tuned embeddings of various linguistic information. Bioinformatics. 2018;34(20):3539–46.

    Article  CAS  PubMed  Google Scholar 

  36. Gerner M, Nenadic G, Bergman CM. LINNAEUS: a species name identification system for biomedical literature. BMC Bioinform. 2010;11(1):85.

    Article  Google Scholar 

  37. Perera D, Poulos RC, Shah A, Beck D, Pimanda JE, Wong JW. Differential DNA repair underlies mutation hotspots at active promoters in cancer genomes. Nature. 2016;532(7598):259–63.

    Article  CAS  PubMed  Google Scholar 

  38. Leaman R, Wei C-H, Lu Z. tmChem: a high performance approach for chemical named entity recognition and normalization. J Cheminform. 2015;7(S1):S3.

    Article  PubMed  PubMed Central  Google Scholar 

  39. Rocktäschel T, Weidlich M, Leser U. ChemSpot: a hybrid system for chemical named entity recognition. Bioinformatics. 2012;28(12):1633–40.

    Article  PubMed  Google Scholar 

  40. Wu C, Schwartz J-M, Brabant G, Peng S-L, Nenadic G. Constructing a molecular interaction network for thyroid cancer via large-scale text mining of gene and pathway events. BMC Syst Biol. 2015;9(6):S5.

    Article  PubMed  PubMed Central  Google Scholar 

  41. Wang W, Yang X, Yang C, Guo X, Zhang X, Wu C. Dependency-based long short term memory network for drug–drug interaction extraction. BMC Bioinform. 2017;18(16):578.

    Article  Google Scholar 

  42. Van Mulligen EM, Fourrier-Reglat A, Gurwitz D, Molokhia M, Nieto A, Trifiro G, Kors JA, Furlong LI. The EU-ADR corpus: annotated drugs, diseases, targets, and their relationships. J Biomed Inform. 2012;45(5):879–84.

    Article  PubMed  Google Scholar 

  43. Trifirò G, Patadia V, Schuemie MJ, Coloma PM, Gini R, Herings R, Hippisley-Cox J, Mazzaglia G, Giaquinto C, Scotti L. EU-ADR healthcare database network vs. spontaneous reporting system database: preliminary comparison of signal detection. Stud Health Technol Inform. 2011;166:25–30.

  44. Junge A, Jensen LJ. CoCoScore: context-aware co-occurrence scoring for text mining applications using distant supervision. Bioinformatics. 2020;36(1):264–71.

    Article  CAS  PubMed  Google Scholar 

  45. Sarhan I, El-Sonbaty Y, El-Nasr MA. Semi-supervised pattern based algorithm for arabic relation extraction. In: 2016 IEEE 28th international conference on tools with artificial intelligence (ICTAI): 2016. IEEE: 177–183.

  46. Song M, Kim WC, Lee D, Heo GE, Kang KY. PKDE4J: Entity and relation extraction for public knowledge discovery. J Biomed Inform. 2015;57:320–32.

    Article  PubMed  Google Scholar 

  47. Ravikumar K, Rastegar-Mojarad M, Liu H. BELMiner: adapting a rule-based relation extraction system to extract biological expression language statements from bio-medical literature evidence sentences. Database. 2017;2017.

  48. Kim J-D, Ohta T, Pyysalo S, Kano Y. 2009. Overview of bionlp’09 shared task on event extraction. In: Proceedings of natural language processing in biomedicine (BioNLP) NAACL 2009 workshop. Citeseer.

  49. Liu C, Sun W, Chao W, Che W. Convolution neural network for relation extraction. In: International conference on advanced data mining and applications: 2013. Springer: 231–242.

  50. Zhang D, Wang D: Relation classification via recurrent neural network. arXiv preprint arXiv:1508.01006 2015.

  51. Xi E, Bing S, Jin Y: Capsule network performance on complex data. arXiv preprint arXiv:1712.03480 2017.

  52. Sun M, Zhao S, Gilvary C, Elemento O, Zhou J, Wang F. Graph convolutional networks for computational drug development and discovery. Brief Inform. 2019.

  53. Zitnik M, Agrawal M, Leskovec J. Modeling polypharmacy side effects with graph convolutional networks. Bioinformatics. 2018;34(13):i457–66.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  54. Yu X, Hu W, Lu S, Sun X, Yuan Z. BioBERT Based Named Entity Recognition in Electronic Medical Record. In: 2019 10th international conference on information technology in medicine and education (ITME): 2019. IEEE: 49–52.

  55. Huang L, Xie D, Yu Y, Liu H, Shi Y, Shi T, Wen C. TCMID 2.0: a comprehensive resource for TCM. Nucleic Acids Res. 2017;46(D1):D1117–20.

  56. Zhang R-z, Yu S-j. Bai H, Ning K: TCM-Mesh: the database and analytical system for network pharmacology analysis for TCM preparations. Sci Rep. 2017;7(1):2821.

    Article  PubMed  PubMed Central  Google Scholar 

  57. Xu H-Y, Zhang Y-Q, Liu Z-M, Chen T, Lv C-Y, Tang S-H, Zhang X-B, Zhang W, Li Z-Y, Zhou R-R. ETCM: an encyclopaedia of traditional Chinese medicine. Nucleic Acids Res. 2019;47(D1):D976–82.

    Article  CAS  PubMed  Google Scholar 

  58. Ru J, Li P, Wang J, Zhou W, Li B, Huang C, Li P, Guo Z, Tao W, Yang Y. TCMSP: a database of systems pharmacology for drug discovery from herbal medicines. J Cheminform. 2014;6(1):13.

    Article  PubMed  PubMed Central  Google Scholar 

  59. Taboureau O, Nielsen SK, Audouze K, Weinhold N, Edsgärd D, Roque FS, Kouskoumvekaki I, Bora A, Curpan R, Jensen TS. ChemProt: a disease chemical biology database. Nucleic Acids Res. 2010;39(suppl_1):D367–72.

  60. Mattingly C, Rosenstein M, Colby G, Forrest J Jr, Boyer J. The Comparative Toxicogenomics Database (CTD): a resource for comparative toxicological studies. J Exp Zool Part A Comp Exp Biol. 2006;305(9):689–92.

    Article  CAS  Google Scholar 

  61. Herrero-Zazo M, Segura-Bedmar I, Martínez P, Declerck T. The DDI corpus: an annotated corpus with pharmacological substances and drug–drug interactions. J Biomed Inform. 2013;46(5):914–20.

    Article  PubMed  Google Scholar 

  62. Kim B, Choi W, Lee H. A corpus of plant–disease relations in the biomedical domain. PLoS ONE 2019;14(8).

  63. Wei C-H, Kao H-Y, Lu Z. PubTator: a web-based text mining tool for assisting biocuration. Nucleic Acids Res. 2013;41(W1):W518–22.

    Article  PubMed  PubMed Central  Google Scholar 

  64. Loper E, Bird S. NLTK: the natural language toolkit. arXiv preprint arXiv:cs/0205028 2002.

  65. Luo L, Yang Z, Yang P, Zhang Y, Wang L, Lin H, Wang J. An attention-based BiLSTM-CRF approach to document-level chemical named entity recognition. Bioinformatics. 2018;34(8):1381–8.

    Article  CAS  PubMed  Google Scholar 

  66. Li J, Sun Y, Johnson RJ, Sciaky D, Wei C-H, Leaman R, Davis AP, Mattingly CJ, Wiegers TC, Lu Z. BioCreative V CDR task corpus: a resource for chemical disease relation extraction. Database. 2016;2016.

Download references

Acknowledgements

Not applicable.

About this supplement

This article has been published as part of BMC Bioinformatics Volume 22 Supplement 10 2021: Selected articles from the 19th Asia Pacific Bioinformatics Conference (APBC 2021): bioinformatics. The full contents of the supplement are available at https://bmcbioinformatics.biomedcentral.com/articles/supplements/volume-22-supplement-10.

Funding

Computing resources are supported by National High-level Personnel for Defense Technology Program (2017-JCJQ-ZQ-013), and NSF 61902405. Publication costs are funded by the National Key R&D project by Ministry of Science and Technology of China (2018YFB1003203), the open fund from the State Key Laboratory of High Performance Computing (No. 201901-11), and National Science Foundation of China (U1811462). The funder CW and KL took part in the formulation and development of methodology, and provided financial support for this study.

Author information

Authors and Affiliations

Authors

Contributions

GN set up the general idea of this project. XY and WW developed the codes and drafted the manuscript, drafted the discussion and revised the whole manuscript together with CW and KL. All authors have read and approved the manuscript.

Corresponding author

Correspondence to Goran Nenadic.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

The original online version of this article was revised: the authors identified an error in the equal contributors

Supplementary Information

Additional file 1

. The list of stroke-related diseases.

Additional file 2

. The list of stroke-related symptoms.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Yang, X., Wu, C., Nenadic, G. et al. Mining a stroke knowledge graph from literature. BMC Bioinformatics 22 (Suppl 10), 387 (2021). https://doi.org/10.1186/s12859-021-04292-4

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-021-04292-4

Keywords