Latent Diffusion based Variational Autoencoder for Seq2Seq generation:
Variational Autoencoders for Text generation has been developed lately and still in progress. On of the problem with RNN based decoders is the posterior collapse problem. To solve this, we take a unique combination of auto and non-autoregressive generation. Read more here...