paper-with-me

Papers

Domain-Specific Language Model Pretraining for Biomedical Natural Language Processing

2020-07-31 · Yu Gu, Robert Tinn, Hao Cheng, Michael Lucas, Naoto Usuyama, Xiaodong Liu, Tristan Naumann, Jianfeng Gao, Hoifung Poon

Pretraining large neural language models, such as BERT, has led to impressive gains on many natural language processing (NLP) tasks. However, most pretraining efforts focus on general domain corpora, such as newswire and Web. A prevailing assumption is that even domain-specific pretraining can benefit by starting from general-domain language models. In this paper, we challenge this assumption by showing that for domains with abundant unlabeled text, such as biomedicine, pretraining language models from scratch results in substantial gains over continual pretraining of general-domain language models. To facilitate this investigation, we compile a comprehensive biomedical NLP benchmark from publicly-available datasets. Our experiments show that domain-specific pretraining serves as a solid foundation for a wide range of biomedical NLP tasks, leading to new state-of-the-art results across the board. Further, in conducting a thorough evaluation of modeling choices, both for pretraining and task-specific fine-tuning, we discover that some common practices are unnecessary with BERT models, such as using complex tagging schemes in named entity recognition (NER). To help accelerate research in biomedical NLP, we have released our state-of-the-art pretrained and task-specific models for the community, and created a leaderboard featuring our BLURB benchmark (short for Biomedical Language Understanding & Reasoning Benchmark) at https://aka.ms/BLURB.

📄 PDF Abstract BibTeX arXiv:2007.15779

Code (2)

bionlu-coling2024/biomed-ner-intent_detection pytorch
rohanshad/cmr_transformer pytorch

Tasks

Continual PretrainingDocument ClassificationDrug–drug Interaction ExtractionLanguage ModelingLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERParticipant Intervention Comparison Outcome ExtractionPICOQuestion AnsweringRelation ExtractionSentence SimilarityText Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
WordPiece 설명 없음
Residual Connection 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음

Similar Papers 제목 키워드 기반

BioBART: Pretraining and Evaluation of A Biomedical Generative Language Model

2022-04-08 · BioNLP (ACL) 2022 5 · Hongyi Yuan, Zheng Yuan, Ruyi Gan, Jiaxing Zhang 외

Pretrained language models have served as important backbones for natural language processing. Recently, in-domain pretraining has been shown to benefit various domain-specific downstream tasks. In the biomedical domain,…

Entity LinkingLanguage ModelingLanguage Modellingnamed-entity-recognition+6

GPT-3 Models are Poor Few-Shot Learners in the Biomedical Domain

2021-09-06 · Milad Moradi, Kathrin Blagec, Florian Haberl, Matthias Samwald

Deep neural language models have set new breakthroughs in many tasks of Natural Language Processing (NLP). Recent work has shown that deep transformer language models (pretrained on large amounts of texts) can achieve hi…

Few-Shot LearningLanguage ModellingTransfer Learning

Fine-Tuning Large Neural Language Models for Biomedical Natural Language Processing

2021-12-15 · Robert Tinn, Hao Cheng, Yu Gu, Naoto Usuyama 외

Motivation: A perennial challenge for biomedical researchers and clinical practitioners is to stay abreast with the rapid growth of publications and medical notes. Natural language processing (NLP) has emerged as a promi…

text similarityTransfer Learning

MDAPT: Multilingual Domain Adaptive Pretraining in a Single Model

2021-09-14 · Findings (EMNLP) 2021 11 · Rasmus Kær Jørgensen, Mareike Hartmann, Xiang Dai, Desmond Elliott

Domain adaptive pretraining, i.e. the continued unsupervised pretraining of a language model on domain-specific text, improves the modelling of text for downstream tasks within the domain. Numerous real-world application…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+3

AMMU : A Survey of Transformer-based Biomedical Pretrained Language Models

2021-04-16 · Katikapalli Subramanyam Kalyan, Ajit Rajasekharan, Sivanesan Sangeetha

Transformer-based pretrained language models (PLMs) have started a new era in modern natural language processing (NLP). These models combine the power of transformers, transfer learning, and self-supervised learning (SSL…

Self-Supervised LearningSurveyTransfer Learning