CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

Automated Essay Evaluation using Chart Parser

by Sampada K.S., Anusha S., N. Vignesh Karthik
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 183 - Number 7
Year of Publication: 2021
Authors: Sampada K.S., Anusha S., N. Vignesh Karthik
10.5120/ijca2021921357

Sampada K.S., Anusha S., N. Vignesh Karthik . Automated Essay Evaluation using Chart Parser. International Journal of Computer Applications. 183, 7 ( Jun 2021), 15-18. DOI=10.5120/ijca2021921357

@article{ 10.5120/ijca2021921357,
author = { Sampada K.S., Anusha S., N. Vignesh Karthik },
title = { Automated Essay Evaluation using Chart Parser },
journal = { International Journal of Computer Applications },
issue_date = { Jun 2021 },
volume = { 183 },
number = { 7 },
month = { Jun },
year = { 2021 },
issn = { 0975-8887 },
pages = { 15-18 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume183/number7/31939-2021921357/ },
doi = { 10.5120/ijca2021921357 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-07T01:16:07.745047+05:30
%A Sampada K.S.
%A Anusha S.
%A N. Vignesh Karthik
%T Automated Essay Evaluation using Chart Parser
%J International Journal of Computer Applications
%@ 0975-8887
%V 183
%N 7
%P 15-18
%D 2021
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Essays help in assessing academic excellence and linking various ideas with the ability to recall. Evaluating essays manually is a tedious and time consuming job. Automated grading shall reduce the evaluation time and with appropriate training, would generate a realistic and accurate score. We aim to develop an automated essay evaluation system by employing a regressor, fed with features like count of misspelt words, sentences, words, characters, nouns, verbs, adverbs, adjectives, and lemmas. Sentences are checked for grammatical correctness using a custom built parser. The regressors are trained on the enlisted features and then measured for the performance. Various regressors like Linear, Logistic and Random Forest have been employed and observed to select a model with the best performance for use.

References
  1. Ramalingam, V. V., Pandian, A., Chetry, P., & Nigam, H. (2018). Automated Essay Grading using Machine Learning Algorithm. Journal of Physics: Conference Series, 1000, 012030. doi:10.1088/1742-6596/1000/1/012030
  2. Kakkonen, Tuomo & Sutinen, Erkki, Evaluation Criteria for Automatic Essay Assessment Systems - There is much more to it than just the correlation, ICCE 2008 16th International Conference on Computers in Education
  3. Sweedler-Brown, C. O. (1993). ESL essay evaluation: The influence of sentence-level and rhetorical features. Journal of Second Language Writing, 2(1), 3–17. doi:10.1016/1060-3743(93)90003-l
  4. Burstein, Jill & Chodorow, M. & Leacock, Claudia. (2003). CriterionSM: Online essay evaluation: An application for automated evaluation of student essays. IAAI.
  5. Burstein, J., Marcu, D. A, Machine Learning Approach for Identification Thesis and Conclusion Statements in Student Essays. Computers and the Humanities 37, 455–467 (2003) doi:10.1023/A:1025746505971
  6. Giuseppe G. A. Celano*, Gregory Crane, and Saeed Majidi, Part of Speech Tagging for Ancient Greek, DOI: 10.1515/opli-2016-0020.
  7. Nelli F. (2018) Machine Learning with scikit-learn. In: Python Data Analytics. Apress, Berkeley, CA https://doi.org/10.1007/978-1-4842-3913-1_8.
Index Terms

Computer Science
Information Sciences

Keywords

Natural language Processing Machine Learning NLTK POS-tagger Chart Parser Linear Regression Logistic Regression Random Forest Regression. .