Applying BioBERT to Extract Germline Gene-Disease Associations for Building a Knowledge Graph from the Biomedical Literature
Armando D. Diaz Gonzalez, Kevin S. Hughes, Songhui Yue, Sean T. Hayes
TL;DR
The paper tackles the challenge of extracting germline gene-disease associations from biomedical literature to build a scalable knowledge graph. It presents SimpleGermKG, a four-stage pipeline that combines domain dictionaries, BioBERT-based NER, ontology- and rule-based normalization, and a data-source–driven semantic relation to PubMed IDs, yielding a KG with 297 genes, 130 diseases, and 46,747 triples stored in Neo4j. Key contributions include an automated KG construction workflow, explicit disambiguation through Named Entity Normalization, and a part-whole relation framework for linking entities to sources, along with graph-based visualizations. The work enables efficient retrieval and analysis of gene–disease associations at scale and sets the stage for integrating germline knowledge with broader biomedical data sources.
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 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.
