paper-with-me

Papers

Improving Biomedical Pretrained Language Models with Knowledge

2021-04-21 · NAACL (BioNLP) 2021 6 · Zheng Yuan, Yijia Liu, Chuanqi Tan, Songfang Huang, Fei Huang

Pretrained language models have shown success in many natural language processing tasks. Many works explore incorporating knowledge into language models. In the biomedical domain, experts have taken decades of effort on building large-scale knowledge bases. For example, the Unified Medical Language System (UMLS) contains millions of entities with their synonyms and defines hundreds of relations among entities. Leveraging this knowledge can benefit a variety of downstream tasks such as named entity recognition and relation extraction. To this end, we propose KeBioLM, a biomedical pretrained language model that explicitly leverages knowledge from the UMLS knowledge bases. Specifically, we extract entities from PubMed abstracts and link them to UMLS. We then train a knowledge-aware language model that firstly applies a text-only encoding layer to learn entity representation and applies a text-entity fusion encoding to aggregate entity representation. Besides, we add two training objectives as entity detection and entity linking. Experiments on the named entity recognition and relation extraction from the BLURB benchmark demonstrate the effectiveness of our approach. Further analysis on a collected probing dataset shows that our model has better ability to model medical knowledge.

📄 PDF Abstract BibTeX arXiv:2104.10344

Code (1)

GanjinZero/KeBioLM 공식 구현 pytorch

Tasks

Entity LinkingLanguage ModelingLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)RelationRelation Extraction

Similar Papers 제목 키워드 기반

KBioXLM: A Knowledge-anchored Biomedical Multilingual Pretrained Language Model

2023-11-20 · Lei Geng, Xu Yan, Ziqiang Cao, Juntao Li 외

Most biomedical pretrained language models are monolingual and cannot handle the growing cross-lingual requirements. The scarcity of non-English domain corpora, not to mention parallel data, poses a significant hurdle in…

Language ModelingLanguage ModellingRelationRelation Prediction+1

Extracting Biomedical Factual Knowledge Using Pretrained Language Model and Electronic Health Record Context

2022-08-26 · Zonghai Yao, Yi Cao, Zhichao Yang, Vijeta Deshpande 외

Language Models (LMs) have performed well on biomedical natural language processing applications. In this study, we conducted some experiments to use prompt methods to extract knowledge from LMs as new knowledge Bases (L…

Language ModelingLanguage Modelling

BALI: Enhancing Biomedical Language Representations through Knowledge Graph and Language Model Alignment

2025-09-09 · Andrey Sakhovskiy, Elena Tutubalina arxiv

In recent years, there has been substantial progress in using pretrained Language Models (LMs) on a range of tasks aimed at improving the understanding of biomedical texts. Nonetheless, existing biomedical LLMs show limi…

Knowledge Graphs

Enriching Biomedical Knowledge for Low-resource Language Through Large-Scale Translation

2022-10-11 · Long Phan, Tai Dang, Hieu Tran, Trieu H. Trinh 외

Biomedical data and benchmarks are highly valuable yet very limited in low-resource languages other than English such as Vietnamese. In this paper, we make use of a state-of-the-art translation model in English-Vietnames…

DecoderTranslation

Automatic Biomedical Term Clustering by Learning Fine-grained Term Representations

2022-04-01 · BioNLP (ACL) 2022 5 · Sihang Zeng, Zheng Yuan, Sheng Yu

Term clustering is important in biomedical knowledge graph construction. Using similarities between terms embedding is helpful for term clustering. State-of-the-art term embeddings leverage pretrained language models to …

ClusteringContrastive Learninggraph constructionKnowledge Graphs