Applying BioBERT to Extract Germline Gene-Disease Associations for Building a Knowledge Graph from the Biomedical Literature

Armando D. Diaz Gonzalez [email protected] 0000-0002-4061-1880 Charleston Southern University9200 University BlvdNorth CharlestonSouth CarolinaUSA29406 Songhui Yue 0009-0002-0945-3105 Charleston Southern University9200 University BlvdNorth CharlestonSouth CarolinaUSA29406 [email protected] Sean T. Hayes 0000-0003-3631-7782 Charleston Southern University9200 University BlvdNorth CharlestonSouth CarolinaUSA29406 [email protected]  and  Kevin S. Hughes 0000-0003-4084-6484 Medical University of South Carolina171 Ashley AveCharlestonSouth CarolinaUSA29425 [email protected]
(2023)
Abstract.

Published biomedical information has and continues to rapidly increase. The recent advancements in Natural Language Processing (NLP), have generated considerable interest in automating the extraction, normalization, and representation of biomedical knowledge about entities such as genes and diseases. Our study analyzes germline abstracts in the construction of knowledge graphs of the immense work that has been done in this area for genes and diseases. This paper presents SimpleGermKG, an automatic knowledge graph construction approach that connects germline genes and diseases. For the extraction of genes and diseases, we employ BioBERT, a pre-trained BERT model on biomedical corpora. We propose an ontology-based and rule-based algorithm to standardize and disambiguate medical terms. For semantic relationships between articles, genes, and diseases, we implemented a part-whole relation approach to connect each entity with its data source and visualize them in a graph-based knowledge representation. Lastly, we discuss the knowledge graph applications, limitations, and challenges to inspire the future research of germline corpora. Our knowledge graph contains 297 genes, 130 diseases, and 46,747 triples. Graph-based visualizations are used to show the results.

BioBERT, entity recognition, germline mutations, knowledge graph, semantic relation
journalyear: 2023copyright: acmlicensedconference: 2023 the 7th International Conference on Information System and Data Mining (ICISDM); May 10–12, 2023; Atlanta, USAbooktitle: 2023 the 7th International Conference on Information System and Data Mining (ICISDM) (ICISDM 2023), May 10–12, 2023, Atlanta, USAprice: 15.00doi: 10.1145/3603765.3603771isbn: 979-8-4007-0063-7/23/05ccs: Computing methodologies Information extractionccs: Information systems Graph-based database models

1. Introduction

Certain genes that a person is born with protect us from developing cancer. Cancer susceptibility have mutations (i.e., have a DNA change that prevents their normal function), creating a higher risk of developing cancer. Looking for which mutated genes increase the risk of which specific cancers is of great interest and is known as the gene-disease association. Extracting germline genes and diseases from biomedical corpora for representing knowledge encoded in a Knowledge Graph (KG) requires complex, expensive, and time-consuming methods. Biomedical publications are increasing rapidly. For example, using the same search criteria, a PubMed search for BRCA1 and BRCA2 in 2010, fetched 478 papers compared to 830 papers in 2021, a 57% increase in annual new papers in 11 years. Because the total number of publications on these genes now exceeds 12,300 and there are an estimated 22,287 genes in the human genome (Salzberg, 2018), the magnitude of this task becomes overwhelming. As a result, manual extraction is essentially impossible. Many computational approaches have been proposed to extract gene-disease association information from the biomedical literature accurately and efficiently. For instance, in the fields of pharmacy (Kim et al., 2019), medicine (Choi and Lee, 2021), and biology (Singh et al., 2021), machine learning and deep learning models have enabled biomedical text-mining tasks such as summarizing, extracting, and analyzing large corpora with varying degrees of success (Al-Garadi et al., 2022).

Natural Language Processing (NLP), a field of artificial intelligence, is used to perform tasks such as Named Entity Recognition (NER), Named Entity Normalization (NEN), and Relation Extraction (RE) (Alshaikhdeeb and Ahmad, 2016; Cariello et al., 2021; Luo et al., 2022; Noh and Kavuluru, 2021; Wang et al., 2009). NLP systems can analyze immense amounts of text-based data and determine the correct meaning of a word in a specific context to extract key facts and relationships. To address the problem of gene-disease associations in an article, NER can be used for extracting genes and diseases (as entities) from the biomedical corpora (Wu et al., 2019). The most recent approach is driven by transformer-based models that were recently developed by Google (Vaswani et al., 2017) and can be used for carrying out various NLP tasks (Bhatnagar et al., 2022). This approach can be pre-trained on biomedical literature and is known to outperform pre-trained models, such as ELMo and BERT (Lee et al., 2019).

Unlike relational databases, graph databases provide unique abilities to manage n-th degree relationships among complex types of biomedical data (Zhu et al., 2020). Knowledge Graphs (KGs) have proven to be effective in representing large-scale heterogeneous data and visualizing the nature of underlying relationships. KGs provide a model of relevant facts and contextualized answers to specific questions, so that they can then be used to extract and discover deeper and more subtle patterns (Al-Moslmi et al., 2020). For example, KGs are suitable for representing hierarchical data, such as genes, diseases, and relationships that are interconnected.

