Ye, Jiacheng and Gao, Jiahui and Li, Qintong and Xu, Hang and Feng, Jiangtao and Wu, Zhiyong and Yu, Tao and Kong, Lingpeng ::: ZeroGen: Efficient Zero-shot Learning via Dataset Generation
- Use prompt
"[movie review] the sentiment of the movie review is:"
to get PLM(pre-trained language model) to produce labels - let PLM generate a lot of movie reviews labeled with positive/negative sentiment
- use the (review,sentiment) data set generated to train a
tiny task model
(e.g. LSTM):