paper-with-me

Papers

Controllable Data Augmentation for Few-Shot Text Mining with Chain-of-Thought Attribute Manipulation

2023-07-14 · Letian Peng, Yuwei Zhang, Jingbo Shang

Prompting large language models (LLMs) for data augmentation has recently become a common practice in few-shot NLP tasks. In this paper, we propose Chain-of-Thought Attribute Manipulation (CoTAM), a novel approach that generates new data from existing examples by only tweaking in the user-provided, task-specific attribute, e.g., sentiment polarity or topic in movie reviews. Instead of conventional latent representation controlling, we leverage the chain-of-thought prompting to directly edit the text in three steps, (1) attribute decomposition, (2) manipulation proposal, and (3) sentence reconstruction. Extensive results on various tasks, such as text (pair) classification, aspect-based sentiment analysis, and conditional text generation, verify the superiority of CoTAM over other LLM-based augmentation methods with the same number of training examples for both fine-tuning and in-context learning. Remarkably, the 2D visualization of the augmented dataset using principal component analysis revealed a human-recognizable decision boundary that is likely hinted by the attribute manipulation, demonstrating the potential of our proposed approach.

📄 PDF Abstract BibTeX arXiv:2307.07099

Code (1)

komeijiforce/cotam 공식 구현 pytorch

Tasks

Aspect-Based Sentiment AnalysisAttributeConditional Text GenerationData AugmentationFew-Shot LearningIn-Context LearningSentenceSentiment Analysistext-classificationText ClassificationText GenerationText Pair Classification

Similar Papers 제목 키워드 기반

TTIDA: Controllable Generative Data Augmentation via Text-to-Text and Text-to-Image Models

2023-04-18 · Yuwei Yin, Jean Kaddour, Xiang Zhang, Yixin Nie 외

Data augmentation has been established as an efficacious approach to supplement useful information for low-resource datasets. Traditional augmentation techniques such as noise injection and image transformations have bee…

Data AugmentationDiversitydomain classificationImage Captioning

Few-Shot Natural Language Inference Generation with PDD: Prompt and Dynamic Demonstration

2022-05-21 · Kaijian Li, Shansan Gong, Kenny Q. Zhu

Natural Language Inference Generation task is to generate a text hypothesis given a text premise and a logical relation between the two. This task can be used in data augmentation and controllable text generation in prac…

Data AugmentationNatural Language InferenceText Generation

Winning with Less for Low Resource Languages: Advantage of Cross-Lingual English_Persian Argument Mining Model over LLM Augmentation

2025-11-25 · Ali Jahan, Masood Ghayoomi, Annette Hautli-Janisz arxiv

Argument mining is a subfield of natural language processing to identify and extract the argument components, like premises and conclusions, within a text and to recognize the relations between them. It reveals the logic…

Argument Mining

inversedMixup: Data Augmentation via Inverting Mixed Embeddings

2026-01-29 · Fanshuang Kong, Richong Zhang, Qiyu Sun, Zhijie Nie 외 arxiv

Mixup generates augmented samples by linearly interpolating inputs and labels with a controllable ratio. However, since it operates at the latent embedding level, the resulting samples are not human-interpretable. In con…

Data Augmentation

Generative Auto-Encoder: Non-adversarial Controllable Synthesis with Disentangled Exploration

2021-01-01 · Yunhao Ge, Gan Xin, Zhi Xu, Yao Xiao 외

Autoencoders perform a powerful information compression framework with are construction loss and can be a regularization module in different tasks, which has no generative ability itself. We wondering if an autoencoder g…

AttributeData AugmentationDecoderDisentanglement+1