pbhatia243 / Neural_Conversation_Models

Tensorflow based Neural Conversation Models
Apache License 2.0
191 stars 73 forks source link

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

Open munaAchyuta opened 6 years ago

munaAchyuta commented 6 years ago

Hi ,

thanks for sharing code. i have some queries.

is this model 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.

are you handling above issues ? 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