An Intelligent Question and Answering System for Dental Healthcare

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.

[1]  Koray Kavukcuoglu,et al.  Visual Attention , 2020, Computational Models for Cognitive Vision.

[2]  Xinbo Gao,et al.  Neural Probabilistic Graphical Model for Face Sketch Synthesis , 2020, IEEE Transactions on Neural Networks and Learning Systems.

[3]  Kuldip K. Paliwal,et al.  Bidirectional recurrent neural networks , 1997, IEEE Trans. Signal Process..

[4]  Hai Zhao,et al.  Neural Character-level Dependency Parsing for Chinese , 2018, AAAI.

[5]  Karen Sparck Jones A statistical interpretation of term specificity and its application in retrieval , 1972 .

[6]  Danqi Chen,et al.  A Fast and Accurate Dependency Parser using Neural Networks , 2014, EMNLP.

[7]  Franck Vermet,et al.  Statistical Learning Methods , 2018 .

[8]  Lukasz Kaiser,et al.  Attention is All you Need , 2017, NIPS.

[9]  Jeffrey Dean,et al.  Efficient Estimation of Word Representations in Vector Space , 2013, ICLR.

[10]  C. Namrata Mahender,et al.  Question Answering System, Approaches and Techniques: A Review , 2016 .

[11]  Jürgen Schmidhuber,et al.  Long Short-Term Memory , 1997, Neural Computation.

[12]  Jürgen Schmidhuber,et al.  Framewise phoneme classification with bidirectional LSTM and other neural network architectures , 2005, Neural Networks.

[13]  Yoshua Bengio,et al.  Neural Machine Translation by Jointly Learning to Align and Translate , 2014, ICLR.

[14]  Yoshua Bengio,et al.  Show, Attend and Tell: Neural Image Caption Generation with Visual Attention , 2015, ICML.

[15]  Alex Graves,et al.  Recurrent Models of Visual Attention , 2014, NIPS.