This work has been accepted as the long paper ''On Unsupervised Domain Adaptation: Pseudo Label Guided Mixup for Adversarial Prompt Tuning'' in AAAI 2024.
python==3.8.10
numpy==1.24.3
tokenizers==0.9.4
torch==1.10.0
transformers==4.1.1
You can start PL-Mix directly by running the following code:
bash run_all.sh
@article{kong2024plmix,
title={On Unsupervised Domain Adaptation: Pseudo Label Guided Mixup for Adversarial Prompt Tuning},
author={Fanshuang Kong, Richong Zhang, Ziqiao Wang and Yongyi Mao},
booktitle={Proceedings of the AAAI conference on artificial intelligence},
year={2024},
}
Thank you @KanadeSiina for your support of this project!