paper-with-me

Papers

Don't Stop Pretraining: Adapt Language Models to Domains and Tasks

2020-04-23 · ACL 2020 6 · Suchin Gururangan, Ana Marasović, Swabha Swayamdipta, Kyle Lo, Iz Beltagy, Doug Downey, Noah A. Smith

Language models pretrained on text from a wide variety of sources form the foundation of today's NLP. In light of the success of these broad-coverage models, we investigate whether it is still helpful to tailor a pretrained model to the domain of a target task. We present a study across four domains (biomedical and computer science publications, news, and reviews) and eight classification tasks, showing that a second phase of pretraining in-domain (domain-adaptive pretraining) leads to performance gains, under both high- and low-resource settings. Moreover, adapting to the task's unlabeled data (task-adaptive pretraining) improves performance even after domain-adaptive pretraining. Finally, we show that adapting to a task corpus augmented using simple data selection strategies is an effective alternative, especially when resources for domain-adaptive pretraining might be unavailable. Overall, we consistently find that multi-phase adaptive pretraining offers large gains in task performance.

📄 PDF Abstract BibTeX arXiv:2004.10964

Code (6)

allenai/dont-stop-pretraining 공식 구현 pytorch
SUSTechBruce/G-MAP pytorch
bionlu-coling2024/biomed-ner-intent_detection pytorch
sagjounkani/Dont-Stop-Pretraining-Use-Adapters-Instead pytorch
shizhediao/black-box-prompt-learning pytorch
shizhediao/t-dna pytorch

Tasks

Citation Intent Classification

Similar Papers 제목 키워드 기반

Effortless Vision-Language Model Specialization in Histopathology without Annotation

2025-08-11 · Jingna Qiu, Nishanth Jain, Jonas Ammeling, Marc Aubreville 외 arxiv

Recent advances in Vision-Language Models (VLMs) in histopathology, such as CONCH and QuiltNet, have demonstrated impressive zero-shot classification capabilities across various tasks. However, their general-purpose desi…

Task Transfer and Domain Adaptation for Zero-Shot Question Answering

2022-06-14 · DeepLo 2022 7 · Xiang Pan, Alex Sheng, David Shimshoni, Aditya Singhal 외

Pretrained language models have shown success in various areas of natural language processing, including reading comprehension tasks. However, when applying machine learning methods to new domains, labeled data may not a…

Domain AdaptationQuestion AnsweringReading Comprehension

Efficient Domain Adaptation of Language Models via Adaptive Tokenization

2021-09-15 · EMNLP (sustainlp) 2021 11 · Vin Sachidananda, Jason S. Kessler, Yi-An Lai

Contextual embedding-based language models trained on large data sets, such as BERT and RoBERTa, provide strong performance across a wide range of tasks and are ubiquitous in modern NLP. It has been observed that fine-tu…

Domain AdaptationLanguage Modelling

Unsupervised Domain Adaptation of Contextualized Embeddings for Sequence Labeling

2019-04-04 · IJCNLP 2019 11 · Xiaochuang Han, Jacob Eisenstein

Contextualized word embeddings such as ELMo and BERT provide a foundation for strong performance across a wide range of natural language processing tasks by pretraining on large corpora of unlabeled text. However, the ap…

Domain AdaptationLanguage ModelingLanguage ModellingMasked Language Modeling+3

Nucleus-aware Self-supervised Pretraining Using Unpaired Image-to-image Translation for Histopathology Images

2023-09-14 · Zhiyun Song, Penghui Du, Junpeng Yan, Kailu Li 외

Self-supervised pretraining attempts to enhance model performance by obtaining effective features from unlabeled data, and has demonstrated its effectiveness in the field of histopathology images. Despite its success, fe…

DiversityImage-to-Image TranslationInstance SegmentationMultiple Instance Learning+2