PCC: Paraphrasing with Bottom-k Sampling and Cyclic Learning for Curriculum Data Augmentation
Hongyuan Lu, Wai Lam

TL;DR
This paper introduces PCC, a novel curriculum data augmentation framework using paraphrasing with bottom-k sampling and cyclic learning, which improves neural models by generating difficulty-aware synthetic data.
Contribution
The paper proposes a new CDA framework that leverages paraphrase similarity as difficulty measure, employs bottom-k sampling for hard instance generation, and uses cyclic learning for multiple curriculum passes.
Findings
PCC outperforms competitive baselines in text classification and dialogue generation.
Bottom-k sampling effectively generates super-hard instances.
Cyclic learning improves model performance through multiple curriculum passes.
Abstract
Curriculum Data Augmentation (CDA) improves neural models by presenting synthetic data with increasing difficulties from easy to hard. However, traditional CDA simply treats the ratio of word perturbation as the difficulty measure and goes through the curriculums only once. This paper presents \textbf{PCC}: \textbf{P}araphrasing with Bottom-k Sampling and \textbf{C}yclic Learning for \textbf{C}urriculum Data Augmentation, a novel CDA framework via paraphrasing, which exploits the textual paraphrase similarity as the curriculum difficulty measure. We propose a curriculum-aware paraphrase generation module composed of three units: a paraphrase candidate generator with bottom-k sampling, a filtering mechanism and a difficulty measure. We also propose a cyclic learning strategy that passes through the curriculums multiple times. The bottom-k sampling is proposed to generate super-hard…
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 · Natural Language Processing Techniques · Text Readability and Simplification
