Papers with Conditional-VAE
Effective Data Augmentation for Sentence Classification Using One VAE per Class (2022.coling-1)
Copied to clipboard
| Challenge: | Variational auto-encoders and its conditional variant the Conditional-VAE (CVAE) are often used to generate new textual data, but they require more complex manipulations to ensure that the generated examples are useful. |
| Approach: | They propose a simple way to use Variational Auto-Encoders (VAE) for data augmentation by training one VAE per class. |
| Outcome: | The proposed method outperforms generative models on binary classification tasks and several dataset sizes on four different tasks. |