paper-with-me

Papers

Rule-Based Error Classification for Analyzing Differences in Frequent Errors

2023-11-01 · Atsushi Shirafuji, Taku Matsumoto, Md Faizul Ibne Amin, Yutaka Watanobe

Finding and fixing errors is a time-consuming task not only for novice programmers but also for expert programmers. Prior work has identified frequent error patterns among various levels of programmers. However, the differences in the tendencies between novices and experts have yet to be revealed. From the knowledge of the frequent errors in each level of programmers, instructors will be able to provide helpful advice for each level of learners. In this paper, we propose a rule-based error classification tool to classify errors in code pairs consisting of wrong and correct programs. We classify errors for 95,631 code pairs and identify 3.47 errors on average, which are submitted by various levels of programmers on an online judge system. The classified errors are used to analyze the differences in frequent errors between novice and expert programmers. The analyzed results show that, as for the same introductory problems, errors made by novices are due to the lack of knowledge in programming, and the mistakes are considered an essential part of the learning process. On the other hand, errors made by experts are due to misunderstandings caused by the carelessness of reading problems or the challenges of solving problems differently than usual. The proposed tool can be used to create error-labeled datasets and for further code-related educational research.

📄 PDF Abstract BibTeX arXiv:2311.00513

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Synthetic Error Dataset Generation Mimicking Bengali Writing Pattern

2020-03-07 · Md. Habibur Rahman Sifat, Chowdhury Rafeed Rahman, Mohammad Rafsan, Md. Hasibur Rahman

While writing Bengali using English keyboard, users often make spelling mistakes. The accuracy of any Bengali spell checker or paragraph correction module largely depends on the kind of error dataset it is based on. Manu…

Dataset Generation

Correcting Errors in a Treebank Based on Tree Mining

2016-05-01 · LREC 2016 5 · Kanta Suzuki, Yoshihide Kato, Shigeki Matsubara

This paper provides a new method to correct annotation errors in a treebank. The previous error correction method constructs a pseudo parallel corpus where incorrect partial parse trees are paired with correct ones, and …

Catching the Long Tail in Deep Neural Networks

2021-01-01 · Julio Hurtado, Alain Raymond, Alvaro Soto

Learning dynamics in deep neural networks are still a subject of debate. In particular, the identification of eventual differences regarding how deep models learn from frequent versus rare training examples is still an a…

Memorization

AlphaNet: Improving Long-Tail Classification By Combining Classifiers

2020-08-17 · Nadine Chang, Jayanth Koushik, Aarti Singh, Martial Hebert 외

Methods in long-tail learning focus on improving performance for data-poor (rare) classes; however, performance for such classes remains much lower than performance for more data-rich (frequent) classes. Analyzing the pr…

ClassificationLong-tail LearningTransfer Learning

Explaining Convolutional Neural Networks by Tagging Filters

2021-09-20 · Anna Nguyen, Daniel Hagenmayer, Tobias Weller, Michael Färber

Convolutional neural networks (CNNs) have achieved astonishing performance on various image classification tasks, but it is difficult for humans to understand how a classification comes about. Recent literature proposes …

Classificationimage-classificationImage Classification