paper-with-me

Papers

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 with structured knowledge and reasoning. Particularly in the rapidly evolving field of biomedical NLP, knowledge-enhanced language models (KELMs) have emerged as promising tools to bridge the gap between large language models and domain-specific knowledge, considering the available biomedical knowledge graphs (KGs) curated by experts over the decades. In this paper, we develop an approach that uses lightweight adapter modules to inject structured biomedical knowledge into pre-trained language models (PLMs). We use two large KGs, the biomedical knowledge system UMLS and the novel biochemical ontology OntoChem, with two prominent biomedical PLMs, PubMedBERT and BioLinkBERT. The approach includes partitioning knowledge graphs into smaller subgraphs, fine-tuning adapter modules for each subgraph, and combining the knowledge in a fusion layer. We test the performance on three downstream tasks: document classification,question answering, and natural language inference. We show that our methodology leads to performance improvements in several instances while keeping requirements in computing power low. Finally, we provide a detailed interpretation of the results and report valuable insights for future work.

📄 PDF Abstract BibTeX arXiv:2312.13881

Code (0)

등록된 구현이 없습니다.

Tasks

Document ClassificationKnowledge GraphsNatural Language InferenceQuestion Answering

Methods 이 논문이 사용한 방법론

Ontology 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Pre-trained language models with domain knowledge for biomedical extractive summarization

2022-07-19 · Knowledge-Based Systems 2022 7 · QianqianXie;Jennifer Amy Bishop;PrayagTiwari;Sophia Ananiadoua

Biomedical text summarization is a critical task for comprehension of an ever-growing amount of biomedical literature. Pre-trained language models (PLMs) with transformer-based architectures have been shown to greatly im…

Extractive SummarizationPICOText Summarization

Parameter-Efficient Domain Knowledge Integration from Multiple Sources for Biomedical Pre-trained Language Models

2021-11-01 · Findings (EMNLP) 2021 11 · Qiuhao Lu, Dejing Dou, Thien Huu Nguyen

Domain-specific pre-trained language models (PLMs) have achieved great success over various downstream tasks in different domains. However, existing domain-specific PLMs mostly rely on self-supervised learning over large…

ArticlesSelf-Supervised Learning

MedAdapter: Efficient Test-Time Adaptation of Large Language Models towards Medical Reasoning

2024-05-05 · Wenqi Shi, ran Xu, Yuchen Zhuang, Yue Yu 외

Despite their improved capabilities in generation and reasoning, adapting large language models (LLMs) to the biomedical domain remains challenging due to their immense size and corporate privacy. In this work, we propos…

Privacy PreservingTest-time Adaptation

Adapter-based Approaches to Knowledge-enhanced Language Models -- A Survey

2024-11-25 · Alexander Fichtl, Juraj Vladika, Georg Groh

Knowledge-enhanced language models (KELMs) have emerged as promising tools to bridge the gap between large-scale language models and domain-specific knowledge. KELMs can achieve higher factual accuracy and mitigate hallu…

General KnowledgeKnowledge GraphsSurveySystematic Literature Review

Mixture-of-Partitions: Infusing Large Biomedical Knowledge Graphs into BERT

2021-09-10 · EMNLP 2021 11 · Zaiqiao Meng, Fangyu Liu, Thomas Hikaru Clark, Ehsan Shareghi 외

Infusing factual knowledge into pre-trained models is fundamental for many knowledge-intensive tasks. In this paper, we proposed Mixture-of-Partitions (MoP), an infusion approach that can handle a very large knowledge gr…

Knowledge Graphs