Sk_p: A Neural Program Corrector For Moocs | Awesome LLM Papers Contribute to Awesome LLM Papers

Sk_p: A Neural Program Corrector For Moocs

Yewen Pu, Karthik Narasimhan, Armando Solar-Lezama, Regina Barzilay . Companion Proceedings of the 2016 ACM SIGPLAN International Conference on Systems, Programming, Languages and Applications: Software for Humanity 2016 – 121 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
Applications Uncategorized

We present a novel technique for automatic program correction in MOOCs, capable of fixing both syntactic and semantic errors without manual, problem specific correction strategies. Given an incorrect student program, it generates candidate programs from a distribution of likely corrections, and checks each candidate for correctness against a test suite. The key observation is that in MOOCs many programs share similar code fragments, and the seq2seq neural network model, used in the natural-language processing task of machine translation, can be modified and trained to recover these fragments. Experiment shows our scheme can correct 29% of all incorrect submissions and out-performs state of the art approach which requires manual, problem specific correction strategies.

Similar Work