Eliciting Knowledge from Pretrained Language Models for Prototypical Prompt Verbalizer
Yinyi Wei, Tong Mo, Yongtao Jiang, Weiping Li, Wen Zhao

TL;DR
This paper introduces a prototypical prompt verbalizer that represents labels as embeddings in feature space, improving prompt-tuning for few-shot text classification by reducing bias and human effort.
Contribution
It proposes a novel prototypical verbalizer that uses label embeddings instead of discrete words, enhancing prompt-tuning in low-resource scenarios.
Findings
Outperforms existing verbalizer methods in low-resource settings
Effective in zero-shot and few-shot classification tasks
Utilizes contrastive learning for embedding optimization
Abstract
Recent advances on prompt-tuning cast few-shot classification tasks as a masked language modeling problem. By wrapping input into a template and using a verbalizer which constructs a mapping between label space and label word space, prompt-tuning can achieve excellent results in zero-shot and few-shot scenarios. However, typical prompt-tuning needs a manually designed verbalizer which requires domain expertise and human efforts. And the insufficient label space may introduce considerable bias into the results. In this paper, we focus on eliciting knowledge from pretrained language models and propose a prototypical prompt verbalizer for prompt-tuning. Labels are represented by prototypical embeddings in the feature space rather than by discrete words. The distances between the embedding at the masked position of input and prototypical embeddings are used as classification criterion. For…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
