CLApr 7, 2024

Unleashing Large Language Models' Proficiency in Zero-shot Essay Scoring

arXiv:2404.04941v254 citationsh-index: 4EMNLP
Originality Highly original
AI Analysis

This addresses the high cost of labeled data in automated essay scoring for educational applications, representing an incremental improvement by adapting existing LLMs with a novel prompting method.

The paper tackled automated essay scoring by proposing a zero-shot prompting framework called Multi Trait Specialization (MTS) that decomposes writing into traits and uses LLMs to score them, achieving maximum gains of 0.437 in QWK on TOEFL11 and 0.355 on ASAP datasets compared to straightforward prompting.

Advances in automated essay scoring (AES) have traditionally relied on labeled essays, requiring tremendous cost and expertise for their acquisition. Recently, large language models (LLMs) have achieved great success in various tasks, but their potential is less explored in AES. In this paper, we show that our zero-shot prompting framework, Multi Trait Specialization (MTS), elicits LLMs' ample potential for essay scoring. In particular, we automatically decompose writing proficiency into distinct traits and generate scoring criteria for each trait. Then, an LLM is prompted to extract trait scores from several conversational rounds, each round scoring one of the traits based on the scoring criteria. Finally, we derive the overall score via trait averaging and min-max scaling. Experimental results on two benchmark datasets demonstrate that MTS consistently outperforms straightforward prompting (Vanilla) in average QWK across all LLMs and datasets, with maximum gains of 0.437 on TOEFL11 and 0.355 on ASAP. Additionally, with the help of MTS, the small-sized Llama2-13b-chat substantially outperforms ChatGPT, facilitating an effective deployment in real applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes