Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt code for Lyrics Generation #13

Closed
simonefrancia opened this issue Jan 18, 2019 · 2 comments
Closed

Adapt code for Lyrics Generation #13

simonefrancia opened this issue Jan 18, 2019 · 2 comments

Comments

@simonefrancia
Copy link

Hi,
thanks for the repo, I think it's an original idea to apply GANs.

I would ask for some advice for adapting this code for lyrics. I have large availability of lyrics, but I don't have an idea to adapt the code for my task.
Trying to be more clear: I would create a GAN that, at the end of the training steps, is able to generate lyrics (general format lyrics, not specified on particular artist) and at the same time use the trained discriminator (after training) to recognize lyrics that doesn't match format ( sort of spam detection).

Do you think it's a good idea? Could you suggest something in this way?
Thanks

Simone

@ofirpress
Copy link
Collaborator

Thanks a lot for you interest in our work.

If you just replace the training data we currently use with song lyrics, you could get what you want.

But, please note that this is a research project that we published more than a year ago to show the viability of a pure GAN approach to text generation. You can see some samples in our paper, and you will notice that the generated text is not very coherent when you read more then three words at a time.

Even today, GAN approaches to text generation have not beaten MLE models. Therefor I would recommend you try other approaches to solve your problem before resorting to GANs.

@simonefrancia
Copy link
Author

simonefrancia commented Jan 21, 2019

Thanks for response.
Could you suggest some approaches?
Do you think that this approach can be correct https://github.com/CR-Gjx/LeakGAN?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants