paper-with-me

Papers

An Empirical Study of Multi-Task Learning on BERT for Biomedical Text Mining

2020-05-06 · WS 2020 7 · Yifan Peng, Qingyu Chen, Zhiyong Lu

Multi-task learning (MTL) has achieved remarkable success in natural language processing applications. In this work, we study a multi-task learning model with multiple decoders on varieties of biomedical and clinical natural language processing tasks such as text similarity, relation extraction, named entity recognition, and text inference. Our empirical results demonstrate that the MTL fine-tuned models outperform state-of-the-art transformer models (e.g., BERT and its variants) by 2.0% and 1.3% in biomedical and clinical domains, respectively. Pairwise MTL further demonstrates more details about which tasks can improve or decrease others. This is particularly helpful in the context that researchers are in the hassle of choosing a suitable model for new problems. The code and models are publicly available at https://github.com/ncbi-nlp/bluebert

📄 PDF Abstract BibTeX arXiv:2005.02799

Code (1)

ncbi-nlp/bluebert 공식 구현 tf

Tasks

Multi-Task Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Relation Extractiontext similarity

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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.
Weight Decay 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Comparing Encoder-Only and Encoder-Decoder Transformers for Relation Extraction from Biomedical Texts: An Empirical Study on Ten Benchmark Datasets

2022-05-01 · BioNLP (ACL) 2022 5 · Mourad Sarrouti, Carson Tao, Yoann Mamy Randriamihaja

Biomedical relation extraction, aiming to automatically discover high-quality and semantic relations between the entities from free text, is becoming a vital step for automated knowledge discovery. Pretrained language mo…

DecoderMulti-Task LearningRelationRelation Extraction

BioM-Transformers: Building Large Biomedical Language Models with BERT, ALBERT and ELECTRA

2021-06-01 · NAACL (BioNLP) 2021 6 · Sultan Alrowili, Vijay Shanker

The impact of design choices on the performance of biomedical language models recently has been a subject for investigation. In this paper, we empirically study biomedical domain adaptation with large transformer models …

Domain AdaptationRelation Extraction

Adaptation of Biomedical and Clinical Pretrained Models to French Long Documents: A Comparative Study

2024-02-26 · Adrien Bazoge, Emmanuel Morin, Beatrice Daille, Pierre-Antoine Gourraud

Recently, pretrained language models based on BERT have been introduced for the French biomedical domain. Although these models have achieved state-of-the-art results on biomedical and clinical NLP tasks, they are constr…

named-entity-recognitionNamed Entity Recognition

BERT-based Ranking for Biomedical Entity Normalization

2019-08-09 · Zongcheng Ji, Qiang Wei, Hua Xu

Developing high-performance entity normalization algorithms that can alleviate the term variation problem is of great interest to the biomedical community. Although deep learning-based methods have been successfully appl…

Word Embeddings

BioBERT: a pre-trained biomedical language representation model for biomedical text mining

2019-01-25 · Jinhyuk Lee, Wonjin Yoon, Sungdong Kim, Donghyeon Kim 외

Biomedical text mining is becoming increasingly important as the number of biomedical documents rapidly grows. With the progress in natural language processing (NLP), extracting valuable information from biomedical liter…

Drug–drug Interaction ExtractionFew-Shot LearningLanguage ModellingMedical Named Entity Recognition+8