English
 
Help Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Paper

From Solution Synthesis to Student Attempt Synthesis for Block-Based Visual Programming Tasks

MPS-Authors
/persons/resource/persons216578

Singla,  Adish
Group A. Singla, Max Planck Institute for Software Systems, Max Planck Society;

External Resource
No external resources are shared
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
Fulltext (public)

arXiv:2205.01265.pdf
(Preprint), 571KB

Supplementary Material (public)
There is no public supplementary material available
Citation

Singla, A., & Theodoropoulos, N. (2022). From Solution Synthesis to Student Attempt Synthesis for Block-Based Visual Programming Tasks. Retrieved from https://arxiv.org/abs/2205.01265.


Cite as: https://hdl.handle.net/21.11116/0000-000A-CFB3-3
Abstract
Block-based visual programming environments are increasingly used to
introduce computing concepts to beginners. Given that programming tasks are
open-ended and conceptual, novice students often struggle when learning in
these environments. AI-driven programming tutors hold great promise in
automatically assisting struggling students, and need several components to
realize this potential. We investigate the crucial component of student
modeling, in particular, the ability to automatically infer students'
misconceptions for predicting (synthesizing) their behavior. We introduce a
novel benchmark, StudentSyn, centered around the following challenge: For a
given student, synthesize the student's attempt on a new target task after
observing the student's attempt on a fixed reference task. This challenge is
akin to that of program synthesis; however, instead of synthesizing a
{solution} (i.e., program an expert would write), the goal here is to
synthesize a {student attempt} (i.e., program that a given student would
write). We first show that human experts (TutorSS) can achieve high performance
on the benchmark, whereas simple baselines perform poorly. Then, we develop two
neuro/symbolic techniques (NeurSS and SymSS) in a quest to close this gap with
TutorSS.