paper-with-me

Papers

Generating Training Data with Language Models: Towards Zero-Shot Language Understanding

2022-02-09 · Yu Meng, Jiaxin Huang, Yu Zhang, Jiawei Han

Pretrained language models (PLMs) have demonstrated remarkable performance in various natural language processing tasks: Unidirectional PLMs (e.g., GPT) are well known for their superior text generation capabilities; bidirectional PLMs (e.g., BERT) have been the prominent choice for natural language understanding (NLU) tasks. While both types of models have achieved promising few-shot learning performance, their potential for zero-shot learning has been underexplored. In this paper, we present a simple approach that uses both types of PLMs for fully zero-shot learning of NLU tasks without requiring any task-specific data: A unidirectional PLM generates class-conditioned texts guided by prompts, which are used as the training data for fine-tuning a bidirectional PLM. With quality training data selected based on the generation probability and regularization techniques (label smoothing and temporal ensembling) applied to the fine-tuning stage for better generalization and stability, our approach demonstrates strong performance across seven classification tasks of the GLUE benchmark (e.g., 72.3/73.8 on MNLI-m/mm and 92.8 on SST-2), significantly outperforming zero-shot prompting methods and achieving even comparable results to strong few-shot approaches using 32 training samples per class.

📄 PDF Abstract BibTeX arXiv:2202.04538

Code (1)

yumeng5/supergen 공식 구현 pytorch

Tasks

Few-Shot LearningMNLI-mNatural Language UnderstandingSST-2Text GenerationZero-Shot LearningZero-Shot Text Classification

Similar Papers 제목 키워드 기반

Zero-shot audio captioning with audio-language model guidance and audio context keywords

2023-11-14 · Leonard Salewski, Stefan Fauth, A. Sophia Koepke, Zeynep Akata

Zero-shot audio captioning aims at automatically generating descriptive textual captions for audio content without prior training for this task. Different from speech recognition which translates audio content that conta…

Audio captioningDescriptiveImage CaptioningLanguage Modeling+5

Zero-Resource Neural Machine Translation with Monolingual Pivot Data

2019-11-01 · WS 2019 11 · Anna Currey, Kenneth Heafield

Zero-shot neural machine translation (NMT) is a framework that uses source-pivot and target-pivot parallel data to train a source-target NMT system. An extension to zero-shot NMT is zero-resource NMT, which generates pse…

Machine TranslationNMTTranslation

Harnessing GANs for Zero-shot Learning of New Classes in Visual Speech Recognition

2019-01-29 · Yaman Kumar, Dhruva Sahrawat, Shubham Maheshwari, Debanjan Mahata 외

Visual Speech Recognition (VSR) is the process of recognizing or interpreting speech by watching the lip movements of the speaker. Recent machine learning based approaches model VSR as a classification problem; however, …

speech-recognitionSpeech RecognitionVisual Speech RecognitionZero-Shot Learning

Zero-Shot Question Generation from Knowledge Graphs for Unseen Predicates and Entity Types

2018-02-19 · NAACL 2018 6 · Hady Elsahar, Christophe Gravier, Frederique Laforest

We present a neural model for question generation from knowledge base triples in a "Zero-Shot" setup, that is generating questions for triples containing predicates, subject types or object types that were not seen at tr…

DecoderKnowledge GraphsQuestion GenerationQuestion-Generation+1

Generating Scientific Claims for Zero-Shot Scientific Fact Checking

2022-03-24 · ACL 2022 5 · Dustin Wright, David Wadden, Kyle Lo, Bailey Kuehl 외

Automated scientific fact checking is difficult due to the complexity of scientific language and a lack of significant amounts of training data, as annotation requires domain expertise. To address this challenge, we prop…

Fact CheckingNegation