Evaluating Students' Open-ended Written Responses with LLMs: Using the RAG Framework for GPT-3.5, GPT-4, Claude-3, and Mistral-Large

Jussi S. Jauhiainen,Agustín Garagorry Guerra
2024-05-09
Abstract:Evaluating open-ended written examination responses from students is an essential yet time-intensive task for educators, requiring a high degree of effort, consistency, and precision. Recent developments in Large Language Models (LLMs) present a promising opportunity to balance the need for thorough evaluation with efficient use of educators' time. In our study, we explore the effectiveness of LLMs ChatGPT-3.5, ChatGPT-4, Claude-3, and Mistral-Large in assessing university students' open-ended answers to questions made about reference material they have studied. Each model was instructed to evaluate 54 answers repeatedly under two conditions: 10 times (10-shot) with a temperature setting of 0.0 and 10 times with a temperature of 0.5, expecting a total of 1,080 evaluations per model and 4,320 evaluations across all models. The RAG (Retrieval Augmented Generation) framework was used as the framework to make the LLMs to process the evaluation of the answers. As of spring 2024, our analysis revealed notable variations in consistency and the grading outcomes provided by studied LLMs. There is a need to comprehend strengths and weaknesses of LLMs in educational settings for evaluating open-ended written responses. Further comparative research is essential to determine the accuracy and cost-effectiveness of using LLMs for educational assessments.
Computation and Language,Artificial Intelligence
What problem does this paper attempt to address?
The paper examines the effect of using large-scale language models (LLMs) such as GPT-3.5, GPT-4, Claude-3, and Mistral-Large on evaluating students' open-ended written responses. The study found significant differences among different LLMs in terms of scoring consistency, outcomes, and processing time, highlighting the importance of understanding the strengths and weaknesses of these models in an educational setting to optimize the evaluation process. Through comparative analysis, the paper aims to provide more accurate and cost-effective approaches for the application of LLMs in educational assessment.