LGCLMLApr 21, 2020

Discrete Variational Attention Models for Language Generation

arXiv:2004.09764v4
AI Analysis

This addresses key bottlenecks in language generation for NLP applications, though it is incremental as it builds on existing variational autoencoder frameworks.

The paper tackles information under-representation and posterior collapse in variational autoencoders for language generation by proposing a discrete variational attention model with categorical distribution over attention, which avoids posterior collapse and enhances the latent space. Experiments show superior advantages over state-of-the-art methods.

Variational autoencoders have been widely applied for natural language generation, however, there are two long-standing problems: information under-representation and posterior collapse. The former arises from the fact that only the last hidden state from the encoder is transformed to the latent space, which is insufficient to summarize data. The latter comes as a result of the imbalanced scale between the reconstruction loss and the KL divergence in the objective function. To tackle these issues, in this paper we propose the discrete variational attention model with categorical distribution over the attention mechanism owing to the discrete nature in languages. Our approach is combined with an auto-regressive prior to capture the sequential dependency from observations, which can enhance the latent space for language generation. Moreover, thanks to the property of discreteness, the training of our proposed approach does not suffer from posterior collapse. Furthermore, we carefully analyze the superiority of discrete latent space over the continuous space with the common Gaussian distribution. Extensive experiments on language generation demonstrate superior advantages of our proposed approach in comparison with the state-of-the-art counterparts.

Foundations

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

Your Notes