paper-with-me

홈 › Papers

Domain Knowledge Transferring for Pre-trained Language Model via Calibrated Activation Boundary Distillation

2022-05-01 · ACL 2022 5 · Dongha Choi, HongSeok Choi, Hyunju Lee

Since the development and wide use of pretrained language models (PLMs), several approaches have been applied to boost their performance on downstream tasks in specific domains, such as biomedical or scientific domains. Additional pre-training with in-domain texts is the most common approach for providing domain-specific knowledge to PLMs. However, these pre-training methods require considerable in-domain data and training resources and a longer training time. Moreover, the training must be re-performed whenever a new PLM emerges. In this study, we propose a domain knowledge transferring (DoKTra) framework for PLMs without additional in-domain pretraining. Specifically, we extract the domain knowledge from an existing in-domain pretrained language model and transfer it to other PLMs by applying knowledge distillation. In particular, we employ activation boundary distillation, which focuses on the activation of hidden neurons. We also apply an entropy regularization term in both teacher training and distillation to encourage the model to generate reliable output probabilities, and thus aid the distillation. By applying the proposed DoKTra framework to downstream tasks in the biomedical, clinical, and financial domains, our student models can retain a high percentage of teacher performance and even outperform the teachers in certain tasks. Our code is available at https://github.com/DMCB-GIST/DoKTra.

📄 PDF Abstract BibTeX

Code (1)

dmcb-gist/doktra 공식 구현 pytorch

Tasks

Knowledge DistillationLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Distilling Calibrated Student from an Uncalibrated Teacher

2023-02-22 · Ishan Mishra, Sethu Vamsi Krishna, Deepak Mishra

Knowledge distillation is a common technique for improving the performance of a shallow student network by transferring information from a teacher network, which in general, is comparatively large and deep. These teacher…

Data AugmentationKnowledge Distillation

VI-PANN: Harnessing Transfer Learning and Uncertainty-Aware Variational Inference for Improved Generalization in Audio Pattern Recognition

2024-01-10 · John Fischer, Marko Orescanin, Eric Eckstrand

Transfer learning (TL) is an increasingly popular approach to training deep learning (DL) models that leverages the knowledge gained by training a foundation model on diverse, large-scale datasets for use on downstream t…

Event DetectionTransfer LearningVariational Inference

TOKEN is a MASK: Few-shot Named Entity Recognition with Pre-trained Language Models

2022-06-15 · Ali Davody, David Ifeoluwa Adelani, Thomas Kleinbauer, Dietrich Klakow

Transferring knowledge from one domain to another is of practical importance for many tasks in natural language processing, especially when the amount of available data in the target domain is limited. In this work, we p…

DescriptiveDomain Adaptationnamed-entity-recognitionNamed Entity Recognition+2

FIRST: Teach A Reliable Large Language Model Through Efficient Trustworthy Distillation

2024-08-22 · Kashun Shum, Minrui Xu, Jianshu Zhang, Zixin Chen 외

Large language models (LLMs) have become increasingly prevalent in our daily lives, leading to an expectation for LLMs to be trustworthy -- - both accurate and well-calibrated (the prediction confidence should align with…

Language ModelingLanguage ModellingLarge Language Model

TextBridgeGNN: Pre-training Graph Neural Network for Cross-Domain Recommendation via Text-Guided Transfer

2025-11-25 · Yiwen Chen, Yiqing Wu, Huishi Luo, Fuzhen Zhuang 외 arxiv

Graph-based recommendation has achieved great success in recent years. The classical graph recommendation model utilizes ID embedding to store essential collaborative information. However, this ID-based paradigm faces ch…

Collaborative FilteringGraph Neural Network