Furthermore, many studies focus on a particular segment in the three-stage life cycle of the knowledge graph construction process that includes NER, NEN, and RE or Semantic Relation. In this paper, we present SimpleGermKG, a gene-disease knowledge graph based on germline corpora. The germline genes and diseases are extracted from abstracts using BioBERT (Lee et al., 2019). To our knowledge, no study has been conducted to analyze germline abstracts in the construction of knowledge graphs. Therefore, we examine the knowledge graph life cycle based on a hybrid procedure between deep learning, ontology-based, and rule-based approaches beginning with the data pre-processing, knowledge graph construction part, and ending with a discussion of graph applications and visualizations for further analysis.

Our contributions are summarized as follows:

  • We automated the construction of SimpleGermKG, which visually organizes genes and diseases from germline abstracts. SimpleGermKG will expedite searches for gene-disease associations with references.

  • We developed SimpleGermKG using BioBERT to extract genes and diseases from biomedical texts. Then, an ontology-rule-based NEN algorithm was designed to match genes and diseases with master terms. Lastly, a part-whole relation approach to connect these gene-disease pairs with their references.

  • In Section 5, we proposed three relationship approaches for classifying relationships between germline genes and diseases. Two of them are based on a co-occurrence method, which indicates that there is a possible relationship between two entities when these appear in the text. The last approach could be used to find more granular relationships using a pre-trained language model such as BioBERT.

  • The source code of our workflow is freely available at https://github.com/arm-diaz/Bio-Germline-Diseases-BERT-NER.

The structure of this paper is as follows: Section 2 presents an overview of relevant approaches to the biomedical knowledge graph life cycle in previous studies. Section 3 explains a general description of the proposed methodological approach. Section 4 describes details of the developed workflow, and the case study results. Section 5 discusses future work. Finally, the conclusions are highlighted in Section 6.

2. Related Work

Biomedical knowledge graphs may be constructed using various techniques which begin with large datasets that are extracted from pre-existing databases or texts. These pre-existing databases were created by domain experts using manually curated KGs and automatically extracted KGs (e.g., using machine learning methods). Manual curation is a time-consuming process, due to the required effort by the domain expert to review papers, annotate phrases and sentences, and define rules and constraints that help users make inferences. On the other hand, machine learning approaches in natural language processing tasks can be used to automate the process of building a knowledge graph. NLP can quickly detect sentences of interest and unveil complex relationships among the data. These methods require annotating only a subset of the data.

2.1. Ontology-based Knowledge Graph Construction

In medicine, biomedical knowledge can be divided into many subdomains, such as genes, chemical compounds, diseases, organs, symptoms, and syndromes. The purpose of biomedical ontology goes beyond collecting names of entities, a dictionary of terms, and controlled vocabulary for a variety of entities. It defines biological classes of entities and the relations among them for building a knowledge base (Bodenreider et al., 2005). A well-defined ontology is essential for the creation of a biomedical knowledge graph because the ontology enables complex reasoning about biomedical knowledge. Some of these KGs, e.g. GARD (Zhu et al., 2020) and GenomicKB (Feng et al., 2022) have made significant contributions to the integration and utilization of existing biomedical knowledge regarding rare disease information sources, human genome, epigenome, transcriptome, and 4D nucleome to provide patients with the latest health information to answer human genomics-related questions.

BioPortal (Whetzel et al., 2011), an open repository of biomedical ontologies, has more than 1,000 ontologies and 15 million classes of entities. These ontologies have been designed and developed by the community of research teams to summarize and organize information. Maintaining an ontology through its life cycle is infeasible for a human expert since it is expensive and time-consuming. In addition, the difficulty is compounded by the fact that high-quality and scalable ontologies require reusing parts of other ontologies and applying automated quality control testing that guarantees best practices for software development (Matentzoglu et al., 2022).

2.2. Automatic Knowledge Graph Construction

Managing the increased rate of publications via manual curation is infeasible, requiring approaches that can automate part or all of the process. Natural Language Processing is commonly used to extract entities and their relations from biomedical text. Therefore, NLP can facilitate and automate knowledge graph construction. NER and NEN approaches have been developed to find relevant entities and connect these entities to meet the agreed data model (Milošević and Thielemann, 2023). Biomedical named entity recognition and named entity resolution techniques have been studied since the late 1990s (Fukuda et al., 1998), and different approaches have been proposed and developed to solve NER systems. These approaches can be classified into (1) rule-based, which relies on linguistic experts designing accurate rules, (2) machine learning-based, such as Hidden Markov Models (HMM) and Conditional Random Fields (CRF), (3) deep learning-based such as RNN, LSTM, CNN, and pre-trained language models, and (4) hybrid approaches (Li et al., 2018; Pawar et al., 2017; Yang et al., 2021a; Devlin et al., 2018).

Due to significant advances in deep learning, pre-training allows the model to incorporate domain-specific knowledge, which can further improve the ability of the pre-trained base model to achieve high performance on various tasks (Devlin et al., 2018). The model can be fine-tuned on task-specific datasets to perform tasks, such as named entity recognition and relation extraction (Lee et al., 2019; Beltagy et al., 2019; Chithrananda et al., 2020), which are two critical tasks to construct domain-specific knowledge graphs. In contrast with a manual curation approach, pre-trained models can reduce computing costs, and save time and resources. For example, BERT-based models can be used to generate scalable knowledge graphs from new corpora that include undiscovered knowledge (Verma et al., 2023).

