Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions _requests_for_research/funnybot.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<p>Train a character-level language model on a corpus of jokes.</p>


<p>To do so, use <a href="https://github.com/taivop/joke-dataset">this 200k English jokes dataset</a> or build your own (the larger the better; if you do so, please submit a pull request and we'll link to your dataset), implement a character-level LSTM (or use an existing implementation), train it on this dataset, and draw samples from it. If successful, the output from the LSTM should be actually funny.

</p>
<p>To do so, you can use the following datasets:</p>
<ul>
<li><a href="https://github.com/taivop/joke-dataset">200k English jokes dataset</a></li>
<li><a href="https://www.kaggle.com/abhinavmoudgil95/short-jokes">Short Jokes dataset</a></li>
</ul>

<p> or build your own (the larger the better; if you do so, please submit a pull request and we'll link to your dataset), implement a character-level LSTM (or use an existing implementation), train it on this dataset, and draw samples from it. If successful, the output from the LSTM should be actually funny.</p>