AF Adapter: Continual Pretraining for Building Chinese Biomedical Language Model
Yongyu Yan, Kui Xue, Xiaoming Shi, Qi Ye, Jingping Liu, Tong Ruan
TL;DR
This work tackles catastrophic forgetting in continual pretraining for domain-specific language models in Chinese biomedicine. It introduces AF Adapter, a layer-extending adapter that adds a small set of domain-specific attention heads and FFN units while freezing the original general-domain parameters, enabling continual pretraining without deepening the network. Applied to a Chinese biomedical RoBERTa, AF Adapter RoBERTa achieves state-of-the-art average performance on the CBLUE benchmark and reduces forgetting by a notable margin compared with fine-tuning and other baselines, using only about 17% of trainable parameters. The results demonstrate a memory-efficient pathway to domain adaptation with robust convergence and stability, suggesting broad applicability of layer-extending adapters for domain-specific pretraining.
Abstract
Continual pretraining is a popular way of building a domain-specific pretrained language model from a general-domain language model. In spite of its high efficiency, continual pretraining suffers from catastrophic forgetting, which may harm the model's performance in downstream tasks. To alleviate the issue, in this paper, we propose a continual pretraining method for the BERT-based model, named Attention-FFN Adapter. Its main idea is to introduce a small number of attention heads and hidden units inside each self-attention layer and feed-forward network. Furthermore, we train a domain-specific language model named AF Adapter based RoBERTa for the Chinese biomedical domain. In experiments, models are applied to downstream tasks for evaluation. The results demonstrate that with only about 17% of model parameters trained, AF Adapter achieves 0.6%, 2% gain in performance on average, compared to strong baselines. Further experimental results show that our method alleviates the catastrophic forgetting problem by 11% compared to the fine-tuning method.
