MADRAG: Multi-Agent Debate with Retrieval-Augmented Generation for Training-Free Analytic Essay Scoring
Summary
MADRAG (Multi-Agent Debate with Retrieval-Augmented Generation) is a novel training-free framework for analytic essay scoring, introduced to address the "middle-score bias" prevalent in current LLM-based automated essay scoring (AES) approaches. This framework aims to achieve the reliability of supervised models without requiring labeled training data. MADRAG operates through a multi-agent interaction where an Advocate highlights essay strengths, a Skeptic critiques weaknesses, and a Judge synthesizes these arguments to assign a score. Crucially, the Judge is augmented with a Retrieval-Augmented Generation (RAG) mechanism that retrieves rubric-aligned exemplar essays across the full score range, grounding the debate in concrete evidence. Evaluated on the ASAP dataset for analytic trait scoring, MADRAG significantly outperforms existing prompt-based LLM baselines and achieves performance competitive with established supervised models.
Key takeaway
For AI Scientists developing automated essay scoring systems, MADRAG offers a compelling training-free alternative to traditional supervised models. You should consider implementing a multi-agent debate framework, augmented with a Retrieval-Augmented Generation (RAG) mechanism, to improve scoring calibration and reduce "middle-score bias" without the need for extensive labeled training data. This approach can significantly enhance the reliability of your LLM-based scoring solutions.
Key insights
MADRAG uses multi-agent debate and RAG to achieve reliable, training-free essay scoring competitive with supervised models.
Principles
- Decompose complex tasks via multi-agent debate.
- Ground LLM judgments with rubric-aligned exemplars.
Method
MADRAG employs an Advocate for strengths, a Skeptic for weaknesses, and a RAG-augmented Judge to synthesize arguments and assign a score based on retrieved exemplar essays.
In practice
- Use multi-agent roles for balanced evaluations.
- Augment LLM scoring with exemplar essay retrieval.
Topics
- Automated Essay Scoring
- Multi-Agent Systems
- Retrieval-Augmented Generation
- Large Language Models
- Training-Free Models
- ASAP Dataset
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.