CLJul 12, 2021

CatVRNN: Generating Category Texts via Multi-task Learning

arXiv:2107.05219v3
Originality Incremental advance
AI Analysis

This addresses the challenge of controlled text generation for categories, offering an incremental improvement over existing methods.

The paper tackles the problem of generating category-specific texts by proposing CatVRNN, a multi-task learning model that combines generation and classification to avoid issues like mode collapse in GANs, and it outperforms state-of-the-art GAN-based methods in text diversity on three datasets.

Controlling the model to generate texts of different categories is a challenging task that is receiving increasing attention. Recently, generative adversarial networks (GANs) have shown promising results for category text generation. However, the texts generated by GANs usually suffer from problems of mode collapse and training instability. To avoid the above problems, in this study, inspired by multi-task learning, a novel model called category-aware variational recurrent neural network (CatVRNN) is proposed. In this model, generation and classification tasks are trained simultaneously to generate texts of different categories. The use of multi-task learning can improve the quality of the generated texts, when the classification task is appropriate. In addition, a function is proposed to initialize the hidden state of the CatVRNN to force the model to generate texts of a specific category. Experimental results on three datasets demonstrate that the model can outperform state-of-the-art text generation methods based on GAN in terms of diversity of generated texts.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes