paper-with-me

Papers

ChatGPT as Data Augmentation for Compositional Generalization: A Case Study in Open Intent Detection

2023-08-25 · Yihao Fang, Xianzhi Li, Stephen W. Thomas, Xiaodan Zhu

Open intent detection, a crucial aspect of natural language understanding, involves the identification of previously unseen intents in user-generated text. Despite the progress made in this field, challenges persist in handling new combinations of language components, which is essential for compositional generalization. In this paper, we present a case study exploring the use of ChatGPT as a data augmentation technique to enhance compositional generalization in open intent detection tasks. We begin by discussing the limitations of existing benchmarks in evaluating this problem, highlighting the need for constructing datasets for addressing compositional generalization in open intent detection tasks. By incorporating synthetic data generated by ChatGPT into the training process, we demonstrate that our approach can effectively improve model performance. Rigorous evaluation of multiple benchmarks reveals that our method outperforms existing techniques and significantly enhances open intent detection capabilities. Our findings underscore the potential of large language models like ChatGPT for data augmentation in natural language understanding tasks.

📄 PDF Abstract BibTeX arXiv:2308.13517

Code (1)

fangyihao/gptaug 공식 구현 pytorch

Tasks

Data AugmentationIntent DetectionNatural Language UnderstandingOpen Intent Detection

Similar Papers 제목 키워드 기반

Holistic Exploration on Universal Decompositional Semantic Parsing: Architecture, Data Augmentation, and LLM Paradigm

2023-07-25 · Hexuan Deng, Xin Zhang, Meishan Zhang, Xuebo Liu 외

In this paper, we conduct a holistic exploration of the Universal Decompositional Semantic (UDS) Parsing. We first introduce a cascade model for UDS parsing that decomposes the complex parsing task into semantically appr…

AttributeData AugmentationSemantic Parsing

Compositional Generalization for Kinship Prediction through Data Augmentation

2022-07-01 · NAACL (WNU) 2022 7 · Kangda Wei, Sayan Ghosh, Shashank Srivastava

Transformer-based models have shown promising performance in numerous NLP tasks. However, recent work has shown the limitation of such models in showing compositional generalization, which requires models to generalize t…

Data AugmentationPrediction

Improving Compositional Generalization in Math Word Problem Solving

2022-09-03 · Yunshi Lan, Lei Wang, Jing Jiang, Ee-Peng Lim

Compositional generalization refers to a model's capability to generalize to newly composed input data based on the data components observed during training. It has triggered a series of compositional generalization anal…

Data AugmentationMathMath Word Problem Solving

Simple and effective data augmentation for compositional generalization

2024-01-18 · Yuekun Yao, Alexander Koller

Compositional generalization, the ability to predict complex meanings from training on simpler sentences, poses challenges for powerful pretrained seq2seq models. In this paper, we show that data augmentation methods tha…

Data Augmentation

Compositional Generalization for Multi-label Text Classification: A Data-Augmentation Approach

2023-12-18 · Yuyang Chai, Zhuang Li, Jiahui Liu, Lei Chen 외

Despite significant advancements in multi-label text classification, the ability of existing models to generalize to novel and seldom-encountered complex concepts, which are compositions of elementary ones, remains under…

ClassificationData AugmentationMulti Label Text ClassificationMulti-Label Text Classification+3