AICYApr 10, 2025

Synthesizing High-Quality Programming Tasks with LLM-based Expert and Student Agents

arXiv:2504.07655v24 citationsh-index: 34AIED
Originality Incremental advance
AI Analysis

This addresses the problem of generating high-quality, personalized programming tasks for students in computing education, representing an incremental improvement over existing methods.

The paper tackles the quality gap in AI-generated programming tasks by introducing PyTaskSyn, a multi-stage synthesis technique using expert and student agents, which significantly improves task quality and is comparable to expert-designed tasks while reducing workload and costs.

Generative AI is transforming computing education by enabling the automatic generation of personalized content and feedback. We investigate its capabilities in providing high-quality programming tasks to students. Despite promising advancements in task generation, a quality gap remains between AI-generated and expert-created tasks. The AI-generated tasks may not align with target programming concepts, could be incomprehensible to students, or may contain critical issues such as incorrect tests. Existing works often require interventions from human teachers for validation. We address these challenges by introducing PyTaskSyn, a novel synthesis technique that first generates a programming task and then decides whether it meets certain quality criteria to be given to students. The key idea is to break this process into multiple stages performed by expert and student agents simulated using both strong and weaker generative models. Through extensive evaluation, we show that PyTaskSyn significantly improves task quality compared to baseline techniques and showcases the importance of each specialized agent type in our validation pipeline. Additionally, we conducted user studies using our publicly available web application and show that PyTaskSyn can deliver high-quality programming tasks comparable to expert-designed ones while reducing workload and costs, and being more engaging than programming tasks that are available in online resources.

Foundations

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

Your Notes