All Projects → JudeLee19 → Korean_restaurant_reservation

JudeLee19 / Korean_restaurant_reservation

Implement korean restaurant reservation dialogue system based on hybrid code network.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Korean restaurant reservation

SpaceFusion
NAACL'19: "Jointly Optimizing Diversity and Relevance in Neural Response Generation"
Stars: ✭ 73 (+0%)
Mutual labels:  chatbot, dialogue-systems
Convai Bot 1337
NIPS Conversational Intelligence Challenge 2017 Winner System: Skill-based Conversational Agent with Supervised Dialog Manager
Stars: ✭ 65 (-10.96%)
Mutual labels:  chatbot, dialogue-systems
Deeppavlov
An open source library for deep learning end-to-end dialog systems and chatbots.
Stars: ✭ 5,525 (+7468.49%)
Mutual labels:  chatbot, dialogue-systems
Lic2019 Competition
2019语言与智能技术竞赛-基于知识图谱的主动聊天
Stars: ✭ 109 (+49.32%)
Mutual labels:  chatbot, dialogue-systems
Neuraldialog Cvae
Tensorflow Implementation of Knowledge-Guided CVAE for dialog generation ACL 2017. It is released by Tiancheng Zhao (Tony) from Dialog Research Center, LTI, CMU
Stars: ✭ 279 (+282.19%)
Mutual labels:  chatbot, dialogue-systems
Meld
MELD: A Multimodal Multi-Party Dataset for Emotion Recognition in Conversation
Stars: ✭ 373 (+410.96%)
Mutual labels:  chatbot, dialogue-systems
Moel
MoEL: Mixture of Empathetic Listeners
Stars: ✭ 38 (-47.95%)
Mutual labels:  chatbot, dialogue-systems
Genal Chat
🐱‍🏍阿童木聊天室 nestjs+vue全栈聊天室 前后端分离 typescript一把梭
Stars: ✭ 1,105 (+1413.7%)
Mutual labels:  chatbot
Awesome machine learning solutions
A curated list of repositories for my book Machine Learning Solutions.
Stars: ✭ 65 (-10.96%)
Mutual labels:  chatbot
Easynlu
Simple embedded NLU for mobile apps
Stars: ✭ 57 (-21.92%)
Mutual labels:  chatbot
Tiledesk Dashboard
The Tiledesk dashboard. Tiledesk is an Open Source Live Chat platform written in NodeJs, firebase and Angular.
Stars: ✭ 53 (-27.4%)
Mutual labels:  chatbot
Botsharp
The Open Source AI Chatbot Platform Builder in 100% C# Running in .NET Core with Machine Learning algorithm.
Stars: ✭ 1,103 (+1410.96%)
Mutual labels:  chatbot
Webbybot
chatterbot written in es6 (es2015), fork from hubot
Stars: ✭ 71 (-2.74%)
Mutual labels:  chatbot
Microsoftbotframework
Microsoft Bot Framework is a wrapper for the Microsoft Bot API by Microsoft
Stars: ✭ 68 (-6.85%)
Mutual labels:  chatbot
Watbot
An Android ChatBot powered by IBM Watson Services (Assistant V1, Text-to-Speech, and Speech-to-Text with Speaker Recognition) on IBM Cloud.
Stars: ✭ 64 (-12.33%)
Mutual labels:  chatbot
Everydaywechat
微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)
Stars: ✭ 8,688 (+11801.37%)
Mutual labels:  chatbot
Talkify
Talkify is an open source framework with an aim to standardize and model conversational AI enabling development of personal assistants and chat bots. The mission of this framework is to make developing chat bots and personal assistants as easy as spinning up a simple website in html.
Stars: ✭ 68 (-6.85%)
Mutual labels:  chatbot
Dialogflow Angular5
💬 Bot in Angular 5 & DialogFlow
Stars: ✭ 52 (-28.77%)
Mutual labels:  chatbot
Dragonfire
the open-source virtual assistant for Ubuntu based Linux distributions
Stars: ✭ 1,120 (+1434.25%)
Mutual labels:  chatbot
Fb Botmill
A Java framework for building bots on Facebook's Messenger Platform.
Stars: ✭ 67 (-8.22%)
Mutual labels:  chatbot

Korean Restaurant Reservation Dialogue System

Implement korean restaurant reservation dialogue system based on hybrid code network(https://github.com/johndpope/hcn).
Add post processing and edit templates to adjust korean dataset which we created. 759 training dialogue data and 190 test dialogue data were used for Korean restaurant reservation dialogue system model.
Experimental results show that the proposed system has 95% accuracy of per-response and 63% accuracy of per-dialogue.

Download Word2vec Trained with Korean Data

  1. cd data/
  2. Downalod word2vec
  3. tar -xvf korean_word2vec.tar.gz

Train

python3 train.py

Building the Dialogue Corpus

The Korean dataset is consist of 1000 dialogues.(data/korean_train)

Restaurant Reservation System Data Translation

150

Variation of Speech Patterns according to Purpose of Utterance in Korean

System Architecture

250

Interaction

250

Result

Hyper-parameter

50

Evaluation

  • Per-response Accuracy : 95%
  • Per-dialogue Accuracy : 71%
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].