SEAILGJun 2, 2021

Automatic Assessment of the Design Quality of Python Programs with Personalized Feedback

arXiv:2106.01399v116 citations
Originality Synthesis-oriented
AI Analysis

This addresses the time-consuming task for instructors in giving personalized feedback on program design in educational settings, though it is incremental as it applies existing neural network methods to a specific domain.

The paper tackles the problem of automatically assessing the design quality of Python programs and providing personalized feedback, achieving an accuracy of 83.67% to 94.27% in predicting instructor scores and helping students improve their design scores by 19.58%.

The assessment of program functionality can generally be accomplished with straight-forward unit tests. However, assessing the design quality of a program is a much more difficult and nuanced problem. Design quality is an important consideration since it affects the readability and maintainability of programs. Assessing design quality and giving personalized feedback is very time consuming task for instructors and teaching assistants. This limits the scale of giving personalized feedback to small class settings. Further, design quality is nuanced and is difficult to concisely express as a set of rules. For these reasons, we propose a neural network model to both automatically assess the design of a program and provide personalized feedback to guide students on how to make corrections. The model's effectiveness is evaluated on a corpus of student programs written in Python. The model has an accuracy rate from 83.67% to 94.27%, depending on the dataset, when predicting design scores as compared to historical instructor assessment. Finally, we present a study where students tried to improve the design of their programs based on the personalized feedback produced by the model. Students who participated in the study improved their program design scores by 19.58%.

Foundations

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

Your Notes