An Intelligent Question and Answering System for Dental Healthcare

Yan Jiang,Yueshen Xu,Jin Guo,Yaning Liu,Rui Li
DOI: https://doi.org/10.1007/978-3-030-36442-7_13
2019-01-01
Abstract:The intelligent question and answering system is an artificial intelligence product that combines natural language processing technology and information retrieval technology. This paper designs and implements a retrieval-based intelligent question and answering system for closed domain, and focuses on researching and improving related algorithms. The intelligent question and answering system mainly includes three modules: classifier, Q&A system and Chatbots API. This paper focuses on the classifier module, and designs and implements a classifier based on neural network technology, mainly involving word vector, bidirectional long short-term memory (Bi-LSTM), and attention mechanism. The word vector technology is derived from the word2vec tool proposed by Google in 2013. This paper uses the skip-gram model in word2vec.The Q&A system mainly consists of two modules: semantic analysis and retrieval. The semantic analysis mainly includes techniques such as part-of-speech tagging and dependency parsing. The retrieval mainly relates to technologies such as indexing and search. The Chatbots API calls the API provided by Turing Robotics. The intelligent question and answering system designed and implemented in this paper has been put into use, and the user experience is very good.
What problem does this paper attempt to address?