paper-with-me

Papers

Discriminatively-Tuned Generative Classifiers for Robust Natural Language Inference

2020-10-08 · EMNLP 2020 11 · Xiaoan Ding, Tianyu Liu, Baobao Chang, Zhifang Sui, Kevin Gimpel

While discriminative neural network classifiers are generally preferred, recent work has shown advantages of generative classifiers in term of data efficiency and robustness. In this paper, we focus on natural language inference (NLI). We propose GenNLI, a generative classifier for NLI tasks, and empirically characterize its performance by comparing it to five baselines, including discriminative models and large-scale pretrained language representation models like BERT. We explore training objectives for discriminative fine-tuning of our generative classifiers, showing improvements over log loss fine-tuning from prior work . In particular, we find strong results with a simple unbounded modification to log loss, which we call the "infinilog loss". Our experiments show that GenNLI outperforms both discriminative and pretrained baselines across several challenging NLI experimental settings, including small training sets, imbalanced label distributions, and label noise.

📄 PDF Abstract BibTeX arXiv:2010.03760

Code (1)

tyliupku/gen-nli 공식 구현

Tasks

Natural Language Inference

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
WordPiece 설명 없음
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

Improving Language Understanding by Generative Pre-Training

2018-06-11 · Preprint 2018 6 · Alec Radford, Karthik Narasimhan, Tim Salimans, Ilya Sutskever

Natural language understanding comprises a wide range of diverse tasks such as textual entailment, question answering, semantic similarity assessment, and document classification. Although large unlabeled text corpora …

Cloze TestDocument ClassificationLanguage ModelingLanguage Modelling+5

Introspective Generative Modeling: Decide Discriminatively

2017-04-25 · Justin Lazarow, Long Jin, Zhuowen Tu

We study unsupervised learning by developing introspective generative modeling (IGM) that attains a generator using progressively learned deep convolutional neural networks. The generator is itself a discriminator, capab…

General Classification

Generative Max-Mahalanobis Classifiers for Image Classification, Generation and More

2021-01-01 · Xiulong Yang, Hui Ye, Yang Ye, Xiang Li 외

Joint Energy-based Model (JEM) of Grathwohl et al. shows that a standard softmax classifier can be reinterpreted as an energy-based model (EBM) for the joint distribution p(x,y); the resulting model can be optimized to i…

Adversarial RobustnessClassificationGeneral Classificationimage-classification+3

Leaving Reality to Imagination: Robust Classification via Generated Datasets

2023-02-05 · Hritik Bansal, Aditya Grover

Recent research on robustness has revealed significant performance gaps between neural image classifiers trained on datasets that are similar to the test set, and those that are from a naturally shifted distribution, suc…

ClassificationRobust classification

Knowledge Distillation in Automated Annotation: Supervised Text Classification with LLM-Generated Training Labels

2024-06-25 · Nicholas Pangakis, Samuel Wolken

Computational social science (CSS) practitioners often rely on human-labeled data to fine-tune supervised text classifiers. We assess the potential for researchers to augment or replace human-generated training data with…

ArticlesIn-Context LearningKnowledge Distillationtext-classification+1