HCAIJun 30, 2023

Large Language Models (GPT) for automating feedback on programming assignments

arXiv:2307.00150v194 citationsh-index: 70
Originality Synthesis-oriented
AI Analysis

This addresses the problem of scalable feedback generation for programming education, but it is incremental as it applies an existing model to a new domain.

The study tackled automating personalized feedback for programming assignments using GPT-3.5, finding that students with GPT hints performed better in successful submissions and needed less time without hints, though they showed initial over-reliance.

Addressing the challenge of generating personalized feedback for programming assignments is demanding due to several factors, like the complexity of code syntax or different ways to correctly solve a task. In this experimental study, we automated the process of feedback generation by employing OpenAI's GPT-3.5 model to generate personalized hints for students solving programming assignments on an automated assessment platform. Students rated the usefulness of GPT-generated hints positively. The experimental group (with GPT hints enabled) relied less on the platform's regular feedback but performed better in terms of percentage of successful submissions across consecutive attempts for tasks, where GPT hints were enabled. For tasks where the GPT feedback was made unavailable, the experimental group needed significantly less time to solve assignments. Furthermore, when GPT hints were unavailable, students in the experimental condition were initially less likely to solve the assignment correctly. This suggests potential over-reliance on GPT-generated feedback. However, students in the experimental condition were able to correct reasonably rapidly, reaching the same percentage correct after seven submission attempts. The availability of GPT hints did not significantly impact students' affective state.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes