paper-with-me

홈 › Papers

Building a Chatbot on a Closed Domain using RASA

2022-08-12 · Khang Nhut Lam, Nam Nhat Le, Jugal Kalita

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.

📄 PDF Abstract BibTeX arXiv:2208.06104

Code (0)

등록된 구현이 없습니다.

Tasks

ChatbotSentence

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…
Sigmoid Activation 설명 없음
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

LSTM-RASA Based Agri Farm Assistant for Farmers

2022-04-07 · Narayana Darapaneni, Selvakumar Raj, Raghul V, Venkatesh Sivaraman 외

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 …

Chatbot

RV4Chatbot: Are Chatbots Allowed to Dream of Electric Sheep?

2024-11-21 · Andrea Gatti, Viviana Mascardi, Angelo Ferrando

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…

Chatbot

SafeChat: A Framework for Building Trustworthy Collaborative Assistants and a Case Study of its Usefulness

2025-04-08 · Biplav Srivastava, Kausik Lakkaraju, Nitin Gupta, Vansh Nagpal 외

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+1

A Framework for Building Closed-Domain Chat Dialogue Systems

2019-10-30 · Mikio Nakano, Kazunori Komatani

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 Systems

Incrementalizing RASA's Open-Source Natural Language Understanding Pipeline

2019-07-11 · Andrew Rafla, Casey Kennington

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