Litcius/Paper detail

Adapting Language Models for Zero-shot Learning by Meta-tuning on Dataset and Prompt Collections

Ruiqi Zhong, Kristy Lee, Zheng Zhang, Dan Klein

2021101 citationsDOIOpen Access PDF

Abstract

Large pre-trained language models (LMs) such as GPT-3 have acquired a surprising ability to perform zero-shot learning. For example, to classify sentiment without any training examples, we can "prompt" the LM with the review and the label description "Does the user like this movie?", and ask whether the next word is "Yes" or "No". However, the next word prediction training objective is still misaligned with the target zero-shot learning objective. To address this weakness, we propose meta-tuning, which directly optimizes the zero-shot learning objective by finetuning pre-trained language models on a collection of datasets. We focus on classification tasks, and construct the meta-dataset by aggregating 43 existing datasets and annotating 441 label descriptions in a question-answering (QA) format. When evaluated on unseen tasks, meta-tuned models outperform a samesized QA model and the previous SOTA zeroshot learning system based on natural language inference. Additionally, increasing parameter count from 220M to 770M improves AUC-ROC scores by 6.3%, and we forecast that even larger models would perform better. Therefore, measuring zero-shot learning performance on language models out-of-thebox might underestimate their true potential, and community-wide efforts on aggregating datasets and unifying their formats can help build models that answer prompts better.

Topics & Concepts

Computer scienceArtificial intelligenceMachine learningMeta learning (computer science)Construct (python library)InferenceLanguage modelZero (linguistics)Natural language processingQuestion answeringWord (group theory)Shot (pellet)Focus (optics)Task (project management)OpticsEconomicsLinguisticsPhysicsOrganic chemistryChemistryManagementPhilosophyProgramming languageTopic ModelingDomain Adaptation and Few-Shot LearningNatural Language Processing Techniques
Adapting Language Models for Zero-shot Learning by Meta-tuning on Dataset and Prompt Collections | Litcius