CLAIOct 22, 2022

ProGen: Progressive Zero-shot Dataset Generation via In-context Feedback

arXiv:2210.12329v1330 citationsh-index: 39
Originality Incremental advance
AI Analysis

This addresses the issue of dataset quality for zero-shot learning in NLP, offering an incremental improvement over existing methods.

The paper tackles the problem of low-quality synthetic datasets in zero-shot learning by proposing ProGen, a progressive framework that uses in-context feedback to guide data generation, achieving on-par or superior performance with only 1% of the synthetic dataset size compared to baselines.

Recently, dataset-generation-based zero-shot learning has shown promising results by training a task-specific model with a dataset synthesized from large pre-trained language models (PLMs). The final task-specific model often achieves compatible or even better performance than PLMs under the zero-shot setting, with orders of magnitude fewer parameters. However, synthetic datasets have their drawbacks. They have long been suffering from low-quality issues (e.g., low informativeness and redundancy). This explains why the massive synthetic data does not lead to better performance -- a scenario we would expect in the human-labeled data. To improve the quality of dataset synthesis, we propose a progressive zero-shot dataset generation framework, ProGen, which leverages the feedback from the task-specific model to guide the generation of new training data via in-context examples. Extensive experiments on five text classification datasets demonstrate the effectiveness of the proposed approach. We also show ProGen achieves on-par or superior performance with only 1\% synthetic dataset size compared to baseline methods without in-context feedback.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes