paper-with-me

Papers

SMedBERT: A Knowledge-Enhanced Pre-trained Language Model with Structured Semantics for Medical Text Mining

2021-08-20 · ACL 2021 5 · Taolin Zhang, Zerui Cai, Chengyu Wang, Minghui Qiu, Bite Yang, Xiaofeng He

Recently, the performance of Pre-trained Language Models (PLMs) has been significantly improved by injecting knowledge facts to enhance their abilities of language understanding. For medical domains, the background knowledge sources are especially useful, due to the massive medical terms and their complicated relations are difficult to understand in text. In this work, we introduce SMedBERT, a medical PLM trained on large-scale medical corpora, incorporating deep structured semantic knowledge from neighbors of linked-entity.In SMedBERT, the mention-neighbor hybrid attention is proposed to learn heterogeneous-entity information, which infuses the semantic representations of entity types into the homogeneous neighboring entity structure. Apart from knowledge integration as external features, we propose to employ the neighbors of linked-entities in the knowledge graph as additional global contexts of text mentions, allowing them to communicate via shared neighbors, thus enrich their semantic representations. Experiments demonstrate that SMedBERT significantly outperforms strong baselines in various knowledge-intensive Chinese medical tasks. It also improves the performance of other tasks such as question answering, question matching and natural language inference.

📄 PDF Abstract BibTeX arXiv:2108.08983

Code (2)

matnlp/smedbert 공식 구현 pytorch
alibaba/EasyNLP jax

Tasks

Language ModelingLanguage ModellingNatural Language InferenceQuestion Answering

Similar Papers 제목 키워드 기반

KLMo: Knowledge Graph Enhanced Pretrained Language Model with Fine-Grained Relationships

2021-11-01 · Findings (EMNLP) 2021 11 · Lei He, Suncong Zheng, Tao Yang, Feng Zhang

Interactions between entities in knowledge graph (KG) provide rich knowledge for language representation learning. However, existing knowledge-enhanced pretrained language models (PLMs) only focus on entity information a…

Entity LinkingEntity TypingLanguage ModelingLanguage Modelling+4

SmoGVLM: A Small, Graph-enhanced Vision-Language Model

2026-04-15 · Debjyoti Mondal, Rituraj Singh, Subhadarshi Panda arxiv

Large vision-language models (VLMs) achieve strong performance on multimodal tasks but often suffer from hallucination and poor grounding in knowledge-intensive reasoning. We propose SmoGVLM, a small, graph-enhanced VLM …

Multimodal Reasoning

COOL: Comprehensive Knowledge Enhanced Prompt Learning for Domain Adaptive Few-shot Fake News Detection

2024-06-16 · Yi Ouyang, Peng Wu, Li Pan

Most Fake News Detection (FND) methods often struggle with data scarcity for emerging news domain. Recently, prompt learning based on Pre-trained Language Models (PLM) has emerged as a promising approach in domain adapti…

Fake News DetectionFew-Shot LearningPrompt Learning

ERNIE: Enhanced Language Representation with Informative Entities

2019-05-17 · ACL 2019 7 · Zhengyan Zhang, Xu Han, Zhiyuan Liu, Xin Jiang 외

Neural language representation models such as BERT pre-trained on large-scale corpora can well capture rich semantic patterns from plain text, and be fine-tuned to consistently improve the performance of various NLP task…

Entity LinkingEntity TypingKnowledge GraphsLinguistic Acceptability+6

LLM Inference Enhanced by External Knowledge: A Survey

2025-05-30 · Yu-Hsuan Lin, Qian-Hui Chen, Yi-Jie Cheng, Jia-Ren Zhang 외

Recent advancements in large language models (LLMs) have enhanced natural-language reasoning. However, their limited parametric memory and susceptibility to hallucination present persistent challenges for tasks requiring…

HallucinationKnowledge GraphsSurvey