-
Notifications
You must be signed in to change notification settings - Fork 19
A Deep Reinforcement Learning Chatbot
Higepon Taro Minowa edited this page Apr 8, 2018
·
19 revisions
- Amazon Alexa Prize competition で MILABOT を deep reinforcement learning で開発した。
- よくある small talk topi に対応していて人と会話できる
- bot は
- natural language generation model と retrieval model を組み合わせてつくられている
- template-based model, bag-of-words model, seq2seq, latent variable などなど。
- crowd source と実際のユーザーとのやりとりで、複数のモデルから適切な response を選ぶように reinforcement learning で train した。