CLJun 17, 2023

KEST: Kernel Distance Based Efficient Self-Training for Improving Controllable Text Generation

Tsinghua
arXiv:2306.10414v11 citationsh-index: 73
Originality Incremental advance
AI Analysis

This work addresses efficiency and diversity issues in semi-supervised controllable text generation, offering an incremental improvement over existing methods.

The paper tackled the problems of mode collapse and inefficiency in self-training for controllable text generation by proposing KEST, a kernel-based self-training framework that improved control accuracy on three tasks while maintaining fluency and diversity.

Self-training (ST) has come to fruition in language understanding tasks by producing pseudo labels, which reduces the labeling bottleneck of language model fine-tuning. Nevertheless, in facilitating semi-supervised controllable language generation, ST faces two key challenges. First, augmented by self-generated pseudo text, generation models tend to over-exploit the previously learned text distribution, suffering from mode collapse and poor generation diversity. Second, generating pseudo text in each iteration is time-consuming, severely decelerating the training process. In this work, we propose KEST, a novel and efficient self-training framework to handle these problems. KEST utilizes a kernel-based loss, rather than standard cross entropy, to learn from the soft pseudo text produced by a shared non-autoregressive generator. We demonstrate both theoretically and empirically that KEST can benefit from more diverse pseudo text in an efficient manner, which allows not only refining and exploiting the previously fitted distribution but also enhanced exploration towards a larger potential text space, providing a guarantee of improved performance. Experiments on three controllable generation tasks demonstrate that KEST significantly improves control accuracy while maintaining comparable text fluency and generation diversity against several strong baselines.

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