A recent study, HerbKG (Zhu et al., 2022), a knowledge graph that bridges herbal and molecular medicine, uses text mining techniques, such as PubTator Central (PTC) NER model and a custom BERT-based RE model to produce a list of identified relation triplets, which are used for the HerbKG construction. The constructed HerbKG supports multiple downstream applications, such as descriptive analysis, evidence-based graph query, similarity analysis, and drug repurposing. Other studies (Milošević and Thielemann, 2023; Yang et al., 2021b) have attempted to apply machine learning algorithms and BERT-based models to extract relationships, such as Drug-Gene, Drug-Disease, and Gene-Disease, and have a clearer understanding of diseases, symptoms, and gene mutations.

3. Method

We propose a four-stage pipeline, which constructs SimpleGermKG. First, we proceed with a detailed description of the dictionaries used for the NEN task. Then, we describe the workflow that consists of tokenizing and preparing the dataset for machine learning, extracting genes and diseases from germline corpora using BioBERT NER, standardizing entities through a named entity normalization process, and linking normalized entities using the semantic relation that associates entities with their PubMed ID as illustrated in Figure 1.

Refer to caption
Figure 1. SimpleGermKG Architecture. This figure illustrates the overall workflow of SimpleGermKG. BioBERT is pre-trained on PubMed abstracts to extract germline genes and diseases. Then, ambiguated entities are eliminated and a semantic relation approach is utilized to build a knowledge graph (KG) and improve the interpretability of our results.
\Description

SimpleGermKG Architecture.

3.1. Data Sources

Due to the complexity of properly defining and categorizing a large number of biomedical terms, we rely on two home-grown dictionaries (MUSC), one includes a list of diseases, and the other a list of genes. These dictionaries are relevant for mapping genes and diseases to a master term. The dictionary of diseases contains around 125 disease names and 452 synonyms, and the dictionary of genes contains around 336 gene names and 1,310 synonyms.

3.2. Pre-processing

Tokenization is the process of breaking down unstructured data and natural language text into smaller units of information (Webster and Kit, 1992). For instance, sentences, punctuation marks, words, and numbers can be considered tokens. Large input sizes for machine learning models are not recommended, especially BERT-based models (Devlin et al., 2018), which have an input size restriction of 512 characters. Considering an abstract of a research paper is usually a paragraph of 300 words or less, an abstract may have over 512 characters with spaces included in the character count. To solve this problem, we used the PunktSentenceTokenizer (Marcus et al., 1993) method from the NLTK python library, which is trained on the Penn Treebank corpus and uses regular expressions to parse sentences and detect the sentence boundaries.

3.3. Named Entity Recognition

We used a fine-tuned BioBERT model pre-trained on NCBI-disease corpus (Abreu Vicente, 2022b) to extract diseases from germline abstracts. The Natural Center for Biotechnology Information Disease (NCBI) (Doğan et al., 2014) disease corpus is a collection of 793 PubMed articles with 6,892 manually annotated disease mentions. For extracting genes from germline abstracts, we used a fine-tuned BioBERT model pre-trained on the BC2GM corpus (Abreu Vicente, 2022a). The BioCreative II Gene Mention (BC2GM) corpus (Smith et al., 2008) consists of sentences from PubMed abstracts with manually labeled gene and alternative gene entities.

3.4. Named Entity Normalization

After extracting single and multi-word phrases from texts, Named Entity Normalization (Cho et al., 2017) is performed, which allocates suitable tags to the recognized entities. In biomedical articles, named entity normalization is a challenging task because biological terms, such as genes and diseases have multiple synonyms, and term variations, and are often referred to using abbreviations (Leaman et al., 2015). To resolve these ambiguities, machine-learning approaches (Neves et al., 2010) have been investigated. However, many normalization tools rely on domain-specific ontologies, dictionaries, or rules. Domain-specific dictionaries can differentiate between synonyms, abbreviations, and punctuation marks.

We used a dictionary-lookup approach using our two manually curated dictionaries and an approximate string-matching algorithm. The algorithm converts identified entities from text to lexical variations, such as lowercasing and removing whitespace and punctuations, and then maps them to specific master terms. To reduce the complexity of our Algorithm 1, we assume the BioBERT NER task classifies a single entity following the format BIO encoding scheme to represent the tokens and each entity that may be composed of several words must be unique. For example, the input sequence “BRCA1 and BRCA2” should be classified with the labels B-GENE, I-GENE, and B-GENE. This assumption allows us to map only one master term from the dictionary for each entity. However, an entity may be mapped to more than one master term because the BioBERT NER task may classify the previous example with the labels B-GENE, I-GENE, and I-GENE.

