Building a Chatbot on a Closed Domain using RASA
In this study, we build a chatbot system in a closed domain with the RASA framework, using several models such as SVM for classifying intents, CRF for extracting entities and LSTM for predicting action. To improve responses from the bot, the kNN algorithm is used to transform false entities extracted into true entities. The knowledge domain of our chatbot is about the College of Information and Communication Technology of Can Tho University, Vietnam. We manually construct a chatbot corpus with 19 intents, 441 sentence patterns of intents, 253 entities and 133 stories. Experiment results show that the bot responds well to relevant questions.
Code (0)
등록된 구현이 없습니다.
Tasks
ChatbotSentenceMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
LSTM-RASA Based Agri Farm Assistant for Farmers
The application of Deep Learning and Natural Language based ChatBots are growing rapidly in recent years. They are used in many fields like customer support, reservation system and as personal assistant. The Enterprises …
ChatbotRV4Chatbot: Are Chatbots Allowed to Dream of Electric Sheep?
Chatbots have become integral to various application domains, including those with safety-critical considerations. As a result, there is a pressing need for methods that ensure chatbots consistently adhere to expected, s…
ChatbotSafeChat: A Framework for Building Trustworthy Collaborative Assistants and a Case Study of its Usefulness
Collaborative assistants, or chatbots, are data-driven decision support systems that enable natural interaction for task completion. While they can meet critical needs in modern society, concerns about their reliability …
ChatbotExtractive SummarizationInformation RetrievalLarge Language Model+1A Framework for Building Closed-Domain Chat Dialogue Systems
This paper presents HRIChat, a framework for developing closed-domain chat dialogue systems. Being able to engage in chat dialogues has been found effective for improving communication between humans and dialogue systems…
Dialogue ManagementManagementTask-Oriented Dialogue SystemsIncrementalizing RASA's Open-Source Natural Language Understanding Pipeline
As spoken dialogue systems and chatbots are gaining more widespread adoption, commercial and open-sourced services for natural language understanding are emerging. In this paper, we explain how we altered the open-source…
Intent RecognitionNatural Language UnderstandingSpoken Dialogue Systems