SOTAVerified

Co-training for Commit Classification

2021-11-01WNUT (ACL) 2021Code Available0· sign in to hype

Jian Yi David Lee, Hai Leong Chieu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Commits in version control systems (e.g. Git) track changes in a software project. Commits comprise noisy user-generated natural language and code patches. Automatic commit classification (CC) has been used to determine the type of code maintenance activities performed, as well as to detect bug fixes in code repositories. Much prior work occurs in the fully-supervised setting – a setting that can be a stretch in resource-scarce situations presenting difficulties in labeling commits. In this paper, we apply co-training, a semi-supervised learning method, to take advantage of the two views available – the commit message (natural language) and the code changes (programming language) – to improve commit classification.

Tasks

Reproductions