paper-with-me

Papers

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

2026-04-03 · Jaafer Klila, Sondes Bannour Souihi, Rahma Boujelben, Nasredine Semmar, Lamia Hadrich Belguith 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 complementary strategies for leveraging structured knowledge from the UMLS Metathesaurus: (i) Continual pretraining that embeds knowledge into model parameters, and (ii) Graph Retrieval-Augmented Generation (GraphRAG) that consults a knowledge graph at inference time. We first construct a large-scale biomedical knowledge graph from UMLS (3.4 million concepts and 34.2 million relations), stored in Neo4j for efficient querying. We then derive a ~100-million-token textual corpus from this graph to continually pretrain two models: BERTUMLS (from BERT) and BioBERTUMLS (from BioBERT). We evaluate these models on six BLURB (Biomedical Language Understanding and Reasoning Benchmark) datasets spanning five task types and evaluate GraphRAG on the two QA (Question Answering) datasets (PubMedQA, BioASQ). On BLURB tasks, BERTUMLS improves over BERT, with the largest gains on knowledge-intensive QA. Effects on BioBERT are more nuanced, suggesting diminishing returns when the base model already encodes substantial biomedical text knowledge. Finally, augmenting LLaMA 3-8B with our GraphRAG pipeline yields over than 3 points accuracy on PubMedQA and 5 points on BioASQ without any retraining, delivering transparent, multi-hop, and easily updated knowledge access. We release the processed UMLS Neo4j graph to support reproducibility.

📄 PDF Abstract BibTeX arXiv:2604.16422

Code (0)

등록된 구현이 없습니다.

Tasks

Continual PretrainingQuestion Answering

Similar 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 bi…

Diversifying Knowledge Enhancement of Biomedical Language Models using Adapter Modules and Knowledge Graphs

2023-12-21 · Juraj Vladika, Alexander Fichtl, Florian Matthes

Recent advances in natural language processing (NLP) owe their success to pre-training language models on large amounts of unstructured data. Still, there is an increasing effort to combine the unstructured nature of LMs…

Document ClassificationKnowledge GraphsNatural Language InferenceQuestion Answering

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

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

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