paper-with-me

홈 › Papers

STA: Self-controlled Text Augmentation for Improving Text Classifications

2023-02-24 · Congcong Wang, Gonzalo Fiz Pontiveros, Steven Derby, Tri Kurniawan Wijaya

Despite recent advancements in Machine Learning, many tasks still involve working in low-data regimes which can make solving natural language problems difficult. Recently, a number of text augmentation techniques have emerged in the field of Natural Language Processing (NLP) which can enrich the training data with new examples, though they are not without their caveats. For instance, simple rule-based heuristic methods are effective, but lack variation in semantic content and syntactic structure with respect to the original text. On the other hand, more complex deep learning approaches can cause extreme shifts in the intrinsic meaning of the text and introduce unwanted noise into the training data. To more reliably control the quality of the augmented examples, we introduce a state-of-the-art approach for Self-Controlled Text Augmentation (STA). Our approach tightly controls the generation process by introducing a self-checking procedure to ensure that generated examples retain the semantic content of the original text. Experimental results on multiple benchmarking datasets demonstrate that STA substantially outperforms existing state-of-the-art techniques, whilst qualitative analysis reveals that the generated examples are both lexically diverse and semantically reliable.

📄 PDF Abstract BibTeX arXiv:2302.12784

Code (1)

wangcongcong123/sta 공식 구현 pytorch

Tasks

BenchmarkingText Augmentation

Similar Papers 제목 키워드 기반

Mix and Match: Context Pairing for Scalable Topic-Controlled Educational Summarisation

2026-04-20 · Nathikan Yodthapa, Thanapong Intharah, Sahan Bulathwela arxiv

Topic-controlled summarisation enables users to generate summaries focused on specific aspects of source documents. This paper investigates a data augmentation strategy for training small language models (sLMs) to perfor…

Data Augmentation

PromptMix: A Class Boundary Augmentation Method for Large Language Model Distillation

2023-10-22 · Gaurav Sahu, Olga Vechtomova, Dzmitry Bahdanau, Issam H. Laradji

Data augmentation is a widely used technique to address the problem of text classification when there is a limited amount of training data. Recent work often tackles this problem using large language models (LLMs) like G…

Data AugmentationLanguage ModelingLanguage ModellingLarge Language Model+2

Robust (Controlled) Table-to-Text Generation with Structure-Aware Equivariance Learning

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Controlled table-to-text generation seeks to generate natural language descriptions for highlighted subparts of a table. Previous SOTA systems still employ a sequence-to-sequence generation method, which merely captures …

Data AugmentationGraph AttentionPositionTable-to-Text Generation+1

GPT3Mix: Leveraging Large-scale Language Models for Text Augmentation

2021-04-18 · Findings (EMNLP) 2021 11 · Kang Min Yoo, Dongju Park, Jaewook Kang, Sang-Woo Lee 외

Large-scale language models such as GPT-3 are excellent few-shot learners, allowing them to be controlled via natural text prompts. Recent studies report that prompt-based direct classification eliminates the need for fi…

Data AugmentationGeneral ClassificationText Augmentation

Robust (Controlled) Table-to-Text Generation with Structure-Aware Equivariance Learning

2022-05-08 · NAACL 2022 7 · Fei Wang, Zhewei Xu, Pedro Szekely, Muhao Chen

Controlled table-to-text generation seeks to generate natural language descriptions for highlighted subparts of a table. Previous SOTA systems still employ a sequence-to-sequence generation method, which merely captures …

Data AugmentationData-to-Text GenerationGraph AttentionPosition+2