paper-with-me

Papers

Comparison of biomedical relationship extraction methods and models for knowledge graph creation

2022-01-05 · Nikola Milosevic, Wolfgang Thielemann

Biomedical research is growing at such an exponential pace that scientists, researchers, and practitioners are no more able to cope with the amount of published literature in the domain. The knowledge presented in the literature needs to be systematized in such a way that claims and hypotheses can be easily found, accessed, and validated. Knowledge graphs can provide such a framework for semantic knowledge representation from literature. However, in order to build a knowledge graph, it is necessary to extract knowledge as relationships between biomedical entities and normalize both entities and relationship types. In this paper, we present and compare few rule-based and machine learning-based (Naive Bayes, Random Forests as examples of traditional machine learning methods and DistilBERT, PubMedBERT, T5 and SciFive-based models as examples of modern deep learning transformers) methods for scalable relationship extraction from biomedical literature, and for the integration into the knowledge graphs. We examine how resilient are these various methods to unbalanced and fairly small datasets. Our experiments show that transformer-based models handle well both small (due to pre-training on a large dataset) and unbalanced datasets. The best performing model was the PubMedBERT-based model fine-tuned on balanced data, with a reported F1-score of 0.92. DistilBERT-based model followed with F1-score of 0.89, performing faster and with lower resource requirements. BERT-based models performed better then T5-based generative models.

📄 PDF Abstract BibTeX arXiv:2201.01647

Code (0)

등록된 구현이 없습니다.

Tasks

Key Information ExtractionKnowledge GraphsNamed Entity Recognition (NER)Relation ExtractionRelation Linking

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Adam 설명 없음
WordPiece 설명 없음
BERT BERT, or Bidirectional Encoder Representations from Transformers, improves upon standard Transformers by removing the…
DistilBERT 설명 없음

Similar Papers 제목 키워드 기반

Applying Citizen Science to Gene, Drug, Disease Relationship Extraction from Biomedical Abstracts

2018-11-17 · Ginger Tsueng, Max Nanis, Jennifer T. Fouquier, Michael Mayers 외

Biomedical literature is growing at a rate that outpaces our ability to harness the knowledge contained therein. In order to mine valuable inferences from the large volume of literature, many researchers have turned to i…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

A Distant Supervision Corpus for Extracting Biomedical Relationships Between Chemicals, Diseases and Genes

2022-04-13 · LREC 2022 6 · Dongxu Zhang, Sunil Mohan, Michaela Torkar, Andrew McCallum

We introduce ChemDisGene, a new dataset for training and evaluating multi-class multi-label document-level biomedical relation extraction models. Our dataset contains 80k biomedical research abstracts labeled with mentio…

Document-level Relation ExtractionRelationRelation Extraction

MedDistant19: Towards an Accurate Benchmark for Broad-Coverage Biomedical Relation Extraction

2022-04-10 · COLING 2022 10 · Saadullah Amin, Pasquale Minervini, David Chang, Pontus Stenetorp 외

Relation extraction in the biomedical domain is challenging due to the lack of labeled data and high annotation costs, needing domain experts. Distant supervision is commonly used to tackle the scarcity of annotated data…

RelationRelation Extraction

BERT Based Clinical Knowledge Extraction for Biomedical Knowledge Graph Construction and Analysis

2023-04-21 · Ayoub Harnoune, Maryem Rhanoui, Mounia Mikram, Siham Yousfi 외

Background : Knowledge is evolving over time, often as a result of new discoveries or changes in the adopted methods of reasoning. Also, new facts or evidence may become available, leading to new understandings of comple…

Clinical Knowledgegraph constructionKnowledge Graphsnamed-entity-recognition+5

Combining Context and Knowledge Representations for Chemical-Disease Relation Extraction

2019-12-23 · Huiwei Zhou, Yunlong Yang, Shixian Ning, Zhuang Liu 외

Automatically extracting the relationships between chemicals and diseases is significantly important to various areas of biomedical research and health care. Biomedical experts have built many large-scale knowledge bases…

RelationRelation Extraction