paper-with-me

홈 › Papers

Prompt Consistency for Zero-Shot Task Generalization

2022-04-29 · Chunting Zhou, Junxian He, Xuezhe Ma, Taylor Berg-Kirkpatrick, Graham Neubig

One of the most impressive results of recent NLP history is the ability of pre-trained language models to solve new tasks in a zero-shot setting. To achieve this, NLP tasks are framed as natural language prompts, generating a response indicating the predicted output. Nonetheless, the performance in such settings often lags far behind its supervised counterpart, suggesting a large space for potential improvement. In this paper, we explore methods to utilize unlabeled data to improve zero-shot performance. Specifically, we take advantage of the fact that multiple prompts can be used to specify a single task, and propose to regularize prompt consistency, encouraging consistent predictions over this diverse set of prompts. Our method makes it possible to fine-tune the model either with extra unlabeled training data, or directly on test input at inference time in an unsupervised manner. In experiments, our approach outperforms the state-of-the-art zero-shot learner, T0 (Sanh et al., 2022), on 9 out of 11 datasets across 4 NLP tasks by up to 10.6 absolute points in terms of accuracy. The gains are often attained with a small number of unlabeled examples.

📄 PDF Abstract BibTeX arXiv:2205.00049

Code (1)

violet-zct/swarm-distillation-zero-shot 공식 구현 jax

Similar Papers 제목 키워드 기반

Consistency-guided Prompt Learning for Vision-Language Models

2023-06-01 · Shuvendu Roy, Ali Etemad

We propose Consistency-guided Prompt learning (CoPrompt), a new fine-tuning method for vision-language models. Our approach improves the generalization of large foundation models when fine-tuned on downstream tasks in a …

Domain GeneralizationFew-Shot LearningPrompt EngineeringPrompt Learning

Prompt Consistency for Zero-Shot Task Generalization

2022-01-16 · ACL ARR January 2022 1 · Anonymous

One of the most impressive results of recent NLP history is the ability of pre-trained language models to solve new tasks in a zero-shot setting. To achieve this, NLP tasks are framed as natural language prompts, generat…

ZeroPrompt: Scaling Prompt-Based Pretraining to 1,000 Tasks Improves Zero-Shot Generalization

2022-01-18 · Hanwei Xu, Yujun Chen, Yulun Du, Nan Shao 외

We propose a multitask pretraining approach ZeroPrompt for zero-shot generalization, focusing on task scaling and zero-shot prompting. While previous models are trained on only a few dozen tasks, we scale to 1,000 tasks …

Zero-shot GeneralizationZero-Shot Learning

Novel Semantic Prompting for Zero-Shot Action Recognition

2026-03-09 · Salman Iqbal, Waheed Rehman arxiv

Zero-shot action recognition relies on transferring knowledge from vision-language models to unseen actions using semantic descriptions. While recent methods focus on temporal modeling or architectural adaptations to han…

Zero-Shot Action RecognitionAction Understanding

Improving Zero-shot Generalization of Learned Prompts via Unsupervised Knowledge Distillation

2024-07-03 · Marco Mistretta, Alberto Baldrati, Marco Bertini, Andrew D. Bagdanov

Vision-Language Models (VLMs) demonstrate remarkable zero-shot generalization to unseen tasks, but fall short of the performance of supervised methods in generalizing to downstream tasks with limited data. Prompt learnin…

Domain GeneralizationKnowledge DistillationPrompt LearningZero-shot Generalization