C-Pack of IPAs: A C90 Program Benchmark of Introductory Programming Assignments

Pedro Orvalho,Mikoláš Janota,Vasco Manquinho
DOI: https://doi.org/10.48550/arXiv.2206.08768
2022-06-17
Abstract:Due to the vast number of students enrolled in Massive Open Online Courses (MOOCs), there has been an increasing number of automated program repair techniques focused on introductory programming assignments (IPAs). Such techniques take advantage of previous correct student implementations in order to provide automated, comprehensive, and personalized feedback to students. This paper presents C-Pack-IPAs, a publicly available benchmark of students' programs submitted for 25 different IPAs. C-Pack-IPAs contains semantically correct, semantically incorrect, and syntactically incorrect programs plus a test suite for each IPA. Hence, C-Pack-IPAs can be used to help evaluate the development of novel semantic, as well as syntactic, automated program repair frameworks, focused on providing feedback to novice programmers.
Software Engineering,Artificial Intelligence,Computers and Society,Programming Languages
What problem does this paper attempt to address?