Meta-Tsallis-Entropy Minimization: A New Self-Training Approach for Domain Adaptation on Text Classification

Abstract

Text classification is a fundamental task for natural language processing, and adapting text classification models across domains has broad applications. Self-training generates pseudo-examples from the model's predictions and iteratively trains on the pseudo-examples, i.e., minimizes the loss on the source domain and the Gibbs entropy on the target domain. However, Gibbs entropy is sensitive to prediction errors, and thus, self-training tends to fail when the domain shift is large. In this paper, we propose Meta-Tsallis Entropy minimization (MTEM). MTEM uses an instance adaptive Tsallis entropy to replace the Gibbs entropy and a meta-learning algorithm to optimize the instance adaptive Tsallis entropy on the target domain. To reduce the computation cost of MTEM, we propose an approximation technique to approximate the second-order derivation involved in the meta-learning. To efficiently generate pseudo labels, we propose an annealing sampling mechanism for exploring the model's prediction probability. Theoretically, we prove the convergence of the meta-learning algorithm in MTEM and analyze the effectiveness of MTEM in achieving domain adaptation. Experimentally, MTEM improves the adaptation performance of BERT with an average of 4 percent on the benchmark dataset.

Cite

Text

Lu et al. "Meta-Tsallis-Entropy Minimization: A New Self-Training Approach for Domain Adaptation on Text Classification." International Joint Conference on Artificial Intelligence, 2023. doi:10.24963/IJCAI.2023/573

Markdown

[Lu et al. "Meta-Tsallis-Entropy Minimization: A New Self-Training Approach for Domain Adaptation on Text Classification." International Joint Conference on Artificial Intelligence, 2023.](https://mlanthology.org/ijcai/2023/lu2023ijcai-meta/) doi:10.24963/IJCAI.2023/573

BibTeX

@inproceedings{lu2023ijcai-meta,
  title     = {{Meta-Tsallis-Entropy Minimization: A New Self-Training Approach for Domain Adaptation on Text Classification}},
  author    = {Lu, Menglong and Huang, Zhen and Tian, Zhiliang and Zhao, Yunxiang and Fei, Xuanyu and Li, Dongsheng},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {5159-5169},
  doi       = {10.24963/IJCAI.2023/573},
  url       = {https://mlanthology.org/ijcai/2023/lu2023ijcai-meta/}
}