| Literature DB >> 34690656 |
Mamta Mittal1, Gopi Battineni2, Dharmendra Singh1, Thakursingh Nagarwal1, Prabhakar Yadav1.
Abstract
OBJECTIVES: Local hospitals are operated by the resigned association of patients as passive communication channels. The online hospital data related to the users' queries are not transparent and reliable. Therefore, it is crucial to have an intelligent web chatbot that manages user requests and provides quick access to local hospital information. In this paper, we present a framework and functionality of a chatbot developed using web technologies.Entities:
Keywords: Bagging; Hospital bot; Natural language processing; Neural networks; Query; Web technologies
Year: 2021 PMID: 34690656 PMCID: PMC8498791 DOI: 10.1016/j.jtumed.2021.06.002
Source DB: PubMed Journal: J Taibah Univ Med Sci ISSN: 1658-3612
Figure 1The tree structure of pattern matching behaviour.
Figure 2Word prediction model.
Figure 3The functional framework for the proposed web-based chatbot
Figure 4Overall chatbot performance curves.
| (1) | <category> |
| <pattern> HOW ARE YOU DOING TODAY </pattern> | |
| <template><sr/> <srai> HOW ARE YOU DOING TODAY</srai></template> | |
| </category> | |
| (2) | <category> |
| <pattern> HOW ARE YOU DOING </pattern> | |
| <template> <random> <li> GOOD</li><li>NOT SO </li><li> WELL </li><li> NOT BAD</li></random></template></category> | |
| (3) | <category> |
| <pattern> HELO </pattern> | |
| <template> <srai>HELLO</srai></template> | |
| </category> | |
| (4) | <category> |
| <pattern> HELLO </pattern> | |
| <template> <random> <li>HI THERE! </li><li>WELL HELLO THERE! </li> <li> HELLO THERE </li><li> HI THERE, CAN I TALK TO YOU </li></random></template> | |
| </category> | |
| User Input: HELO HOW ARE YOU DOING TODAY | |
| Bot response: HI THERE! GOOD. |