paper-with-me

Papers

ConEntail: An Entailment-based Framework for Universal Zero and Few Shot Classification with Supervised Contrastive Pretraining

2022-10-14 · Ranran Haoran Zhang, Aysa Xuemo Fan, Rui Zhang

A universal classification model aims to generalize to diverse classification tasks in both zero and few shot settings. A promising way toward universal classification is to cast heterogeneous data formats into a dataset-agnostic "meta-task" (e.g., textual entailment, question answering) then pretrain a model on the combined meta dataset. The existing work is either pretrained on specific subsets of classification tasks, or pretrained on both classification and generation data but the model could not fulfill its potential in universality and reliability. These also leave a massive amount of annotated data under-exploited. To fill these gaps, we propose ConEntail, a new framework for universal zero and few shot classification with supervised contrastive pretraining. Our unified meta-task for classification is based on nested entailment. It can be interpreted as "Does sentence a entails [sentence b entails label c]". This formulation enables us to make better use of 57 annotated classification datasets for supervised contrastive pretraining and universal evaluation. In this way, ConEntail helps the model (1) absorb knowledge from different datasets, and (2) gain consistent performance gain with more pretraining data. In experiments, we compare our model with discriminative and generative models pretrained on the same dataset. The results confirm that our framework effectively exploits existing annotated data and consistently outperforms baselines in both zero (9.4% average improvement) and few shot settings (3.5% average improvement).

📄 PDF Abstract BibTeX arXiv:2210.07587

Code (1)

psunlpgroup/ConEntail 공식 구현 pytorch

Tasks

ClassificationNatural Language InferenceQuestion AnsweringSentence

Similar Papers 제목 키워드 기반

Universal Natural Language Processing with Limited Annotations: Try Few-shot Textual Entailment as a Start

2020-10-06 · EMNLP 2020 11 · Wenpeng Yin, Nazneen Fatema Rajani, Dragomir Radev, Richard Socher 외

A standard way to address different NLP problems is by first constructing a problem-specific dataset, then building a model to fit this dataset. To build the ultimate artificial intelligence, we desire a single machine t…

coreference-resolutionCoreference ResolutionNatural Language InferenceQuestion Answering

Textual Entailment with Dynamic Contrastive Learning for Zero-shot NER

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

In this paper, we study the problem of zero-shot NER, which aims at building a Named Entity Recognition (NER) system from scratch. It needs to identify the entities in the given sentences when we have zero token-level an…

Contrastive Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Zero-shot Entailment of Leaderboards for Empirical AI Research

2023-03-29 · Salomon Kabongo, Jennifer D'Souza, Sören Auer

We present a large-scale empirical investigation of the zero-shot learning phenomena in a specific recognizing textual entailment (RTE) task category, i.e. the automated mining of leaderboards for Empirical AI Research. …

Natural Language InferenceRTEZero-Shot Learning

Zero-shot Relation Classification as Textual Entailment

2018-11-01 · WS 2018 11 · Abiola Obamuyide, Andreas Vlachos

We consider the task of relation classification, and pose this task as one of textual entailment. We show that this formulation leads to several advantages, including the ability to (i) perform zero-shot relation classif…

ClassificationGeneral ClassificationKnowledge Base PopulationNatural Language Inference+7

CLIP Models are Few-shot Learners: Empirical Studies on VQA and Visual Entailment

2022-03-14 · ACL 2022 5 · Haoyu Song, Li Dong, Wei-Nan Zhang, Ting Liu 외

CLIP has shown a remarkable zero-shot capability on a wide range of vision tasks. Previously, CLIP is only regarded as a powerful visual encoder. However, after being pre-trained by language supervision from a large amou…

parameter-efficient fine-tuningQuestion AnsweringVisual EntailmentVisual Question Answering+1