Adaptive Prompt Learning-based Few-Shot Sentiment Analysis
Pengfei Zhang, Tingting Chai, Yongdong Xu

TL;DR
This paper introduces an adaptive prompt learning strategy for few-shot sentiment analysis that dynamically constructs prompts using a seq2seq-attention model, improving performance and generalization across datasets.
Contribution
It proposes a novel adaptive prompt construction method leveraging seq2seq-attention, enhancing prompt quality and cross-domain applicability in few-shot sentiment analysis.
Findings
Outperforms state-of-the-art baselines on FewCLUE datasets
Effectively constructs prompts regardless of hand-crafted prompt quality
Improves model performance in data-scarce sentiment analysis scenarios
Abstract
In the field of natural language processing, sentiment analysis via deep learning has a excellent performance by using large labeled datasets. Meanwhile, labeled data are insufficient in many sentiment analysis, and obtaining these data is time-consuming and laborious. Prompt learning devotes to resolving the data deficiency by reformulating downstream tasks with the help of prompt. In this way, the appropriate prompt is very important for the performance of the model. This paper proposes an adaptive prompting(AP) construction strategy using seq2seq-attention structure to acquire the semantic information of the input sequence. Then dynamically construct adaptive prompt which can not only improve the quality of the prompt, but also can effectively generalize to other fields by pre-trained prompt which is constructed by existing public labeled data. The experimental results on FewCLUE…
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
TopicsSentiment Analysis and Opinion Mining · Topic Modeling · Natural Language Processing Techniques
