EMNLP 2022main204 citations

ZeroGen: Efficient Zero-shot Learning via Dataset Generation

Jiacheng Ye, Jiahui Gao, Qintong Li, Hang Xu, Jiangtao Feng, Zhiyong Wu, Tao Yu, Lingpeng Kong

Abstract

There is a growing interest in dataset generation recently due to the superior generative capacity of large pre-trained language models (PLMs). In this paper, we study a flexible and efficient zero-short learning method, ZeroGen.Given a zero-shot task, we first generate a dataset from scratch using PLMs in an unsupervised manner. Then, we train a tiny task model (e.g., LSTM) under the supervision of the synthesized dataset. This approach allows highly efficient inference as the final task model only has orders of magnitude fewer parameters comparing to PLMs (e.g., GPT2-XL).Apart from being annotation-free and efficient, we argue that ZeroGen can also provide useful insights from the perspective of data-free model-agnostic knowledge distillation, and unreferenced text generation evaluation. Experiments and analysis on different NLP tasks, namely, text classification, question answering, and natural language inference, show the effectiveness of ZeroGen.

BibTeX
@inproceedings{ye-etal-2022-zerogen,
    title = "{Z}ero{G}en: Efficient Zero-shot Learning via Dataset Generation",
    author = "Ye, Jiacheng  and
      Gao, Jiahui  and
      Li, Qintong  and
      Xu, Hang  and
      Feng, Jiangtao  and
      Wu, Zhiyong  and
      Yu, Tao  and
      Kong, Lingpeng",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.801/",
    doi = "10.18653/v1/2022.emnlp-main.801",
    pages = "11653--11669"
}
ZeroGen: Efficient Zero-shot Learning via Dataset Generation · EMNLP 2022