paper-with-me

Papers

Injecting Knowledge into Biomedical Pre-trained Models via Polymorphism and Synonymous Substitution

2023-05-24 · Hongbo Zhang, Xiang Wan, Benyou Wang

Pre-trained language models (PLMs) were considered to be able to store relational knowledge present in the training data. However, some relational knowledge seems to be discarded unsafely in PLMs due to \textbf{report bias}: low-frequency relational knowledge might be underexpressed compared to high-frequency one in PLMs. This gives us a hint that relational knowledge might not be redundant to the stored knowledge of PLMs, but rather be complementary. To additionally inject relational knowledge into PLMs, we propose a simple-yet-effective approach to inject relational knowledge into PLMs, which is inspired by three observations (namely, polymorphism, synonymous substitution, and association). In particular, we switch entities in the training corpus to related entities (either hypernyms/hyponyms/synonyms, or arbitrarily-related concepts). Experimental results show that the proposed approach could not only better capture relational knowledge, but also improve the performance in various biomedical downstream tasks. Our model is available in \url{https://github.com/StevenZHB/BioPLM_InjectingKnowledge}.

📄 PDF Abstract BibTeX arXiv:2305.15010

Code (1)

stevenzhb/bioplm_injectingknowledge 공식 구현

Methods 이 논문이 사용한 방법론

HINT An unsupervised approach for identifying Hierarchical Information Threads by analysing the network of related articles in a collection. In particular, HINT leverages article…

Similar Papers 제목 키워드 기반

Biomedical Entity Linking with Triple-aware Pre-Training

2023-08-28 · Xi Yan, Cedric Möller, Ricardo Usbeck

Linking biomedical entities is an essential aspect in biomedical natural language processing tasks, such as text mining and question answering. However, a difficulty of linking the biomedical entities using current large…

Entity LinkingQuestion Answering

Learning Domain-Specialised Representations for Cross-Lingual Biomedical Entity Linking

2021-05-30 · ACL 2021 5 · Fangyu Liu, Ivan Vulić, Anna Korhonen, Nigel Collier

Injecting external domain-specific knowledge (e.g., UMLS) into pretrained language models (LMs) advances their capability to handle specialised in-domain tasks such as biomedical entity linking (BEL). However, such abund…

Cross-Lingual TransferEntity Linking

From Knowledge to Treatment: Large Language Model Assisted Biomedical Concept Representation for Drug Repurposing

2025-10-14 · Chengrui Xiang, Tengfei Ma, Xiangzheng Fu, Yiping Liu 외 arxiv

Drug repurposing plays a critical role in accelerating treatment discovery, especially for complex and rare diseases. Biomedical knowledge graphs (KGs), which encode rich clinical associations, have been widely adopted t…

Knowledge Graph EmbeddingKnowledge Graphs

Injecting Structured Biomedical Knowledge into Language Models: Continual Pretraining vs. GraphRAG

2026-04-03 · Jaafer Klila, Sondes Bannour Souihi, Rahma Boujelben, Nasredine Semmar 외 arxiv

The injection of domain-specific knowledge is crucial for adapting language models (LMs) to specialized fields such as biomedicine. While most current approaches rely on unstructured text corpora, this study explores two…

Continual PretrainingQuestion Answering

CausalBERT: Injecting Causal Knowledge Into Pre-trained Models with Minimal Supervision

2021-07-21 · Zhongyang Li, Xiao Ding, Kuo Liao, Bing Qin 외

Recent work has shown success in incorporating pre-trained models like BERT to improve NLP systems. However, existing pre-trained models lack of causal knowledge which prevents today's NLP systems from thinking like huma…

Causal Inference