CLAISep 5, 2024

An Effective Deployment of Diffusion LM for Data Augmentation in Low-Resource Sentiment Classification

arXiv:2409.03203v224 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses sentiment classification challenges in low-resource settings, but it is incremental as it adapts existing diffusion models to a specific task.

The paper tackles low-resource sentiment classification by proposing DiffusionCLS, a method that uses a diffusion language model for data augmentation to generate pseudo samples by reconstructing strong label-related tokens, achieving effectiveness in various low-resource scenarios as shown in experiments.

Sentiment classification (SC) often suffers from low-resource challenges such as domain-specific contexts, imbalanced label distributions, and few-shot scenarios. The potential of the diffusion language model (LM) for textual data augmentation (DA) remains unexplored, moreover, textual DA methods struggle to balance the diversity and consistency of new samples. Most DA methods either perform logical modifications or rephrase less important tokens in the original sequence with the language model. In the context of SC, strong emotional tokens could act critically on the sentiment of the whole sequence. Therefore, contrary to rephrasing less important context, we propose DiffusionCLS to leverage a diffusion LM to capture in-domain knowledge and generate pseudo samples by reconstructing strong label-related tokens. This approach ensures a balance between consistency and diversity, avoiding the introduction of noise and augmenting crucial features of datasets. DiffusionCLS also comprises a Noise-Resistant Training objective to help the model generalize. Experiments demonstrate the effectiveness of our method in various low-resource scenarios including domain-specific and domain-general problems. Ablation studies confirm the effectiveness of our framework's modules, and visualization studies highlight optimal deployment conditions, reinforcing our conclusions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes