LGMLApr 30, 2020

APo-VAE: Text Generation in Hyperbolic Space

arXiv:2005.00054v3733 citations
Originality Highly original
AI Analysis

This addresses the problem of capturing hierarchical language structures for natural language processing researchers, offering a novel approach with demonstrated improvements.

The paper tackled text generation by modeling language's hierarchical structure in hyperbolic space instead of Euclidean space, resulting in the APo-VAE model that outperformed Euclidean VAEs in language modeling and dialog-response generation tasks.

Natural language often exhibits inherent hierarchical structure ingrained with complex syntax and semantics. However, most state-of-the-art deep generative models learn embeddings only in Euclidean vector space, without accounting for this structural property of language. In this paper, we investigate text generation in a hyperbolic latent space to learn continuous hierarchical representations. An Adversarial Poincare Variational Autoencoder (APo-VAE) is presented, where both the prior and variational posterior of latent variables are defined over a Poincare ball via wrapped normal distributions. By adopting the primal-dual formulation of KL divergence, an adversarial learning procedure is introduced to empower robust model training. Extensive experiments in language modeling and dialog-response generation tasks demonstrate the winning effectiveness of the proposed APo-VAE model over VAEs in Euclidean latent space, thanks to its superb capabilities in capturing latent language hierarchies in hyperbolic space.

Foundations

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

Your Notes