paper-with-me

Papers

DILBERT: Customized Pre-Training for Domain Adaptation withCategory Shift, with an Application to Aspect Extraction

2021-09-01 · Entony Lekhtman, Yftah Ziser, Roi Reichart

The rise of pre-trained language models has yielded substantial progress in the vast majority of Natural Language Processing (NLP) tasks. However, a generic approach towards the pre-training procedure can naturally be sub-optimal in some cases. Particularly, fine-tuning a pre-trained language model on a source domain and then applying it to a different target domain, results in a sharp performance decline of the eventual classifier for many source-target domain pairs. Moreover, in some NLP tasks, the output categories substantially differ between domains, making adaptation even more challenging. This, for example, happens in the task of aspect extraction, where the aspects of interest of reviews of, e.g., restaurants or electronic devices may be very different. This paper presents a new fine-tuning scheme for BERT, which aims to address the above challenges. We name this scheme DILBERT: Domain Invariant Learning with BERT, and customize it for aspect extraction in the unsupervised domain adaptation setting. DILBERT harnesses the categorical information of both the source and the target domains to guide the pre-training process towards a more domain and category invariant representation, thus closing the gap between the domains. We show that DILBERT yields substantial improvements over state-of-the-art baselines while using a fraction of the unlabeled data, particularly in more challenging domain adaptation setups.

📄 PDF Abstract BibTeX arXiv:2109.00571

Code (1)

tonylekhtman/dilbert 공식 구현 pytorch

Tasks

Aspect ExtractionDomain AdaptationLanguage ModellingUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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 &…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Multi-Head Attention 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

DILBERT: Customized Pre-Training for Domain Adaptation with Category Shift, with an Application to Aspect Extraction

2021-11-01 · EMNLP 2021 11 · Entony Lekhtman, Yftah Ziser, Roi Reichart

The rise of pre-trained language models has yielded substantial progress in the vast majority of Natural Language Processing (NLP) tasks. However, a generic approach towards the pre-training procedure can naturally be su…

Aspect ExtractionDomain AdaptationLanguage ModellingUnsupervised Domain Adaptation

Named-Entity Tagging and Domain adaptation for Better Customized Translation

2018-07-01 · WS 2018 7 · Zhongwei Li, Xuancong Wang, Ai Ti Aw, Eng Siong Chng 외

Customized translation need pay spe-cial attention to the target domain ter-minology especially the named-entities for the domain. Adding linguistic features to neural machine translation (NMT) has been shown to benefit …

Domain AdaptationMachine Translationnamed-entity-recognitionNamed Entity Recognition+5

Selective Partial Domain Adaptation

2022-10-01 · British Machine Vision Conference 2022 10 · Pengxin Guo, Jinjing Zhu, Yu Zhang

Partial Domain Adaptation (PDA), which assumes that the label space of the target domain is a subset of that in the source domain, has attracted much attention in recent years. Due to the difference in the label space of…

Domain AdaptationPartial Domain Adaptation

Divide and Adapt: Active Domain Adaptation via Customized Learning

2023-07-21 · CVPR 2023 1 · Duojun Huang, Jichang Li, Weikai Chen, Junshi Huang 외

Active domain adaptation (ADA) aims to improve the model adaptation performance by incorporating active learning (AL) techniques to label a maximally-informative subset of target samples. Conventional AL methods do not c…

Active LearningDomain AdaptationInformativenessSemi-supervised Domain Adaptation+2

Domain Adaptation for Question Answering via Question Classification

2022-09-12 · COLING 2022 10 · Zhenrui Yue, Huimin Zeng, Ziyi Kou, Lanyu Shang 외

Question answering (QA) has demonstrated impressive progress in answering questions from customized domains. Nevertheless, domain adaptation remains one of the most elusive challenges for QA systems, especially when QA s…

Domain AdaptationGeneral ClassificationQuestion Answering