CLJun 21, 2018

BFGAN: Backward and Forward Generative Adversarial Networks for Lexically Constrained Sentence Generation

arXiv:1806.08097v237 citations
AI Analysis

This addresses the problem of generating coherent sentences with specific words for applications like dialogue systems and machine translation, representing an incremental advancement in constrained text generation.

The paper tackles the challenge of incorporating lexical constraints into sentence generation by proposing BFGAN, a framework using backward and forward generators with a discriminator, which shows significant improvements over previous methods in experiments on large-scale datasets.

Incorporating prior knowledge like lexical constraints into the model's output to generate meaningful and coherent sentences has many applications in dialogue system, machine translation, image captioning, etc. However, existing RNN-based models incrementally generate sentences from left to right via beam search, which makes it difficult to directly introduce lexical constraints into the generated sentences. In this paper, we propose a new algorithmic framework, dubbed BFGAN, to address this challenge. Specifically, we employ a backward generator and a forward generator to generate lexically constrained sentences together, and use a discriminator to guide the joint training of two generators by assigning them reward signals. Due to the difficulty of BFGAN training, we propose several training techniques to make the training process more stable and efficient. Our extensive experiments on two large-scale datasets with human evaluation demonstrate that BFGAN has significant improvements over previous methods.

Foundations

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

Your Notes