TLDP is a nonparametric contextual dynamic pricing algorithm with provably minimax-optimal regret when source-domain data are available under covariate shift.
Robust Transfer Learning with Pretrained Language Models through Adapters
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Transfer learning with large pretrained transformer-based language models like BERT has become a dominating approach for most NLP tasks. Simply fine-tuning those large language models on downstream tasks or combining it with task-specific pretraining is often not robust. In particular, the performance considerably varies as the random seed changes or the number of pretraining and/or fine-tuning iterations varies, and the fine-tuned model is vulnerable to adversarial attack. We propose a simple yet effective adapter-based approach to mitigate these issues. Specifically, we insert small bottleneck layers (i.e., adapter) within each layer of a pretrained model, then fix the pretrained layers and train the adapter layers on the downstream task data, with (1) task-specific unsupervised pretraining and then (2) task-specific supervised training (e.g., classification, sequence labeling). Our experiments demonstrate that such a training scheme leads to improved stability and adversarial robustness in transfer learning to various downstream tasks.
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Transfer Learning for Nonparametric Contextual Dynamic Pricing
TLDP is a nonparametric contextual dynamic pricing algorithm with provably minimax-optimal regret when source-domain data are available under covariate shift.