Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Implementation of Unsupervised RNN language model + trained embeddings #19

Open
mossaab0 opened this issue Jul 28, 2016 · 1 comment
Open

Comments

@mossaab0
Copy link

Hi,

I can't find the implementation of this model that was added recently to the results, and that appears to perform much better than the other ones.

@codekansas
Copy link
Owner

I put that model in the seq2seq folder. It was kind of an experimental model where I generated answers for each question using an RNN model like Karpathy's char-rnn, then used the generated answers instead of the questions for the Embedding model (this might be cheating). But once you generate the answers for all the questions you can change this line.

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

No branches or pull requests

2 participants