Input: Ontology Set, O={O1,O2,,On\textit{O}=\{{\textit{O}_{1},\textit{O}_{2},...,\textit{O}_{n}}O = { O start_POSTSUBSCRIPT 1 end_POSTSUBSCRIPT , O start_POSTSUBSCRIPT 2 end_POSTSUBSCRIPT , … , O start_POSTSUBSCRIPT italic_n end_POSTSUBSCRIPT} Named Entity Set, E={E1,E2,,En\textit{E}=\{{\textit{E}_{1},\textit{E}_{2},...,\textit{E}_{n}}E = { E start_POSTSUBSCRIPT 1 end_POSTSUBSCRIPT , E start_POSTSUBSCRIPT 2 end_POSTSUBSCRIPT , … , E start_POSTSUBSCRIPT italic_n end_POSTSUBSCRIPT}
Output: Disambiguated Entity Set, D={D1,D2,,Dn\textit{D}=\{{\textit{D}_{1},\textit{D}_{2},...,\textit{D}_{n}}D = { D start_POSTSUBSCRIPT 1 end_POSTSUBSCRIPT , D start_POSTSUBSCRIPT 2 end_POSTSUBSCRIPT , … , D start_POSTSUBSCRIPT italic_n end_POSTSUBSCRIPT}
O(i,j)𝑂𝑖𝑗absentO(i,j)\leftarrowitalic_O ( italic_i , italic_j ) ←Ontology Set   //*/ ∗[r]Ontology of genes and diseases  //*/ ∗
E(i,j)𝐸𝑖𝑗absentE(i,j)\leftarrowitalic_E ( italic_i , italic_j ) ←Named Entity Set   //*/ ∗[r]Named Entity  //*/ ∗
D(i,j)𝐷𝑖𝑗absentD(i,j)\leftarrowitalic_D ( italic_i , italic_j ) ←Ø   //*/ ∗[r]Disambiguated Entity  //*/ ∗
for all elements (index𝑖𝑛𝑑𝑒𝑥indexitalic_i italic_n italic_d italic_e italic_x, entity𝑒𝑛𝑡𝑖𝑡𝑦entityitalic_e italic_n italic_t italic_i italic_t italic_y) in E(i,j)𝐸𝑖𝑗E(i,j)italic_E ( italic_i , italic_j ) do
       if entity𝑒𝑛𝑡𝑖𝑡𝑦entityitalic_e italic_n italic_t italic_i italic_t italic_y in O then
             D(index,entity)O(entity)𝐷𝑖𝑛𝑑𝑒𝑥𝑒𝑛𝑡𝑖𝑡𝑦𝑂𝑒𝑛𝑡𝑖𝑡𝑦D(index,entity)\leftarrow O(entity)italic_D ( italic_i italic_n italic_d italic_e italic_x , italic_e italic_n italic_t italic_i italic_t italic_y ) ← italic_O ( italic_e italic_n italic_t italic_i italic_t italic_y );
      else if StringMatch(entity𝑒𝑛𝑡𝑖𝑡𝑦entityitalic_e italic_n italic_t italic_i italic_t italic_y, O𝑂Oitalic_O) then
             D(index,entity)StringMatch(D(index,entity)\leftarrow StringMatch(italic_D ( italic_i italic_n italic_d italic_e italic_x , italic_e italic_n italic_t italic_i italic_t italic_y ) ← italic_S italic_t italic_r italic_i italic_n italic_g italic_M italic_a italic_t italic_c italic_h (entity,O))));
      else
             D(index,entity)𝐷𝑖𝑛𝑑𝑒𝑥𝑒𝑛𝑡𝑖𝑡𝑦D(index,entity)\leftarrow\emptysetitalic_D ( italic_i italic_n italic_d italic_e italic_x , italic_e italic_n italic_t italic_i italic_t italic_y ) ← ∅;
       end if
      
end for
Algorithm 1 Named Entity Normalization

3.5. Semantic Relation

Given a pair of entities, such as a gene and disease, a semantic relation consists of identifying the relation type between them. An important semantic relation for many applications is the part-whole relation (Girju et al., 2006). Let us notate the part–whole relation as PART (¡Tail Entity¿, ¡Head Entity¿), where ¡Tail Entity¿ is part of ¡Head Entity¿. For example, the phrase “genes are found on tiny structures called chromosomes” contains the part-whole relation PART (genes, chromosomes). More recent studies, such as the SemEval 2018 Task 7 (Gábor et al., 2018), proposed a task on semantic relation extraction and classification in scientific paper abstracts that are practical for working on extracting specialized knowledge from domain corpora, such as biomedical information extraction.

Successful entity-relation linking requires detecting both the entity mentions in the abstracts, along with their respective entity types from the gene-disease dictionaries, and determining the type of relationship that exists between them. Based on psycholinguistic experiments and how the entities contribute to the structure of the part-whole relationship, we determined that the part-whole relationship from SemEval 2018 Task 7 can help us better identify and connect our entities to build the knowledge graph. SemEval 2018 Task 7 provides three comprehensive sets of classification rules, (1) composed of, (2) data source, and (3) phenomenon (Gábor et al., 2018).

Our main dataset contains germline abstracts and their PubMed ID. An abstract can include more than one gene and disease mentioned per sentence. Because germline mutations are passed on from parents to offspring, it is complicated to establish causal relationships in the germline association between genes and diseases, and thus they are not well-defined in the literature (Bonifaci et al., 2010). Therefore, we use a data source relationship in the form of PUBMED_ID-GENES_IN-GENE and PUBMED_ID-DISEASES_IN-DISEASE. Our approach matches all given genes and diseases to their given PubMed ID.

4. Results

4.1. Knowledge Graph Construction

Our experiments are conducted on germline corpora, which contain 11,261 abstracts from PubMed, and 114,311 sentences after tokenization. The BioBERT-NER approach identified 19,751 gene entities and 19,135 disease entities. We also detected that most of the gene and disease entities are synonyms and therefore, are part of the same entity. To eliminate the data ambiguities, we applied an ad hoc mapping and filtering procedure (Algorithm 1). We also eliminated entities that represent objects that did not match our ontology. Then, we formally defined a semantic relation type to be a pair consisting of a domain class of type PART-DATASOURCE (Gene, PubMed ID) and PART-DATASOURCE (Disease, PubMed ID). We defined the semantic relation as “GENES_IN”, and “DISEASES_IN” to capture the connection between a PubMed ID and genes and/or diseases. Once we identified the disambiguated entity types and relationships, we linked them together and built the knowledge graph. The knowledge graph was built with the Neo4j graph platform and contains 46,747 triples with 9,414 entities, including 8,987 PubMed IDs, 297 genes, and 130 diseases.

BioPortal (Whetzel et al., 2011), an open repository of biomedical ontologies, has more than 1,000 ontologies and 15 million classes of entities. These ontologies have been designed and developed by the community of research teams to summarize and organize information. Maintaining an ontology through its life cycle is infeasible for a human expert since it is expensive and time-consuming. In addition, the difficulty is compounded by the fact that high-quality and scalable ontologies require reusing parts of other ontologies and applying automated quality control testing that guarantees best practices for software development (Matentzoglu et al., 2022).

4.2. Knowledge Graph-based Visualization

So far, SimpleGermKG which covers germline abstracts from PubMed has been constructed with an integrated ontology of genes and diseases. We store the SimpleGermKG in the Neo4j graph database, which allows researchers and clinicians to find relevant information and facilitates the navigation of biomedical data. To prove the visual management and ease-to-query of Neo4j, we show the search results of two queries through the Neo4j Cypher graph query language in Figure 2(b). The blue node represents “PubMed ID” (abstract ID), the green node is “gene” (disambiguated gene names), and the red node is “disease” (disambiguated diseases) mentioned in the text. The “gene” and “disease” nodes can be also identified with the relationship (edge) “GENES_IN” and “DISEASES_IN” respectively. Figure 2(a) shows articles that mentioned the disease “Teeth (Benign)” and all gene entities mentioned in the abstracts. Figure 2(b) shows genes and diseases mentioned in the abstract of the article “9024708”.

Refer to caption
(a) PubMed IDs & “Teeth (Benign)” & Genes
\Description

Graph a) shows articles that mentioned the disease “Teeth (Benign)” and all gene entities mentioned in the abstract

Refer to caption
(b) “9024708” & Diseases & Genes
Figure 2. Graph Representation of Gene-PubMed-disease Associations. Graphs are generated by querying the knowledge graph stored in Neo4j
\Description

Graph b) shows genes and diseases mentioned in the abstract of the article “9024708”

5. Discussion and Future Work

The construction of knowledge graphs on germline corpora presents new opportunities as few studies focus on this domain. SimpleGermKG has the potential to integrate information from electronic health records, genomic data, and other existing biomedical ontologies. Our knowledge graph has improved the search capabilities of medical practitioners by helping them to retrieve relevant research papers for a particular disease or condition and genetic variations. As more information is added to SimpleGermKG, we expect to broaden its applications. Some of the future activities on utilizing and improving our SimpleGermKG will involve:

  • Exploring possible applications and opportunities that could improve the lifestyle of individuals who present germline mutations. Germline mutations may affect people differently depending on genetic factors such as family background. These mutations may present a certain level of resistance to the effects of drugs. Therefore, it is important to explore opportunities in patients and identify possible risks, therapies, and clinical implications.

  • Experimenting and exploring state-of-the-art approaches for the NER task. We aim to improve the precision of the gene-disease extraction by exploring pre-trained language models that have been fine-tuned on well-known gene and disease datasets in the literature.

  • Exploring a method of expanding our dictionaries for the NEN task. Larger gene-disease ontologies can be explored to enrich the vocabulary and improve the accuracy of the named entity normalization process. We can rely on other ontologies by combining concepts to generate a more complete vocabulary that includes more variations of the same terms from biomedical texts.

  • Developing a technique for obtaining relationships from germline corpora. Due to the nature of germline mutations, conventional relation extraction techniques do not apply in the semantic relation of a germline corpus. Therefore, training a model on germline corpora should consider the gene carrier probability to select risk families for extracting relationships between cancer susceptibility genes. We propose three methods to identify the presence of associations between genes and diseases :

    • -

      Article level - Mentions of genes and diseases in the same article have a direct relationship with the PubMed ID. This approach cannot directly link a gene and disease. But we know that those entities have a contextual relationship within the text.

    • -

      Sentence level - In contrast to the article-based approach, we can assume a relationship between a gene and disease exists when those are mentioned in the same PubMed ID and sentence ID.

    • -

      BERT-based approach - A relation classification approach can extract sentences that contain the entity pair from the NER task which holds a semantic relation and then predicts whether a certain relation exists between genes and diseases.

6. Conclusion

Digital biomedical information has been growing exponentially. To represent biomedical information effectively, we developed an automated knowledge graph construction framework, SimpleGermKG, to synthesize and store detailed information about genes and diseases associated with a PubMed ID. We employed BioBERT, a natural language processing model, to retrieve key information. A NEN algorithm was proposed to eliminate disambiguation. Our SimpleGermKG contains 297 genes, 130 diseases, and 46,747 triples. The knowledge graph can store and represent medical knowledge from large biomedical corpora in such a way that researchers, students, and physicians can search, manage, share, and visualize.

Acknowledgements.
We appreciate the support of the senior researcher on this project, Dr. Kevin Hughes along with the Medical University of South Carolina, who provided the project data and effective guidance from project inception to completion. We also acknowledge assistance from our faculty mentors, Dr. Songhui Yue and Dr. Sean Hayes, in the development of this project and critical manuscript feedback.

References

  • (1)
  • Abreu Vicente (2022a) J Abreu Vicente. 2022a. drAbreu/bioBERT-NER-BC2GM_corpus. https://huggingface.co/drAbreu/bioBERT-NER-BC2GM_corpus
  • Abreu Vicente (2022b) J Abreu Vicente. 2022b. drAbreu/bioBERT-NER-NCBI_disease. https://huggingface.co/drAbreu/bioBERT-NER-NCBI_disease
  • Al-Garadi et al. (2022) Mohammed Ali Al-Garadi, Yuan-Chi Yang, and Abeed Sarker. 2022. The Role of Natural Language Processing during the COVID-19 Pandemic: Health Applications, Opportunities, and Challenges. Healthcare 10, 11 (2022). https://doi.org/10.3390/healthcare10112270
  • Al-Moslmi et al. (2020) Tareq Al-Moslmi, Marc Gallofré Ocaña, Andreas L. Opdahl, and Csaba Veres. 2020. Named Entity Extraction for Knowledge Graphs: A Literature Overview. IEEE Access 8 (2020), 32862–32881. https://doi.org/10.1109/ACCESS.2020.2973928
  • Alshaikhdeeb and Ahmad (2016) Basel Alshaikhdeeb and Kamsuriah Ahmad. 2016. Biomedical Named Entity Recognition: A Review. International Journal on Advanced Science, Engineering and Information Technology 6, 6 (2016), 889–895. https://doi.org/10.18517/ijaseit.6.6.1367 Publisher: INSIGHT - Indonesian Society for Knowledge and Human Development.
  • Beltagy et al. (2019) Iz Beltagy, Kyle Lo, and Arman Cohan. 2019. SciBERT: A Pretrained Language Model for Scientific Text. (2019). https://doi.org/10.48550/ARXIV.1903.10676 Publisher: arXiv.
  • Bhatnagar et al. (2022) Roopal Bhatnagar, Sakshi Sardar, Maedeh Beheshti, and Jagdeep T Podichetty. 2022. How can natural language processing help model informed drug development?: a review. JAMIA Open 5, 2 (2022). https://doi.org/10.1093/jamiaopen/ooac043
  • Bodenreider et al. (2005) Olivier Bodenreider, Joyce Mitchell, and A McCray. 2005. Biomedical ontologies. Pacific Symposium on Biocomputing. Pacific Symposium on Biocomputing 78 (2005), 76–78. https://doi.org/10.1142/9789812704856_0016
  • Bonifaci et al. (2010) Núria Bonifaci, Bohdan Górski, Bartlomiej Masojć, Dominika Wokołorczyk, Anna Jakubowska, Tadeusz Dębniak, Antoni Berenguer, Jordi Serra Musach, Joan Brunet, Joaquín Dopazo, Steven A Narod, Jan Lubiński, Conxi Lázaro, Cezary Cybulski, and Miguel Angel Pujana. 2010. Exploring the Link between Germline and Somatic Genetic Alterations in Breast Carcinogenesis. PLOS ONE 5, 11 (2010), 1–8. https://doi.org/10.1371/journal.pone.0014078 Publisher: Public Library of Science.
  • Cariello et al. (2021) Maria Carmela Cariello, Alessandro Lenci, and Ruslan Mitkov. 2021. A Comparison between Named Entity Recognition Models in the Biomedical Domain. INCOMA Ltd., Held Online, 76–84. https://aclanthology.org/2021.triton-1.9
  • Chithrananda et al. (2020) Seyone Chithrananda, Gabriel Grand, and Bharath Ramsundar. 2020. ChemBERTa: Large-Scale Self-Supervised Pretraining for Molecular Property Prediction. (2020). https://doi.org/10.48550/ARXIV.2010.09885 Publisher: arXiv.
  • Cho et al. (2017) Hyejin Cho, Wonjun Choi, and Hyunju Lee. 2017. A method for named entity normalization in biomedical articles: Application to diseases and plants. BMC Bioinformatics 18 (2017). https://doi.org/10.1186/s12859-017-1857-8
  • Choi and Lee (2021) Wonjun Choi and Hyunju Lee. 2021. Identifying disease-gene associations using a convolutional neural network-based model by embedding a biological knowledge graph with entity descriptions. PLOS ONE 16, 10 (2021), 1–27. https://doi.org/10.1371/journal.pone.0258626 Publisher: Public Library of Science.
  • Devlin et al. (2018) Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2018. BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. (2018). https://doi.org/10.48550/ARXIV.1810.04805 Publisher: arXiv.
  • Doğan et al. (2014) Rezarta Islamaj Doğan, Robert Leaman, and Zhiyong Lu. 2014. NCBI disease corpus: A resource for disease name recognition and concept normalization. Journal of Biomedical Informatics 47 (2014), 1–10. https://doi.org/10.1016/j.jbi.2013.12.006
  • Feng et al. (2022) Fan Feng, Feitong Tang, Yijia Gao, Dongyu Zhu, Tianjun Li, Shuyuan Yang, Yuan Yao, Yuanhao Huang, and Jie Liu. 2022. GenomicKB: a knowledge graph for the human genome. Nucleic Acids Research 51, D1 (2022), D950–D956. https://doi.org/10.1093/nar/gkac957
  • Fukuda et al. (1998) Ken Fukuda, Akihiro Tamura, Tatsuhiko Tsunoda, and Toshihisa Takagi. 1998. Toward information extraction: identifying protein names from biological papers. Pacific Symposium on Biocomputing. Pacific Symposium on Biocomputing (1998), 707–718.
  • Girju et al. (2006) Roxana Girju, Adriana Badulescu, and Dan Moldovan. 2006. Automatic Discovery of Part-Whole Relations. Computational Linguistics 32, 1 (2006), 83–135. https://doi.org/10.1162/coli.2006.32.1.83
  • Gábor et al. (2018) Kata Gábor, Davide Buscaldi, Anne-Kathrin Schumann, Behrang QasemiZadeh, Haïfa Zargayouna, and Thierry Charnois. 2018. SemEval-2018 Task 7: Semantic Relation Extraction and Classification in Scientific Papers. Association for Computational Linguistics, New Orleans, Louisiana, 679–688. https://doi.org/10.18653/v1/S18-1111
  • Kim et al. (2019) Jeongkyun Kim, Jung-Jae Kim, and Hyunju Lee. 2019. DigChem: Identification of disease-gene-chemical relationships from Medline abstracts. PLOS Computational Biology 15, 5 (2019), 1–16. https://doi.org/10.1371/journal.pcbi.1007022 Publisher: Public Library of Science.
  • Leaman et al. (2015) Robert Leaman, Ritu Khare, and Zhiyong Lu. 2015. Challenges in clinical natural language processing for automated disorder normalization. Journal of Biomedical Informatics 57 (2015), 28–37. https://doi.org/10.1016/j.jbi.2015.07.010
  • Lee et al. (2019) Jinhyuk Lee, Wonjin Yoon, Sungdong Kim, Donghyeon Kim, Sunkyu Kim, Chan Ho So, and Jaewoo Kang. 2019. BioBERT: a pre-trained biomedical language representation model for biomedical text mining. Bioinformatics 36, 4 (2019), 1234–1240. https://doi.org/10.1093/bioinformatics/btz682
  • Li et al. (2018) Jing Li, Aixin Sun, Jianglei Han, and Chenliang Li. 2018. A Survey on Deep Learning for Named Entity Recognition. (2018). https://doi.org/10.48550/ARXIV.1812.09449 Publisher: arXiv.
  • Luo et al. (2022) Ling Luo, Po-Ting Lai, Chih-Hsuan Wei, Cecilia N Arighi, and Zhiyong Lu. 2022. BioRED: a rich biomedical relation extraction dataset. Briefings in Bioinformatics 23, 5 (2022). https://doi.org/10.1093/bib/bbac282
  • Marcus et al. (1993) Mitchell P Marcus, Beatrice Santorini, and Mary Ann Marcinkiewicz. 1993. Building a Large Annotated Corpus of English: The Penn Treebank. Computational Linguistics 19, 2 (1993), 313–330. https://aclanthology.org/J93-2004 Place: Cambridge, MA Publisher: MIT Press.
  • Matentzoglu et al. (2022) Nicolas Matentzoglu, Damien Goutte-Gattat, Shawn Zheng Kai Tan, James P Balhoff, Seth Carbon, Anita R Caron, William D Duncan, Joe E Flack, Melissa Haendel, Nomi L Harris, William R Hogan, Charles Tapley Hoyt, Rebecca C Jackson, Hyeongsik Kim, Huseyin Kir, Martin Larralde, Julie A McMurry, James A Overton, Bjoern Peters, Clare Pilgrim, Ray Stefancsik, Sofia M C Robb, Sabrina Toro, Nicole A Vasilevsky, Ramona Walls, Christopher J Mungall, and David Osumi-Sutherland. 2022. Ontology Development Kit: a toolkit for building, maintaining and standardizing biomedical ontologies. Database 2022 (2022). https://doi.org/10.1093/database/baac087
  • Milošević and Thielemann (2023) Nikola Milošević and Wolfgang Thielemann. 2023. Comparison of biomedical relationship extraction methods and models for knowledge graph creation. Journal of Web Semantics 75 (Jan. 2023), 100756. https://doi.org/10.1016/j.websem.2022.100756 Publisher: Elsevier BV.
  • Neves et al. (2010) Mariana Neves, José-María Carazo, and Alberto Pascual-Montano. 2010. Moara: A Java library for extracting and normalizing gene and protein mentions. BMC bioinformatics 11 (2010), 157. https://doi.org/10.1186/1471-2105-11-157
  • Noh and Kavuluru (2021) Jiho Noh and Ramakanth Kavuluru. 2021. Joint Learning for Biomedical NER and Entity Normalization: Encoding Schemes, Counterfactual Examples, and Zero-Shot Evaluation. In BCB ’21. Association for Computing Machinery, New York, NY, USA. https://doi.org/10.1145/3459930.3469533 Journal Abbreviation: BCB ’21.
  • Pawar et al. (2017) Sachin Pawar, Girish K Palshikar, and Pushpak Bhattacharyya. 2017. Relation Extraction : A Survey. (2017). https://doi.org/10.48550/ARXIV.1712.05191 Publisher: arXiv.
  • Salzberg (2018) Steven L Salzberg. 2018. Open questions: How many genes do we have? BMC Biology 16, 1 (Aug. 2018). https://doi.org/10.1186/s12915-018-0564-x Publisher: BioMed Central.
  • Singh et al. (2021) Gurnoor Singh, Evangelia A Papoutsoglou, Frederique Keijts-Lalleman, Bilyana Vencheva, Mark Rice, Richard G F Visser, Christian W B Bachem, and Richard Finkers. 2021. Extracting knowledge networks from plant scientific literature: potato tuber flesh color as an exemplary trait. BMC Plant Biology 21, 1 (April 2021). https://doi.org/10.1186/s12870-021-02943-5 Publisher: Springer Verlag.
  • Smith et al. (2008) Larry L Smith, Lorraine K Tanabe, Rie Ando, Cheng-Ju Kuo, I-Fang Chung, Chun-Nan Hsu, Yu-Shi Lin, Roman Klinger, C Friedrich, Kuzman Ganchev, Manabu Torii, Hongfang Liu, Barry Haddow, Craig A Struble, Richard J Povinelli, Andreas Vlachos, William A Baumgartner, Lawrence E Hunter, Bob Carpenter, Richard Tzong-Han Tsai, Hong-Jie Dai, Feng Liu, Yifei Chen, Chengjie Sun, Sophia Katrenko, Pieter W Adriaans, Christian Blaschke, Rafael Torres, Mariana L Neves, Preslav Nakov, Anna Divoli, Manuel Maña-López, Jacinto Mata, and W John Wilbur. 2008. Overview of BioCreative II gene mention recognition. Genome Biology 9 (2008), S2–S2.
  • Vaswani et al. (2017) Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Lukasz Kaiser, and Illia Polosukhin. 2017. Attention Is All You Need. (2017). https://doi.org/10.48550/ARXIV.1706.03762 Publisher: arXiv.
  • Verma et al. (2023) Shilpa Verma, Rajesh Bhatia, Sandeep Harit, and Sanjay Batish. 2023. Scholarly knowledge graphs through structuring scholarly communication: a review. Complex & intelligent systems 9, 1 (2023), 1059–1095. https://doi.org/10.1007/s40747-022-00806-6
  • Wang et al. (2009) Xinglong Wang, Jun’ichi Tsujii, and Sophia Ananiadou. 2009. Classifying Relations for Biomedical Named Entity Disambiguation. Association for Computational Linguistics, Singapore, 1513–1522. https://aclanthology.org/D09-1157
  • Webster and Kit (1992) Jonathan J Webster and Chunyu Kit. 1992. Tokenization as the Initial Phase in NLP. In COLING ’92. Association for Computational Linguistics, USA, 1106–1110. https://doi.org/10.3115/992424.992434 Journal Abbreviation: COLING ’92.
  • Whetzel et al. (2011) Patricia Whetzel, Natasha Noy, Nigam Shah, Paul Alexander, Csongor Nyulas, Tania Tudorache, and Mark Musen. 2011. BioPortal: Enhanced functionality via new Web services from the National Center for Biomedical Ontology to access and use ontologies in software applications. Nucleic acids research 39 (2011), W541–5. https://doi.org/10.1093/nar/gkr469
  • Wu et al. (2019) Ye Wu, Ruibang Luo, Henry C M Leung, Hing-Fung Ting, and Tak Wah Lam. 2019. RENET: A Deep Learning Approach for Extracting Gene-Disease Associations from Literature.
  • Yang et al. (2021a) Jie Yang, Soyeon Caren Han, and Josiah Poon. 2021a. A Survey on Extraction of Causal Relations from Natural Language Text. (2021). https://doi.org/10.48550/ARXIV.2101.06426 Publisher: arXiv.
  • Yang et al. (2021b) Xi Yang, Chengkun Wu, Goran Nenadic, Wei Wang, and Kai Lu. 2021b. Mining a stroke knowledge graph from literature. BMC Bioinformatics 22, S10 (July 2021). https://doi.org/10.1186/s12859-021-04292-4 Publisher: Springer Nature.
  • Zhu et al. (2020) Qian Zhu, Dac-Trung Nguyen, Ivan Grishagin, Noel Southall, Eric Sid, and Anne Pariser. 2020. An integrative knowledge graph for rare diseases, derived from the Genetic and Rare Diseases Information Center (GARD). Journal of Biomedical Semantics 11 (2020). https://doi.org/10.1186/s13326-020-00232-y
  • Zhu et al. (2022) Xian Zhu, Yueming Gu, and Zhifeng Xiao. 2022. HerbKG: Constructing a Herbal-Molecular Medicine Knowledge Graph Using a Two-Stage Framework Based on Deep Transfer Learning. Frontiers in Genetics 13 (2022). https://doi.org/10.3389/fgene.2022.799349