paper-with-me

홈 › Papers

Contrastive Novelty-Augmented Learning: Anticipating Outliers with Large Language Models

2022-11-28 · Albert Xu, Xiang Ren, Robin Jia

In many task settings, text classification models are likely to encounter examples from novel classes on which they cannot predict correctly. Selective prediction, in which models abstain on low-confidence examples, provides a possible solution, but existing models are often overly confident on unseen classes. To remedy this overconfidence, we introduce Contrastive Novelty-Augmented Learning (CoNAL), a two-step method that generates OOD examples representative of novel classes, then trains to decrease confidence on them. First, we generate OOD examples by prompting a large language model twice: we prompt it to enumerate relevant novel classes, then generate examples from each novel class matching the task format. Second, we train a classifier with a novel contrastive objective that encourages lower confidence on generated OOD examples than training examples. When trained with CoNAL, classifiers improve in their ability to detect and abstain on novel class examples over prior methods by an average of 2.3% in terms of accuracy under the accuracy-coverage curve (AUAC) and 5.5% AUROC across 4 NLP datasets, with no cost to in-distribution accuracy.

📄 PDF Abstract BibTeX arXiv:2211.15718

Code (1)

albertkx/conal 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Modeltext-classificationText Classification

Similar Papers 제목 키워드 기반

AutoSciDACT: Automated Scientific Discovery through Contrastive Embedding and Hypothesis Testing

2025-10-24 · Samuel Bright-Thonney, Christina Reissel, Gaia Grosso, Nathaniel Woodward 외 arxiv

Novelty detection in large scientific datasets faces two key challenges: the noisy and high-dimensional nature of experimental data, and the necessity of making statistically robust statements about any observed outliers…

Dimensionality ReductionData AugmentationAnomaly Detection

From Outliers to Topics in Language Models: Anticipating Trends in News Corpora

2025-09-26 · Evangelia Zve, Benjamin Icard, Alice Breton, Lila Sainero 외 arxiv

This paper examines how outliers, often dismissed as noise in topic modeling, can act as weak signals of emerging topics in dynamic news corpora. Using vector embeddings from state-of-the-art language models and a cumula…

Unilaterally Aggregated Contrastive Learning with Hierarchical Augmentation for Anomaly Detection

2023-08-20 · ICCV 2023 1 · Guodong Wang, Yunhong Wang, Jie Qin, Dongming Zhang 외

Anomaly detection (AD), aiming to find samples that deviate from the training distribution, is essential in safety-critical applications. Though recent self-supervised learning based attempts achieve promising results by…

Anomaly DetectionContrastive LearningData AugmentationSelf-Supervised Learning

Predictive Reasoning with Augmented Anomaly Contrastive Learning for Compositional Visual Relations

2026-03-01 · Chengtai Li, Yuting He, Jianfeng Ren, Ruibin Bai 외 arxiv

While visual reasoning for simple analogies has received significant attention, compositional visual relations (CVR) remain relatively unexplored due to their greater complexity. To solve CVR tasks, we propose Predictive…

Contrastive LearningVisual Reasoning

Novelty Controlled Paraphrase Generation with Retrieval Augmented Conditional Prompt Tuning

2022-02-01 · Jishnu Ray Chowdhury, Yong Zhuang, Shuyi Wang

Paraphrase generation is a fundamental and long-standing task in natural language processing. In this paper, we concentrate on two contributions to the task: (1) we propose Retrieval Augmented Prompt Tuning (RAPT) as a p…

Paraphrase GenerationRetrieval