A Neural Network based Vietnamese Chatbot
暂无分享,去创建一个
Nowadays, chatbot is a hot topic, chatbots are built from generative models are gaining success. The purpose of this article is to build a Vietnamese chatbot based on the seq2seq model incorporating the attention mechanism. We have built the model and tested on deep learning framework Pytorch using GPU. The model was trained end-to-end with no hand-crafted rules. Model is built from a small dataset and can generate responses to a user. However, generated responses still need to be improved to get a meaningful conversation.
[1] Quoc V. Le,et al. Sequence to Sequence Learning with Neural Networks , 2014, NIPS.
[2] N Shruthi,et al. A Neural Conversational Model for Chatbots , 2016 .
[3] Jason Weston,et al. A Neural Attention Model for Abstractive Sentence Summarization , 2015, EMNLP.
[4] Yoshua Bengio,et al. Neural Machine Translation by Jointly Learning to Align and Translate , 2014, ICLR.
[5] Quoc V. Le,et al. A Neural Conversational Model , 2015, ArXiv.