Text AutoAugment: Learning Compositional Augmentation Policy for Text Classification
Shuhuai Ren, Jinchao Zhang, Lei Li, Xu Sun, Jie Zhou

TL;DR
Text AutoAugment (TAA) introduces a learnable, compositional data augmentation framework for text classification that automatically discovers effective augmentation policies, significantly improving accuracy in low-resource and imbalanced settings.
Contribution
The paper presents TAA, a novel framework that automatically searches for optimal augmentation policies using Bayesian Optimization, overcoming limitations of manual, task-specific methods.
Findings
TAA improves classification accuracy by an average of 8.8% on low-resource datasets.
TAA enhances performance by 9.7% in class-imbalanced scenarios.
The method outperforms strong baseline augmentation techniques.
Abstract
Data augmentation aims to enrich training samples for alleviating the overfitting issue in low-resource or class-imbalanced situations. Traditional methods first devise task-specific operations such as Synonym Substitute, then preset the corresponding parameters such as the substitution rate artificially, which require a lot of prior knowledge and are prone to fall into the sub-optimum. Besides, the number of editing operations is limited in the previous methods, which decreases the diversity of the augmented data and thus restricts the performance gain. To overcome the above limitations, we propose a framework named Text AutoAugment (TAA) to establish a compositional and learnable paradigm for data augmentation. We regard a combination of various operations as an augmentation policy and utilize an efficient Bayesian Optimization algorithm to automatically search for the best policy,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Text and Document Classification Technologies · Natural Language Processing Techniques
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · AutoAugment
