Challenge: Prompting language models (LMs) with training examples and task descriptions has been seen as critical to recent successes in few-shot learning.
Approach: They propose to fine tune masked language models with training examples and task descriptions to reduce prompt engineering by using null prompts.
Outcome: The proposed prompts can be used to improve few-shot learning by finetuning only the bias terms while updating only 0.1% of the parameters.

Similar Papers

Making Pre-trained Language Models Better Few-shot Learners (2021.acl-long)

Copied to clipboard

Challenge: Recent studies show that the GPT-3 model can perform few-shots on language understanding tasks with a natural-language prompt and a few task demonstrations.
Approach: They propose a technique for fine-tuning language models using a few examples . they propose LM-BFF, which uses prompt-based fine-uning and a pipeline for automating prompt generation .
Outcome: The proposed approach outperforms standard fine-tuning procedures on a range of NLP tasks.
Avoiding Inference Heuristics in Few-shot Prompt-based Finetuning (2021.emnlp-main)

Copied to clipboard

Challenge: Recent prompt-based approaches allow pretrained language models to achieve strong performances on few-shot finetuning by reformulating downstream task instances as a language modeling problem.
Approach: They propose to reformulate downstream tasks as a language modeling problem and add a regularization that preserves pretraining weights to the model to mitigate the destructive tendency of few-shot finetuning.
Outcome: The proposed model performs better on low data regimes than the standard model on few-shot finetuning.
Prompt-free and Efficient Few-shot Learning with Language Models (2022.acl-long)

Copied to clipboard

Challenge: Existing methods for few-shot fine-tuning of pretrained language models require carefully engineered prompts and verbalizers to convert inputs into a cloze-format that the PLM can score.
Approach: They propose a method for few-shot fine-tuning of pretrained language models that uses task-specific adapters instead of manually engineered prompts and verbalizers.
Outcome: The proposed method outperforms existing state-of-the-art methods on a wide range of few shot NLP tasks.
Revisiting Automated Prompting: Are We Actually Doing Better? (2023.acl-short)

Copied to clipboard

Challenge: Recent work demonstrates that Large Language Models are great few-shot learners, and prompting significantly increases their performance on a range of downstream tasks.
Approach: They revisit techniques for automated prompting on six different downstream tasks and a larger range of K-shot learning settings.
Outcome: The proposed approach outperforms manual prompting on six different downstream tasks and a larger range of K-shot learning settings.
Automated Few-Shot Classification with Instruction-Finetuned Language Models (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing few-shot learning approaches combine language models with prompts, but they often require domain knowledge and substantial guesswork.
Approach: They propose a method to eliminate the need for handcrafted prompts by generating two distinct, semantically meaningful class descriptions and a selection mechanism via cross-validation.
Outcome: The proposed method outperforms state-of-the-art few-shot learning methods over 12 datasets, spanning 8 classification tasks.
LiST: Lite Prompted Self-training Makes Parameter-efficient Few-shot Learners (2022.findings-naacl)

Copied to clipboard

Challenge: LiST is an efficient method for fine-tuning large pre-trained language models in few-shot learning settings.
Approach: They propose a method for efficient fine-tuning of large pre-trained language models in few-shot settings using self-training and meta-learning.
Outcome: The proposed method outperforms GPT-3 in-context learning by 33% on few-shot tasks.
Prompt-Based Bias Calibration for Better Zero/Few-Shot Learning of Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Prompt-based learning is susceptible to intrinsic bias present in pre-trained language models (LMs), leading to sub-optimal performance in prompt-based zero/few-shot settings.
Approach: They propose a null-input prompting method to calibrate intrinsic bias encoded in pre-trained language models (LMs) they leverage a diverse set of auto-selected null meaning inputs generated from GPT-4 to probe intrinsic bias.
Outcome: The proposed method significantly improves zero/few-shot learning performance of LMs for both in-context learning and prompt-based fine-tuning (on average 9% and 2%, respectively).
Are Prompt-based Models Clueless? (2022.acl-long)

Copied to clipboard

Challenge: Prompting has reduced the data requirement by reusing the language model head and formatting the task input to match the pre-training objective.
Approach: They propose to examine whether few-shot prompt-based models exploit superficial cues by reusing the model head and formatting the input to match the pre-training objective.
Outcome: The proposed models perform well on instances with superficial cues, but often outperform random accuracy on instances without superficial cuing.
Continued Pretraining for Better Zero- and Few-Shot Promptability (2022.emnlp-main)

Copied to clipboard

Challenge: Recent language model prompting methods can achieve high accuracy in zero- and few-shot settings while requiring few to no learned task-specific parameters.
Approach: They propose to use a dedicated pretraining stage to improve promptability in zero-shot settings and few-shot tuning.
Outcome: The proposed method improves promptability in zero- and few-shot settings, while the existing method yields subpar performance.
Adapting Language Models for Zero-shot Learning by Meta-tuning on Dataset and Prompt Collections (2021.findings-emnlp)

Copied to clipboard

Challenge: Large pre-trained language models (LMs) have a surprising ability to perform zero-shot learning.
Approach: They propose to fine-tune pre-trained language models to optimize the zero-shot learning objective by aggregating 43 existing datasets and annotating 441 label descriptions in a question-answering format.
Outcome: The proposed model outperforms a same-sized QA model and the previous SOTA zero-shot learning system on unseen tasks.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations