paper-with-me

홈 › Papers

LCES: Zero-shot Automated Essay Scoring via Pairwise Comparisons Using Large Language Models

2025-05-13 · Takumi Shibata, Yuichi Miyamura

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.

📄 PDF Abstract BibTeX arXiv:2505.08498

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Essay ScoringComputational Efficiency

Similar Papers 제목 키워드 기반

Is GPT-4 Alone Sufficient for Automated Essay Scoring?: A Comparative Judgment Approach Based on Rater Cognition

2024-07-08 · Seungju Kim, Meounggun Jo

Large Language Models (LLMs) have shown promise in Automated Essay Scoring (AES), but their zero-shot and few-shot performance often falls short compared to state-of-the-art models and human raters. However, fine-tuning …

Automated Essay Scoring

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

2024-04-07 · Sanwoo Lee, Yida Cai, Desong Meng, Ziyang Wang 외

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 …

Automated Essay Scoring

Exploring LLM Prompting Strategies for Joint Essay Scoring and Feedback Generation

2024-04-24 · Maja Stahl, Leon Biermann, Andreas Nehring, Henning Wachsmuth

Individual feedback can help students improve their essay writing skills. However, the manual effort required to provide such feedback limits individualization in practice. Automatically-generated essay feedback may serv…

Automated Essay Scoring

LLM Agents at the Roundtable: A Multi-Perspective and Dialectical Reasoning Framework for Essay Scoring

2025-09-18 · Jinhee Jang, Ayoung Moon, Minkyoung Jung, YoungBin Kim 외 arxiv

The emergence of large language models (LLMs) has brought a new paradigm to automated essay scoring (AES), a long-standing and practical application of natural language processing in education. However, achieving human-l…

Automated Essay Scoring

Cognitively Aided Zero-Shot Automatic Essay Grading

2021-02-22 · ICON 2020 12 · Sandeep Mathias, Rudra Murthy, Diptesh Kanojia, Pushpak Bhattacharyya

Automatic essay grading (AEG) is a process in which machines assign a grade to an essay written in response to a topic, called the prompt. Zero-shot AEG is when we train a system to grade essays written to a new prompt w…