Neural Task Synthesis for Visual Programming

Published: 16 Jan 2024, Last Modified: 16 Jan 2024Accepted by TMLREveryoneRevisionsBibTeX
Abstract: Generative neural models hold great promise in enhancing programming education by synthesizing new content. We seek to design neural models that can automatically generate programming tasks for a given specification in the context of visual programming domains. Despite the recent successes of large generative models like GPT-4, our initial results show that these models are ineffective in synthesizing visual programming tasks and struggle with logical and spatial reasoning. We propose a novel neuro-symbolic technique, NeurTaskSyn, that can synthesize programming tasks for a specification given in the form of desired programming concepts exercised by its solution code and constraints on the visual task. NeurTaskSyn has two components: the first component is trained via imitation learning procedure to generate possible solution codes, and the second component is trained via reinforcement learning procedure to guide an underlying symbolic execution engine that generates visual tasks for these codes. We demonstrate the effectiveness of NeurTaskSyn through an extensive empirical evaluation and a qualitative study on reference tasks taken from the Hour of Code: Classic Maze challenge by Code.org and the Intro to Programming with Karel course by CodeHS.com.
Submission Length: Regular submission (no more than 12 pages of main content)
Code: https://github.com/machine-teaching-group/tmlr2024_neurtasksyn
Assigned Action Editor: ~Elliot_Meyerson1
License: Creative Commons Attribution 4.0 International (CC BY 4.0)
Submission Number: 1601
Loading