paper-with-me

Papers

Making Small Language Models Better Few-Shot Learners

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Large-scale language models coupled with prompts have shown remarkable performance on few-shot learning. However, through systematic experiments, we find that the few-shot performance of small language models is poor, and using prompts on them brings fewer improvements than on larger ones. In this paper, we propose \textbf{SMASH}, an approach to improve \textbf{SMA}ll language models' few-\textbf{SH}ot ability by training on intermediate tasks before prompt-based fine-tuning on downstream tasks. We design intermediate tasks for sentence-pair tasks and single-sentence classification tasks by creating training examples with prompt templates similar to downstream tasks using sentences sampled from a large-scale unsupervised corpus, and apply knowledge distillation to distill from outputs of larger pre-trained models as training objective. We conduct extensive experiments and show that SMASH can make a 6-layer DistilRoBRETa-base achieve comparable performance on few-shot datasets to a 12-layer RoBERTa-base at a low cost.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningKnowledge DistillationSentenceSentence Classification

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

LMTurk: Few-Shot Learners as Crowdsourcing Workers

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

Vast efforts have been devoted to creating high-performance few-shot learners, i.e., large-scale pretrained language models (PLMs) that perform well with little downstream task training data. Training PLMs has incurred …

LMTurk: Few-Shot Learners as Crowdsourcing Workers in a Language-Model-as-a-Service Framework

2021-12-14 · Findings (NAACL) 2022 7 · Mengjie Zhao, Fei Mi, Yasheng Wang, Minglei Li 외

Vast efforts have been devoted to creating high-performance few-shot learners, i.e., large-scale pretrained language models (PLMs) that perform well with little downstream task training data. Training PLMs has incurred s…

Active LearningLanguage ModelingLanguage Modelling

Differentiable Prompt Makes Pre-trained Language Models Better Few-shot Learners

2021-08-30 · ICLR 2022 4 · Ningyu Zhang, Luoqiu Li, Xiang Chen, Shumin Deng 외

Large-scale pre-trained language models have contributed significantly to natural language processing by demonstrating remarkable abilities as few-shot learners. However, their effectiveness depends mainly on scaling the…

Language ModelingLanguage ModellingPrompt Engineering

Making Pre-trained Language Models Better Few-shot Learners

2020-12-31 · ACL 2021 5 · Tianyu Gao, Adam Fisch, Danqi Chen

The recent GPT-3 model (Brown et al., 2020) achieves remarkable few-shot performance solely by leveraging a natural-language prompt and a few task demonstrations as input context. Inspired by their findings, we study few…

Few-Shot LearningZero-Shot Text Classification

Making Small Language Models Better Multi-task Learners with Mixture-of-Task-Adapters

2023-09-20 · Yukang Xie, Chengyu Wang, Junbing Yan, Jiyong Zhou 외

Recently, Large Language Models (LLMs) have achieved amazing zero-shot learning performance over a variety of Natural Language Processing (NLP) tasks, especially for text generative tasks. Yet, the large size of LLMs oft…

Zero-Shot Learning