Detecting Semantic Clones of Unseen Functionality
arxiv.org·9h

Title:Detecting Semantic Clones of Unseen Functionality

View PDF HTML (experimental)

Abstract:Semantic code clone detection is the task of detecting whether two snippets of code implement the same functionality (e.g., Sort Array). Recently, many neural models achieved near-perfect performance on this task. These models seek to make inferences based on their training data. Consequently, they better detect clones similar to those they have seen during training and may struggle to detect those they have not. Developers seeking clones are, of course, interested in both types of clones. We confirm this claim through a literature review, identifying three practical clone detection tasks in which the mode…

Similar Posts

Loading similar posts...