NAACL 2022long33 citations

Many Hands Make Light Work: Using Essay Traits to Automatically Score Essays

Rahul Kumar, Sandeep Mathias, Sriparna Saha, Pushpak Bhattacharyya

Abstract

Most research in the area of automatic essay grading (AEG) is geared towards scoring the essay holistically while there has also been little work done on scoring individual essay traits. In this paper, we describe a way to score essays using a multi-task learning (MTL) approach, where scoring the essay holistically is the primary task, and scoring the essay traits is the auxiliary task. We compare our results with a single-task learning (STL) approach, using both LSTMs and BiLSTMs. To find out which traits work best for different types of essays, we conduct ablation tests for each of the essay traits. We also report the runtime and number of training parameters for each system. We find that MTL-based BiLSTM system gives the best results for scoring the essay holistically, as well as performing well on scoring the essay traits. The MTL systems also give a speed-up of between 2.30 to 3.70 times the speed of the STL system, when it comes to scoring the essay and all the traits.

BibTeX
@inproceedings{kumar-etal-2022-many,
    title = "Many Hands Make Light Work: Using Essay Traits to Automatically Score Essays",
    author = "Kumar, Rahul  and
      Mathias, Sandeep  and
      Saha, Sriparna  and
      Bhattacharyya, Pushpak",
    editor = "Carpuat, Marine  and
      de Marneffe, Marie-Catherine  and
      Meza Ruiz, Ivan Vladimir",
    booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
    month = jul,
    year = "2022",
    address = "Seattle, United States",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.naacl-main.106/",
    doi = "10.18653/v1/2022.naacl-main.106",
    pages = "1485--1495"
}