From a77e1743597e4fbfd673e6b01649388b55e92d95 Mon Sep 17 00:00:00 2001 From: Abhinav Moudgil Date: Sun, 8 Apr 2018 23:03:31 +0530 Subject: [PATCH] Add Kaggle Short Jokes dataset --- _requests_for_research/funnybot.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_requests_for_research/funnybot.html b/_requests_for_research/funnybot.html index 6e2e8ef..4616ee4 100644 --- a/_requests_for_research/funnybot.html +++ b/_requests_for_research/funnybot.html @@ -7,7 +7,11 @@

Train a character-level language model on a corpus of jokes.

-

To do so, use this 200k English jokes dataset 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. - -

+

To do so, you can use the following datasets:

+ + +

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.