LGCYMLSep 5, 2018

Zero Shot Learning for Code Education: Rubric Sampling with Deep Learning Inference

arXiv:1809.01357v260 citations
Originality Highly original
AI Analysis

This addresses the zero-shot feedback challenge for computer science education, enabling effective support for initial students in classrooms or MOOCs without historical data.

The paper tackles the problem of providing autonomous feedback for coding assignments in low-data educational settings by introducing a human-in-the-loop rubric sampling approach, achieving accuracy that substantially outperforms data-hungry algorithms and approaches human-level fidelity.

In modern computer science education, massive open online courses (MOOCs) log thousands of hours of data about how students solve coding challenges. Being so rich in data, these platforms have garnered the interest of the machine learning community, with many new algorithms attempting to autonomously provide feedback to help future students learn. But what about those first hundred thousand students? In most educational contexts (i.e. classrooms), assignments do not have enough historical data for supervised learning. In this paper, we introduce a human-in-the-loop "rubric sampling" approach to tackle the "zero shot" feedback challenge. We are able to provide autonomous feedback for the first students working on an introductory programming assignment with accuracy that substantially outperforms data-hungry algorithms and approaches human level fidelity. Rubric sampling requires minimal teacher effort, can associate feedback with specific parts of a student's solution and can articulate a student's misconceptions in the language of the instructor. Deep learning inference enables rubric sampling to further improve as more assignment specific student data is acquired. We demonstrate our results on a novel dataset from Code.org, the world's largest programming education platform.

Code Implementations1 repo
Foundations

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

Your Notes