Open Access. Powered by Scholars. Published by Universities.®

Computational Linguistics Commons

Open Access. Powered by Scholars. Published by Universities.®

Dissertations, Theses, and Capstone Projects

2019

WGAN

Articles 1 - 1 of 1

Full-Text Articles in Computational Linguistics

Generative Adversarial Networks And Word Embeddings For Natural Language Generation, Robert D. Schultz Jr Feb 2019

Generative Adversarial Networks And Word Embeddings For Natural Language Generation, Robert D. Schultz Jr

Dissertations, Theses, and Capstone Projects

We explore using image generation techniques to generate natural language. Generative Adversarial Networks (GANs), normally used for image generation, were used for this task. To avoid using discrete data such as one-hot encoded vectors, with dimensions corresponding to vocabulary size, we instead use word embeddings as training data. The main motivation for this is the fact that a sentence translated into a sequence of word embeddings (a “word matrix”) is an analogue to a matrix of pixel values in an image. These word matrices can then be used to train a generative adversarial model. The output of the model’s generator …