paper-with-me

Papers

DAGAM: Data Augmentation with Generation And Modification

2022-04-06 · Byeong-Cheol Jo, Tak-Sung Heo, Yeongjoon Park, Yongmin Yoo, Won Ik Cho, Kyungsun Kim

Text classification is a representative downstream task of natural language processing, and has exhibited excellent performance since the advent of pre-trained language models based on Transformer architecture. However, in pre-trained language models, under-fitting often occurs due to the size of the model being very large compared to the amount of available training data. Along with significant importance of data collection in modern machine learning paradigm, studies have been actively conducted for natural language data augmentation. In light of this, we introduce three data augmentation schemes that help reduce underfitting problems of large-scale language models. Primarily we use a generation model for data augmentation, which is defined as Data Augmentation with Generation (DAG). Next, we augment data using text modification techniques such as corruption and word order change (Data Augmentation with Modification, DAM). Finally, we propose Data Augmentation with Generation And Modification (DAGAM), which combines DAG and DAM techniques for a boosted performance. We conduct data augmentation for six benchmark datasets of text classification task, and verify the usefulness of DAG, DAM, and DAGAM through BERT-based fine-tuning and evaluation, deriving better results compared to the performance with original datasets.

📄 PDF Abstract BibTeX arXiv:2204.02633

Code (1)

HeoTaksung/DAGAM--Data-Augmentation-with-Generation-And-Modification 공식 구현

Tasks

Data Augmentationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

AdaGamma: State-Dependent Discounting for Temporal Adaptation in Reinforcement Learning

2026-05-07 · Yaomin Wang, Jianting Pan, Ran Tian, Xiaoyang Li 외 arxiv

The discount factor in reinforcement learning controls both the effective planning horizon and the strength of bootstrapping, yet most deep RL methods use a single fixed value across all states. While state-dependent dis…

Reinforcement Learning

DAGAM: A Domain Adversarial Graph Attention Model for Subject Independent EEG-Based Emotion Recognition

2022-02-27 · Tao Xu, Wang Dang, Jiabao Wang, Yun Zhou

One of the most significant challenges of EEG-based emotion recognition is the cross-subject EEG variations, leading to poor performance and generalizability. This paper proposes a novel EEG-based emotion recognition mod…

EEGElectroencephalogram (EEG)Emotion RecognitionGraph Attention

TARDiS : Text Augmentation for Refining Diversity and Separability

2025-01-06 · KyungMin Kim, SangHun Im, Gibaeg Kim, Heung-Seon Oh

Text augmentation (TA) is a critical technique for text classification, especially in few-shot settings. This paper introduces a novel LLM-based TA method, TARDiS, to address challenges inherent in the generation and ali…

DiversityFew-Shot Text ClassificationText Augmentationtext-classification+1

Temporal Regularization Makes Your Video Generator Stronger

2025-03-19 · Harold Haodong Chen, Haojian Huang, Xianfeng Wu, Yexin Liu 외

Temporal quality is a critical aspect of video generation, as it ensures consistent motion and realistic dynamics across frames. However, achieving high temporal coherence and diversity remains challenging. In this work,…

DiversityVideo Generation

Significance of Data Augmentation for Improving Cleft Lip and Palate Speech Recognition

2021-10-02 · Protima Nomo Sudro, Rohan Kumar Das, Rohit Sinha, S. R. Mahadeva Prasanna

The automatic recognition of pathological speech, particularly from children with any articulatory impairment, is a challenging task due to various reasons. The lack of available domain specific data is one such obstacle…

Data Augmentationspeech-recognitionSpeech Recognition