Siamese Manhattan LSTM Implementation for Predicting Text Similarity and Grading of Student Test Papers

Siamese Deep Neural Network Architecture

Abstract

This paper presents a method to grade answer papers written by the students by assessing the semantic similarity between the written answers and the actual answers and grading them accordingly based on the amount of semantic similarity between the two. There is a need for automatic grading of answers for faster checking of papers and to reduce the work of the teachers, also the method of text similarity can be used in search engines to find a particular document on the Internet or by question-answer sites such as Quora to determine similar questions. We have implemented this by using Manhattan LSTM (Long short-term memory) which is a Siamese deep neural network. This method uses word embedding vectors to create embedded matrices which are fed to LSTM and similarity function to get the result of the similarity between answers and then scaled to the appropriate grade.

Publication
In Proceedings of International Conference on Wireless Communication, (ICWiCOM 2019)
Abhishek Das
Abhishek Das
Masters Student in Electrical and Computer Engineering

My Research interest lies in the Multimodal aspect of Machine Learning, where we integrate knowlegde from Vision, Language and Speech modalities.

Related