Siamese Manhattan LSTM Implementation for Predicting Text Similarity and Grading of Student Test Papers
Nov 17, 2019·
,,,·
1 min read
W. Dalmet
Abhishek Das
V. Dhuri
M. Khaja
S. H. Karamchandani
Siamese Deep Neural Network ArchitectureAbstract
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.
Type
Publication
In Proceedings of International Conference on Wireless Communication, (ICWiCOM 2019)
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.
Key Contributions
- Implemented Manhattan LSTM (Long short-term memory) which is a Siamese deep neural network
- Used word embedding vectors to create embedded matrices for semantic comparison
- Demonstrated practical applications for automatic grading and question-answer similarity detection