An Intelligent Question Answering System for University Courses Based on BiLSTM and Keywords Similarity.

Chunyan Ma,Baomin Li,Tong Zhao,Wei Wei
DOI: https://doi.org/10.1007/978-3-030-00563-4_61
2018-01-01
Abstract:The application of intelligent question answering system in college assistant teaching is an effective way to reduce the workload of university teachers and improve students’ learning efficiency. With the rapid development of related technologies, the intelligent question answering system has made great progress, but there is little related work in answering students’ university course questions, and there are some problems such as poor accuracy and non universality. Because of this reason, it cannot fully meet the demands of universities. Therefore, this paper proposes an intelligent question answering system for professional questions. First, we select candidate question-and-answer pairs in the knowledge base through professional word matching, and then use the attention mechanism proposed in this paper and bi-directional long short term memory network (BiLSTM) to calculate the semantic similarity between query questions and candidate questions. Multiplying the semantic similarity by the keywords similarity of the two questions as the final similarity. Finally, we push the three most similar candidate questions and the corresponding answers to students. The experimental results show that the system improves the accuracy of answering students’ university course questions, and is applicable to any university course.
What problem does this paper attempt to address?