paper-with-me

Papers

Scientific Language Models for Biomedical Knowledge Base Completion: An Empirical Study

2021-06-17 · AKBC 2021 10 · Rahul Nadkarni, David Wadden, Iz Beltagy, Noah A. Smith, Hannaneh Hajishirzi, Tom Hope

Biomedical knowledge graphs (KGs) hold rich information on entities such as diseases, drugs, and genes. Predicting missing links in these graphs can boost many important applications, such as drug design and repurposing. Recent work has shown that general-domain language models (LMs) can serve as "soft" KGs, and that they can be fine-tuned for the task of KG completion. In this work, we study scientific LMs for KG completion, exploring whether we can tap into their latent knowledge to enhance biomedical link prediction. We evaluate several domain-specific LMs, fine-tuning them on datasets centered on drugs and diseases that we represent as KGs and enrich with textual entity descriptions. We integrate the LM-based models with KG embedding models, using a router method that learns to assign each input example to either type of model and provides a substantial boost in performance. Finally, we demonstrate the advantage of LM models in the inductive setting with novel scientific entities. Our datasets and code are made publicly available.

📄 PDF Abstract BibTeX arXiv:2106.09700

Code (1)

rahuln/lm-bio-kgc 공식 구현 pytorch

Tasks

Drug DesignKnowledge Base CompletionKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

Distantly Supervised Biomedical Knowledge Acquisition via Knowledge Graph Based Attention

2019-06-01 · WS 2019 6 · Qin Dai, Naoya Inoue, Paul Reisert, Ryo Takahashi 외

The increased demand for structured scientific knowledge has attracted considerable attention in extracting scientific relation from the ever growing scientific publications. Distant supervision is widely applied approac…

Knowledge Graph CompletionRelationRelation Extraction

A Data-driven Approach for Noise Reduction in Distantly Supervised Biomedical Relation Extraction

2020-05-26 · WS 2020 7 · Saadullah Amin, Katherine Ann Dunfield, Anna Vechkaeva, Günter Neumann

Fact triples are a common form of structured knowledge used within the biomedical domain. As the amount of unstructured scientific texts continues to grow, manual annotation of these texts for the task of relation extrac…

Knowledge Graph CompletionMultiple Instance LearningRelationRelation Classification+1

Fine-grained Information Extraction from Biomedical Literature based on Knowledge-enriched Abstract Meaning Representation

2021-08-01 · ACL 2021 5 · Zixuan Zhang, Nikolaus Parulian, Heng Ji, Ahmed Elsayed 외

Biomedical Information Extraction from scientific literature presents two unique and non-trivial challenges. First, compared with general natural language texts, sentences from scientific papers usually possess wider con…

Abstract Meaning RepresentationEvent ExtractionGraph AttentionSentence

m-KAILIN: Knowledge-Driven Agentic Scientific Corpus Distillation Framework for Biomedical Large Language Models Training

2025-04-28 · Meng Xiao, Xunxin Cai, Qingqing Long, Chengrui Wang 외

Corpus distillation for biomedical large language models (LLMs) seeks to address the pressing challenge of insufficient quantity and quality in open-source annotated scientific corpora, which remains a bottleneck for eff…

Question Answering

Reasoning Over Paths via Knowledge Base Completion

2019-11-01 · WS 2019 11 · Saatviga Sudhahar, Ian Roberts, Andrea Pierleoni

Reasoning over paths in large scale knowledge graphs is an important problem for many applications. In this paper we discuss a simple approach to automatically build and rank paths between a source and target entity pair…

Knowledge Base CompletionKnowledge Graphs