๐ค AI Summary
Existing zero-shot automated essay scoring (AES) methods rely on large language models (LLMs) to directly predict absolute scores, rendering them susceptible to model biases and inconsistent scoring behaviorโleading to substantial discrepancies with human annotations. To address this, we propose an LLM-driven pairwise comparison framework for zero-shot AES: the scoring task is reformulated as relative preference judgment between essay pairs; LLMs perform preference inference to generate pairwise comparisons; and RankNet learns a total-order ranking to derive calibrated scores. This work is the first to formulate zero-shot AES as an LLM-based pairwise comparison problem, departing fundamentally from conventional absolute-scoring paradigms. Our approach achieves significant improvements over state-of-the-art zero-shot methods across multiple benchmarks, with marked gains in scoring accuracy, high computational efficiency, compatibility with diverse LLM backbones, and strong robustness and practicality.
๐ Abstract
Recent advances in large language models (LLMs) have enabled zero-shot automated essay scoring (AES), providing a promising way to reduce the cost and effort of essay scoring in comparison with manual grading. However, most existing zero-shot approaches rely on LLMs to directly generate absolute scores, which often diverge from human evaluations owing to model biases and inconsistent scoring. To address these limitations, we propose LLM-based Comparative Essay Scoring (LCES), a method that formulates AES as a pairwise comparison task. Specifically, we instruct LLMs to judge which of two essays is better, collect many such comparisons, and convert them into continuous scores. Considering that the number of possible comparisons grows quadratically with the number of essays, we improve scalability by employing RankNet to efficiently transform LLM preferences into scalar scores. Experiments using AES benchmark datasets show that LCES outperforms conventional zero-shot methods in accuracy while maintaining computational efficiency. Moreover, LCES is robust across different LLM backbones, highlighting its applicability to real-world zero-shot AES.