paper-with-me

홈 › Papers

Boosting Low-Resource Biomedical QA via Entity-Aware Masking Strategies

2021-02-16 · EACL 2021 2 · Gabriele Pergola, Elena Kochkina, Lin Gui, Maria Liakata, Yulan He

Biomedical question-answering (QA) has gained increased attention for its capability to provide users with high-quality information from a vast scientific literature. Although an increasing number of biomedical QA datasets has been recently made available, those resources are still rather limited and expensive to produce. Transfer learning via pre-trained language models (LMs) has been shown as a promising approach to leverage existing general-purpose knowledge. However, finetuning these large models can be costly and time consuming, often yielding limited benefits when adapting to specific themes of specialised domains, such as the COVID-19 literature. To bootstrap further their domain adaptation, we propose a simple yet unexplored approach, which we call biomedical entity-aware masking (BEM). We encourage masked language models to learn entity-centric knowledge based on the pivotal entities characterizing the domain at hand, and employ those entities to drive the LM fine-tuning. The resulting strategy is a downstream process applicable to a wide variety of masked LMs, not requiring additional memory or components in the neural architectures. Experimental results show performance on par with state-of-the-art models on several biomedical QA datasets.

📄 PDF Abstract BibTeX arXiv:2102.08366

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationQuestion AnsweringTransfer Learning

Similar Papers 제목 키워드 기반

EMBRE: Entity-aware Masking for Biomedical Relation Extraction

2024-01-15 · Mingjie Li, Karin Verspoor

Information extraction techniques, including named entity recognition (NER) and relation extraction (RE), are crucial in many domains to support making sense of vast amounts of unstructured text data by identifying and c…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2

Biomedical Entity Linking with Contrastive Context Matching

2021-06-14 · Shogo Ujiie, Hayate Iso, Eiji Aramaki

We introduce BioCoM, a contrastive learning framework for biomedical entity linking that uses only two resources: a small-sized dictionary and a large number of raw biomedical articles. Specifically, we build the trainin…

ArticlesContrastive LearningEntity Linking

EntityBERT: Entity-centric Masking Strategy for Model Pretraining for the Clinical Domain

2021-06-01 · NAACL (BioNLP) 2021 6 · Chen Lin, Timothy Miller, Dmitriy Dligach, Steven Bethard 외

Transformer-based neural language models have led to breakthroughs for a variety of natural language processing (NLP) tasks. However, most models are pretrained on general domain data. We propose a methodology to produce…

NegationNegation DetectionRelationRelation Extraction+1

BIOptimus: Pre-training an Optimal Biomedical Language Model with Curriculum Learning for Named Entity Recognition

2023-08-16 · Pavlova Vera, Mohammed Makhlouf

Using language models (LMs) pre-trained in a self-supervised setting on large corpora and then fine-tuning for a downstream task has helped to deal with the problem of limited label data for supervised learning tasks suc…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+2

BioAug: Conditional Generation based Data Augmentation for Low-Resource Biomedical NER

2023-05-18 · Sreyan Ghosh, Utkarsh Tyagi, Sonal Kumar, Dinesh Manocha

Biomedical Named Entity Recognition (BioNER) is the fundamental task of identifying named entities from biomedical text. However, BioNER suffers from severe data scarcity and lacks high-quality labeled data due to the hi…

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNER