suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
570 stars 270 forks source link

is this seq2seq model handling issues like generic responses and inconsistent reply ? #71

Open munaAchyuta opened 5 years ago

munaAchyuta commented 5 years ago

Hi suriyadeepan,

thanks for sharing code. i have tried with ubuntu chat log. but i'm facing some common issues like generic responses issues and inconsistent reply.

is this model ( code shared by you ) handling some common issues related to seq2seq model on chatbot like replying generic responses (ex: 'Okay','No','Yes'..) and inconsistent replies for paraphrased contexts but with the same sense. like Q-where do you live now? A-I live in Chicago. Q-In which country do you live now? A-Iceland, you? ...like this. inconsistent reply.

these are the most common issues in this model. are you handling this ? if not what's your thought how can we handle these issues?

definitely this is not issues related to code. just don't have other option to get answer for above questions from you.

Thanks, muna