paper-with-me

Papers

Data Augmentation for Intent Classification with Generic Large Language Models

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

Data augmentation alleviates the problem of data scarcity when training language models (LMs) by generating new examples based on the existing data. A successful approach to generate new samples is to fine-tune a pretrained LM on the task-specific data and then sample from the label-conditioned LM. However, fine-tuning can be difficult when task-specific data is scarce. In this work, we explore whether large pretrained LMs can be used to generate new useful samples without fine-tuning. For a given class, we propose concatenating few examples and prompt them to GPT-3 to generate new examples. We evaluate this method for few-shot intent classification on CLINC150 and SNIPS and find that data generated by GPT-3 greatly improves the performance of the intent classifiers. Importantly, we find that, without any LM fine-tuning, the gains brought by data augmentation with GPT-3 are similar to those reported in prior work on LM-based data augmentation. Experiments with models of different sizes show that larger LMs generate higher quality samples that yield higher accuracy gains.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationData Augmentationintent-classificationIntent Classification

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…

Similar Papers 제목 키워드 기반

How DDAIR you? Disambiguated Data Augmentation for Intent Recognition

2026-01-16 · Galo Castillo-López, Alexis Lombard, Nasredine Semmar, Gaël de Chalendar arxiv

Large Language Models (LLMs) are effective for data augmentation in classification tasks like intent detection. In some cases, they inadvertently produce examples that are ambiguous with regard to untargeted classes. We …

Intent RecognitionData AugmentationIntent Detection

Simple is Better! Lightweight Data Augmentation for Low Resource Slot Filling and Intent Classification

2020-09-08 · PACLIC 2020 10 · Samuel Louvan, Bernardo Magnini

Neural-based models have achieved outstanding performance on slot filling and intent classification, when fairly large in-domain training data are available. However, as new domains are frequently added, creating sizeabl…

Data AugmentationGeneral Classificationintent-classificationIntent Classification+3

LARA: Linguistic-Adaptive Retrieval-Augmentation for Multi-Turn Intent Classification

2024-03-25 · Junhua Liu, Yong Keat Tan, Bin Fu, Kwan Hui Lim

Multi-turn intent classification is notably challenging due to the complexity and evolving nature of conversational contexts. This paper introduces LARA, a Linguistic-Adaptive Retrieval-Augmentation framework to enhance …

ChatbotClassificationIn-Context Learningintent-classification+4

Data Augmentation for Intent Classification with Off-the-shelf Large Language Models

2022-04-05 · NLP4ConvAI (ACL) 2022 5 · Gaurav Sahu, Pau Rodriguez, Issam H. Laradji, Parmida Atighehchian 외

Data augmentation is a widely employed technique to alleviate the problem of data scarcity. In this work, we propose a prompting-based approach to generate labelled training data for intent classification with off-the-sh…

Data Augmentationintent-classificationIntent Classification

Exploring Zero and Few-shot Techniques for Intent Classification

2023-05-11 · Soham Parikh, Quaizar Vohra, Prashil Tumbade, Mitul Tiwari

Conversational NLU providers often need to scale to thousands of intent-classification models where new customers often face the cold-start problem. Scaling to so many customers puts a constraint on storage space as well…

ClassificationData AugmentationDomain Adaptationintent-classification+3