CLAIApr 16, 2022

Efficient Reinforcement Learning for Unsupervised Controlled Text Generation

arXiv:2204.07696v18 citationsh-index: 4
Originality Highly original
AI Analysis

This work addresses sample inefficiency and slow convergence in RL for text generation, offering significant improvements for tasks like unsupervised text style transfer.

The paper tackles the problem of sparse rewards in reinforcement learning for unsupervised controlled text generation, proposing a dense reward approach that improves style transfer quality by 21% on human evaluation and 12% on automatic evaluation, while making training 2.5 times more sample efficient and 7 times faster.

Controlled text generation tasks such as unsupervised text style transfer have increasingly adopted the use of Reinforcement Learning (RL). A major challenge in applying RL to such tasks is the sparse reward, which is available only after the full text is generated. Sparse rewards, combined with a large action space make RL training sample-inefficient and difficult to converge. Recently proposed reward-shaping strategies to address this issue have shown only negligible gains. In contrast, this work proposes a novel approach that provides dense rewards to each generated token. We evaluate our approach by its usage in unsupervised text style transfer. Averaged across datasets, our style transfer system improves upon current state-of-art systems by 21\% on human evaluation and 12\% on automatic evaluation. Upon ablated comparison with the current reward shaping approach (the `roll-out strategy'), using dense rewards improves the overall style transfer quality by 22\% based on human evaluation. Further the RL training is 2.5 times as sample efficient, and 7 times faster.

Foundations

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

Your Notes