Beyond Score Prediction: LLM-Based Essay Scoring and Feedback Generation via Reinforcement Learning with Rubric Rewards

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Expert, quick

Summary

RLAES is a unified large language model (LLM) framework designed for automated essay scoring (AES) and feedback generation (AFG), leveraging reinforcement learning (RL) post-training. Addressing limitations in existing prompt engineering or supervised fine-tuning approaches, RLAES introduces Rubric-based Feedback Evaluation (RFE), an essay-grounded framework with 166 fine-grained binary rubric items and an LLM-as-judge, to measure and interpret feedback quality. Building on RFE, Adaptive Gated Feedback Optimization (AGFO) activates rubric-based feedback rewards on demand during RL, reducing evaluation overhead and improving feedback quality. Additionally, Adjacent Contrastive Reasoning (ACR) enhances ordinal score calibration by contrasting adjacent score levels. Experimental results on the ASAP benchmark show RLAES-AGFO achieves a QWK of 0.803, outperforming other LLM-based methods in scoring, while maintaining feedback quality comparable to GPT-5.5 and preventing feedback degradation seen in score-only RL. Code and datasets are publicly available.

Key takeaway

For NLP Engineers developing automated essay scoring or feedback systems, RLAES offers a robust RL-based approach. You should consider integrating rubric-based feedback evaluation (RFE) and adaptive gated optimization (AGFO) to achieve high scoring accuracy (QWK = 0.803) while ensuring feedback quality comparable to advanced models like GPT-5.5. This framework helps avoid feedback degradation often seen in score-only RL systems, providing a unified solution for both tasks.

Key insights

RLAES unifies LLM-based essay scoring and feedback generation using reinforcement learning with rubric-based rewards for measurable quality.

Principles

Method

RLAES jointly optimizes scoring and feedback via RL, using RFE for feedback evaluation, AGFO for adaptive rubric rewards, and ACR for ordinal score calibration.

In practice

Topics

Code references

Best for: AI Engineer, Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.